v0.18.0
What's Changed
- Add fake track repeat mode in #410
- Make notification timeout configurable and allow whitespaces in
playback_format
in #417 - Refactor client request handling module in #418
- Refactor
ui
andevent
modules in #419 - Miscellaneous UI improvements in #420
- support searching inside the command help page
- renders playlist's description inside context page if exists (with new
playlist_desc
component style) - support all style modifiers in https://docs.rs/ratatui/latest/ratatui/style/struct.Modifier.html
- Determine clipboard provider automatically based on user's environment in #421
- Decouple configs from application's state in #422
Breaking changes
OpenCommandHelp
andQueue
commands are updated to go to a new page instead of opening a popup- remove
copy_command
config option (a copy command is now derived automatically)
Full Changelog: v0.17.2...v0.18.0