Releases: hrkfdn/ncspot
Releases · hrkfdn/ncspot
0.9.5
Maintenance
- Fix release build name and win32 feature (#691)
seek
spits out correct error when used with no args (#695)- Migrate to cursive 0.17
- Remove notifications' dependency on
cover
(#706) - Fix errors showing up even though the command was successful (#710) (#711)
- Fix lists that were shown as empty even though they contained items
0.9.4
Happy New Year 🎆🎉
Maintenance
- Improved README (#683)
- More detailed error message in case of command parse error (#684)
- Remove panics in the
update_token
flow (#688)
Features
- Add
exec
command allowing users to execute shell commands on key press (#673) - Set up release builds for
armhf
andarm64
(#659) - Improved seek command to allow more units (e.g.
2s
), checkparse_duration
documentation for accepted units (#682) - Set terminal title to ncspot (#685)
0.9.3
0.9.2
0.9.1
Mostly a maintenance release. However, due to the migration to rspotify's new API in 0.11.x many parts of the codebase had to be adapted.
Maintenance
- Stop player when Spotify worker thread dies (#628)
- Update librespot to 0.3.1 (may reduce CPU usage during playback: https://github.com/librespot-org/librespot/releases/tag/v0.3.1)
- Major/breaking update to rspotify 0.11.3 (#640)
- Refactoring and other cleanups
Features
0.9.0
Maintenance
- Sort library after saving an album (#428)
- Add scoop instruction for installation (#602)
- Update librespot to 0.3.0, see also release notes
Features
- Add command to show recommendations (#593)
- Enable binding multiple commands to a key (#598)
- Add "Share album" contextmenu entry (#606)
- Add
redraw
command and bind to CTRL+L (#609) - Add
initial_screen
config variable (#616) - Add
userRating
entity to MPRIS metadata, with 0 and 1 corresponding to unliked/liked in Spotify (#624)