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
toAddSelectedItemToQueue
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
- @Icelk made their first contribution in #266
- @kianmeng made their first contribution in #267
- @sjdonado made their first contribution in #269
- @SebRollen made their first contribution in #272
- @rudiejd made their first contribution in #275
- @whiskyplausible made their first contribution in #274
- @VenMolom made their first contribution in #298
Full Changelog: v0.15.2...v0.16.0