What’s Changed
Support for group volume control, repeat and shuffle has been added.
New responsive layout better handles narrow terminals.
Default used for the daemon. The TUI will still use software volume by default. Both can be changed via command-line arg or settings file.
🐛 Bugfixes
- #136 - Pass client_name to ClientListener and migrate PlayerStateType (@balloob)
- #134 - Fix: pass initial volume/muted from settings to SendspinClient (@balloob)
- #135 - Clean up volume initialization and client creation order (@balloob)
- #132 - Consolidate volume change flows through AudioStreamHandler (@balloob)