v0.21.0
The highlight of this new release is the upgrade to a new librespot version (v0.7.1), fixing different issues happening because of breaking changes from Spotify APIs. Beside that, this release also includes a few nice QoL improvements both to the app's functionality and UI
What's Changed
- fix
rustlsdependency on yanked version by @KUHLwasStolen in https://github.com/aome510/spotify-player/pull/788 - add optional feature to pixelate album art to match terminal aesthetic by @KUHLwasStolen in https://github.com/aome510/spotify-player/pull/793
- remove unnecessary auth scopes
user-read-emailanduser-read-birthdateby @KUHLwasStolen in https://github.com/aome510/spotify-player/pull/792 - Upgrade
librespotto0.7.0, fixing audio, authentication, DNS lookup issues by @aome510 in https://github.com/aome510/spotify-player/pull/808 - Make Spotify Connect integration work with new authentication changes by @aome510 in https://github.com/aome510/spotify-player/pull/809
- Show relative time that a track was added in playlists by @Funtimes909 in https://github.com/aome510/spotify-player/pull/755
- add display of genres in playback UI via
{genres}by @KUHLwasStolen in https://github.com/aome510/spotify-player/pull/795 - Allow configuring the log directory by @acuteenvy in https://github.com/aome510/spotify-player/pull/783
- added a functionality to search through items in a playlist popup by @deauthe in https://github.com/aome510/spotify-player/pull/784
- Parameterize
SeekForwardandSeekBackwardcommands by @Valkyrja-Design in https://github.com/aome510/spotify-player/pull/798 - feat: add playlist edit command for adding/removing tracks by @rrotaru in https://github.com/aome510/spotify-player/pull/776
- fix
spotify_player connect --name [...]and... get key devicesby @KUHLwasStolen in https://github.com/aome510/spotify-player/pull/794 - Feature: Add ability to change position of progress bar by @rvnku in https://github.com/aome510/spotify-player/pull/805
New Contributors
- @KUHLwasStolen made their first contribution in https://github.com/aome510/spotify-player/pull/788
- @Funtimes909 made their first contribution in https://github.com/aome510/spotify-player/pull/755
- @acuteenvy made their first contribution in https://github.com/aome510/spotify-player/pull/783
- @Valkyrja-Design made their first contribution in https://github.com/aome510/spotify-player/pull/798
- @rrotaru made their first contribution in https://github.com/aome510/spotify-player/pull/776
- @rvnku made their first contribution in https://github.com/aome510/spotify-player/pull/805
Full Changelog: https://github.com/aome510/spotify-player/compare/v0.20.7...v0.21.0