Releases: TheAppgineer/roon-tui
Releases · TheAppgineer/roon-tui
Version 0.3.2
Version 0.3.1
Changelog
- Fix Settings initialization error
Version 0.3.0
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
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
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)
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)
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)
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)
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)
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