Spotify Player Versions Save

A Spotify player in the terminal with full feature parity

v0.18.1

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.18.0...v0.18.1

v0.18.0

3 weeks ago

What's Changed

Breaking changes

  • OpenCommandHelp and Queue 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: https://github.com/aome510/spotify-player/compare/v0.17.2...v0.18.0

v0.17.2

1 month ago

What's Changed

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.17.1...v0.17.2

v0.17.1

2 months ago

What's Changed

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.17.0...v0.17.1

v0.17.0

2 months ago

v0.17.0 is a new release with a lot of features, bug fixes, and specifically a patch fixing a very annoying Spotify API bug.

This release also marks a big milestone for the project: 1k ⭐ 🥳🥳🥳 . Thanks everyone for contributing, using, and starring the project!

What's Changed

New Contributors

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.16.3...v0.17.0

v0.16.3

4 months ago

What's Changed

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.16.2...v0.16.3

v0.16.2

5 months ago

What's Changed

  • Fix memory leak issue when rendering images in iTerm2 in https://github.com/aome510/spotify-player/pull/319
    • remove cover_image_refresh_duration_in_ms config option
    • update image rendering logic to only trigger when the state changes (previously render periodically)

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.16.1...v0.16.2

v0.16.1

5 months ago

Breaking changes

v0.16.1 updates the parsing logic for theme configurations:

  • the palette's terminal colors might look different
  • the component style's custom RGB color now uses a hex color representation instead of Rgb = { r = ..., g = ..., b = ...}.

What's Changed

New Contributors

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.16.0...v0.16.1

v0.16.0

5 months ago

Highlights

v0.16.0 is a big release with some new features:

  • CLI now doesn't require a running instance to handle commands (#290)
  • add file cache support for user's data (liked tracks, saved albums, followed artists, etc) (#306)
  • add support for opening a Spotify link from clipboard (#307)

What's Changed

New Contributors

Full Changelog: https://github.com/aome510/spotify-player/compare/v0.15.2...v0.16.0