Releases: xou816/spot
Releases · xou816/spot
Release 0.1.15
What's new:
- ability to remove tracks from writable playlists
- improved login error handling
- fixed an issue with playlists not being modifiable when login in with email
- MPRIS: the desktop entry for Spot is now properly referenced (thanks nicolasfella!)
- quality: various clippy fixes (thanks nn1ks!)
- new translations: Turkish, Indonesian and Brazilian Portuguese (thanks YusufOzmen01, cho2 and lucraraujo, as well as ondras12345 for the reviews!)
Release 0.1.14
What's new:
- long playlists are now handled (somewhat) properly, although this has some drawbacks (shuffling isn't so random...)
- the MPRIS implementation now supports seeking, and should report the proper album art and album name; thanks Douile!
- selection tools now allow adding to a playlist (not yet removing, though)
- Russian translation
Thanks to all contributors, translators and bug reporters!
0.1.13
What's new:
- new selection tools: move tracks up and down in queue, quickly select multiple tracks from current view...
- touch and hold a song list (or right click) to enter selection mode
- Portuguese translation
- fixed session restoration requiring manually repeating last action after a long period of inactivity
- fixed parsing for playlists with local tracks
0.1.12
0.1.11
0.1.10
New features:
- redesigned seekbar, login dialog and search (type from any screen to start a search)
- song durations in playlist widgets (thanks realJavabot!)
- play queue management (queue/dequeue/clear queue)
- selection mode: enter selection mode to easily queue multiple tracks
- keyboards shortcuts
- various playback options through GSettings (no GUI yet)
0.1.9
Important note to packagers
This release changes the cache location to avoid clashing with existing folders in the user's HOME. Old files in ~/.cache/net and ~/.cache/img (new location: ~/.cache/spot/{net, img}) are deleted automatically and should not affect user files, but user caution is advised.
Therefore, a feature can be enabled at build time (enabled by default, meson: -Dfeatures="warn-cache") to present the user with a confirmation dialog.
In sandboxed environment, this dialog can be safely hidden (the app cannot write in unwanted locations). The flatpak build therefore disables this feature.