Releases: aome510/spotify-player
Releases · aome510/spotify-player
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.0
What's Changed
- Add image rendering support (under
image
feature) in #48, #52 - Improve actions on item feature in #54, #55
- Update rust CI to run based on specific features in #51
Breaking changes
- Disable
lyric-finder
by default. Need to specify--features lyric-finder
to install/build the application with the feature
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- added cross-platform media control ⏯️ in #43, #44
- improved device connect logic on startup in #45
- updated backtrace logic to log all the panics
- minor UI changes and improvements in #46
- added
enable_media_control
anddefault_device
config options. See the general config document.
Breaking changes
- renamed
ReconnectIntegratedClient
command toRestartIntegratedClient
- modified the default shortcuts for
SelectNextOrScrollDown
,SelectPreviousOrScrollUp
, andPreviousPage
commands
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Add
lyric_finder
library crate in #34 - Improve application logging in #35
- Add a lyric page in #36
- Add various improvements in #37
Breaking changes
- removed
refresh_delay_in_ms_each_playback_update
andn_refreshes_each_playback_update
config options
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Refactor IPC codes in #30
- Rewrite UI codes in #31
- Update dependencies, migrate to Rust edition 2021 in d0c0a68
- Change client/device reconnect logic in #33
- Add various UI improvements in #32
Breaking changes
- renamed
BrowsePlayingContext
command toCurrentlyPlayingContextPage
What's new
- added
TopTrackPage
command (default binding:g t
) and new top track page - added
RecentlyPlayedTrackPage
command (default bindingg r
) and new recently played track page
Full Changelog: v0.5.2...v0.6.0