Skip to content

Releases: aome510/spotify-player

v0.2.0

08 Sep 07:20

Choose a tag to compare

Brief description of major changes

  • librespot integration (first iteration):
    • #2 using librespot for authentication
    • #3 using librespot for streaming support with an integrated Spotify client
  • Fix several deadlock bugs post librespot integration
  • Github actions:
    • remove cargo-audit Github action (TODO: added back when rspotify releases a new version)
    • use Google's distroless for deploying a docker binary image of latest master branch build
    • improve Rust GitHub action script
  • Improve code documentation and application documentation

v0.1.1

18 Aug 10:32

Choose a tag to compare

Brief description of changes

  • fix bug that uses artist context for getting playlist context
  • add -t (--theme) CLI option
  • update user data (playlists, saved albums, followed artists) each request (previously only store data from the first request)
  • use playback device_id for all player commands
  • change the default values for *_each_playback_update config options
  • update project README (wording changes, update command descriptions) and the config documentation

v0.1.0

15 Aug 09:39

Choose a tag to compare

Spotify Player v0.1.0

First official release 🥳 🎉 🎉 🎉

After about a month of developing it during my free time (189 commits, 3668 Rust loc, total changes of 15,054++ and 8,145 -- at the time writing) spotify_player version v0.1.0 is now ready with

  • many configurable options
  • all player commands supported
  • supported album, artist, playlist as contexts
  • supported context navigation/browsing
  • any many more...