Skip to content

Releases: aome510/spotify-player

v0.16.0

03 Dec 03:25
17a3ed0
Compare
Choose a tag to compare

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

  • Add Scoop installation instruction to Readme by @rashil2000 in #263
  • Improve lyrics lookup by removing remix & remaster info in query. by @Icelk in #266
  • Fix typos by @kianmeng in #267
  • fix: missing https for song links by @sjdonado in #269
  • map media control Pause and Resume to PlayerRequests by @SebRollen in #272
  • Allow shuffling context playback from CLI by @rudiejd in #275
  • add explicit tags to track information by @SebRollen in #276
  • Clamped progress bars to solve problems with -ve numbers by @whiskyplausible in #274
  • Miscellaneous refactor and improvement by @aome510 in #287
  • use track's id of linked_from if exists by @aome510 in #286
  • Support handling CLI commands without a running application instance by @aome510 in #290
  • Allow disabling notify when client is not streaming by @VenMolom in #298
  • support disabling notification from config by @aome510 in #303
  • bind C-z to AddSelectedItemToQueue by @aome510 in #304
  • Cache user's data into files (liked tracks, saved albums, followed artists, etc) by @aome510 in #306
  • Support open spotify link by @aome510 in #307

New Contributors

Full Changelog: v0.15.2...v0.16.0

v0.15.2

01 Oct 21:37
Compare
Choose a tag to compare

Changes

  • HOTFIX: revert windows crate's version to 0.44.0 (6d3a2ea)

Full Changelog: v0.15.1...v0.15.2

v0.15.1

01 Oct 21:23
Compare
Choose a tag to compare

What's Changed

  • Make it possible to enable streaming only in daemon mode by @Schnouki in #242
  • Add support for getting track's data from CLI get command by @aome510 in #245
  • Add player event hook command by @aome510 in #244
  • filter out unplayable/unavailable tracks by @rileyallyn in #207
  • Optimize CLI command runtime by @aome510 in #249
  • Update player_event_hook_command usage by @aome510 in #251
  • Set PulseAudio app properties using environment variables by @Schnouki in #252
  • Consistent Spotify naming by @jacksongoode in #256
  • Add audio normalization device config option by @jsbmg in #255
  • Add Mute command by @BKasin in #253
  • Improve rendering performance for liked tracks page by @aome510 in #262
  • [Windows]: Create dummy window to handle media control by @rashil2000 in #261

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

06 Aug 03:39
Compare
Choose a tag to compare

An exciting release with many new contributors 🥳 !

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

31 May 22:07
Compare
Choose a tag to compare

What's Changed

  • Fixed application not starting issue with Kitty terminal (#204) when the image feature is enabled in bca3fa2
  • Migrate to ratatui in #206

Full Changelog: v0.14.0...v0.14.1

v0.14.0

18 May 03:25
Compare
Choose a tag to compare

Summary

v0.14.0 is a big release with new daemon feature and CLI commands.

This release also resolves the application's persistent issue that requires restarting the application in case of networking errors. The application now (hopefully) becomes more robust to such errors by automatically re-initializing the application's states and integrated player after re-gaining access to the network.

What's Changed

  • Fix broken link in #175
  • Implement spotify-player's CLI commands in #159
  • Update dependencies in #186
  • Add more builds for CD github action in #192
  • Add daemon support in #193
  • Extend CLI functionalities in #194
  • Make the client/application more robust to network errors in #198
  • Fix cargo install examples in README.md in #199
  • Add docs for new features and improve CLI/daemon codes in #200

New Contributors

Full Changelog: v0.13.1...v0.14.0

v0.13.1

29 Mar 03:06
Compare
Choose a tag to compare

What's Changed

  • Hot fix for v0.13.0 in #174

Full Changelog: v0.13.0...v0.13.1

v0.13.0

28 Mar 22:14
Compare
Choose a tag to compare

What's Changed

  • Cleanup viuer's temp files before rendering an image in #157
  • Use spotify_player instead of spotify-player in documents in #162
  • remove colon from log file name in #168
  • Add configuration option for streaming in #169
  • Add buffered playback in #171
  • Add enable_image_cache config option in #172
  • Support selecting an action in action list popup using '0' to '9' in #173

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

04 Mar 04:19
Compare
Choose a tag to compare

What's Changed

  • Support customizable formats in #147
  • Fixed duplicate keys on Windows in #151
  • Add more UI customizations and refactor UI codes in #152

What's new

  • New config options: playback_format, notify_format, border_type, progress_bar_type
  • New theme's component style: playback_artists

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

18 Feb 19:15
Compare
Choose a tag to compare

What's Changed

  • Queue feature improvements in #130
  • Add more navigation commands in #131
  • Add various UI improvements by in #132
  • Fix playback window's position when rendering the application's UI in #133
  • Add sixel support in #134
  • Add desktop notification support in #137

Full Changelog: v0.11.1...v0.12.0