Releases: aome510/spotify-player
Releases · aome510/spotify-player
v0.14.0
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
v0.13.0
What's Changed
- Cleanup viuer's temp files before rendering an image in #157
- Use
spotify_playerinstead ofspotify-playerin 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_cacheconfig option in #172 - Support selecting an action in action list popup using '0' to '9' in #173
New Contributors
- @felixkroemer made their first contribution in #168
- @jesyspa made their first contribution in #169
Full Changelog: v0.12.1...v0.13.0
v0.12.1
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
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
v0.11.1
v0.11.0
What's Changed
- add initial issue templates in #104
- Refactor default themes in #107
- Add sharing support in #110
- Update play/pause icon usage and rename
docfolder in #112 - Add support for seeing the current queue in #113
- Fix incorrect playback position on Linux in #114
- Automatically update the lyric page on playing new track in #115
- More flexible theme config in #118
Notes
There are some potentially breaking changes with theme configurations. Please refer to the updated theme documentation for migration.
New Contributors
- @apprehensions made their first contribution in #104
- @BeneCollyridam made their first contribution in #113
- @daschw made their first contribution in #118
Full Changelog: v0.10.0...v0.11.0