Skip to content

Releases: TheAppgineer/roon-tui

Version 0.3.2

30 Aug 08:37
0.3.2
3159297
Compare
Choose a tag to compare

What's Changed

  • Update time dependency in #20

Full Changelog: 0.3.1...0.3.2

Version 0.3.1

14 May 17:58
Compare
Choose a tag to compare

Changelog

  • Fix Settings initialization error

Version 0.3.0

20 Dec 15:19
8b055da
Compare
Choose a tag to compare

Changelog

  • #7 Ability to browse library when no zone is present / selected
  • Implement repeat and shuffle toggling
  • Implement save/restore of grouped zones
  • Have outputs of grouped zone in zone list
  • Update README to version 0.3.0 status
  • Implement deleting of zone preset
  • Update to rust-roon-api 0.1.1
  • Update Ratatui to v0.25.0

Version 0.2.0

25 Nov 17:31
147d1d4
Compare
Choose a tag to compare

Changelog

  • Implement zone grouping
  • Add option to prevent use of unicode symbols
  • Verify actual grouping change
  • Implement some help texts to smoothen first use
  • Map queue mode to primary output_id instead of zone_id, grouped zone_…
  • Update README to version 0.2.0 status
  • Refactor implementation of Roon interfacing
  • Implement help screen

Version 0.1.0

04 Nov 11:33
aa67a84
Compare
Choose a tag to compare

Changelog

  • Implement logging
  • Implement recovery from network disconnects
  • Update Ratatui to v0.24.0
  • Update README to version 0.1.0 status
  • Update to rust-roon-api 0.1.0

Version 0.0.7 (Alpha)

24 Sep 15:25
1371961
Compare
Choose a tag to compare

Changelog

  • Add server IP and port CLI arguments
  • Update to rust-roon-api 0.0.7
  • Update README to version 0.0.7 status

Version 0.0.6 (Alpha)

17 Sep 08:57
f754a16
Compare
Choose a tag to compare

Changelog

  • Use multi_session_key in Browse
  • Implement Roon Radio as a Queue Mode
  • Prepare for additional Queue Modes
  • Implement Random Album and Random Track Queue Modes
  • Implement a hack for clearing the Queue
  • Implement Play action for Random Album/Track
  • Fix bug in Queue Mode initialization
  • Update Ratatui to v0.23.0
  • Implement Queue Mode append action
  • Add global keybindings for Volume, Next, Prev, Queue Mode Append
  • Update to rust-roon-api 0.0.6
  • Update README to version 0.0.6 status

Version 0.0.5 (Alpha)

02 Sep 09:54
c4f9be4
Compare
Choose a tag to compare

Changelog

  • Fix bug in multi page browse list loading
  • Prevent that a key press is handled by multiple views
  • Show Queue Time Remaining on inactive Queue view
  • Implement Pause on Track End

Version 0.0.4 (Alpha)

26 Aug 09:20
0d02cb5
Compare
Choose a tag to compare

Changelog

  • Add option to specify location of config.json on the command line
  • Refine multi-character jump implementation
  • Add support for volume control with 0.5dB steps
  • Show Now Playing progress also for paused zones
  • Jump to top of queue on item selection
  • Update README to version 0.0.4 status
  • Update to rust-roon-api 0.0.5

Version 0.0.3 (Alpha)

19 Aug 13:29
d767e20
Compare
Choose a tag to compare

Changelog

  • Implement Multi-character Jump in Browse View
  • Implement Shift-Tab for reverse view switching
  • Implement handling of optional volume fields
  • Add "Using Homebrew (macOS)" to README.md