Skip to content

Releases: aome510/spotify-player

v0.9.5

10 Aug 13:49
Compare
Choose a tag to compare

What's Changed

  • Allow play/pause icons to be configurable in #68
  • Update dependencies in #71

Full Changelog: v0.9.4...v0.9.5

v0.9.4

29 Jul 03:37
7dc3518
Compare
Choose a tag to compare

What's Changed

  • Add Fedora install instructions in #63
  • Improve github actions in #65

Full Changelog: v0.9.3...v0.9.4

v0.9.3

10 Jul 02:44
Compare
Choose a tag to compare

What's Changed

  • Add session configs in #60
  • Add browse page in #61

Full Changelog: v0.9.2...v0.9.3

v0.9.2

22 Jun 00:54
Compare
Choose a tag to compare

What's Changed

  • Cleanup compilation warnings in #56
  • Remove user:{user} part when parsing URIs in #58

Full Changelog: v0.9.0...v0.9.2

v0.9.0

18 Jun 19:37
Compare
Choose a tag to compare

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

02 Jun 00:50
Compare
Choose a tag to compare

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 and default_device config options. See the general config document.

Breaking changes

  • renamed ReconnectIntegratedClient command to RestartIntegratedClient
  • modified the default shortcuts for SelectNextOrScrollDown, SelectPreviousOrScrollUp, and PreviousPage commands

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 May 03:13
Compare
Choose a tag to compare

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 and n_refreshes_each_playback_update config options

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Mar 17:00
Compare
Choose a tag to compare

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 to CurrentlyPlayingContextPage

What's new

  • added TopTrackPage command (default binding: g t) and new top track page
  • added RecentlyPlayedTrackPage command (default binding g r) and new recently played track page

Full Changelog: v0.5.2...v0.6.0

v0.5.2

12 Jan 02:15
Compare
Choose a tag to compare

Brief description of changes

  • change theme profile of playback_progress_bar component style 5119c53
  • update dependencies 561c7ae

Full Changelog: v0.5.1...v0.5.2

v0.5.1

05 Nov 20:44
Compare
Choose a tag to compare

Brief description of changes

  • Hot fix panic when accessing index out of range 7fa610b

Full Changelog: v0.5.0...v0.5.1