Releases: sandrzejewskipl/spotify-scheduler
Releases · sandrzejewskipl/spotify-scheduler
Release 2.0.2: Calendar
If you're updating from version 1.x.x, you need to set your schedule again.
Fixed:
- calendar widget width on MacOS
- importing podcasts into playlist
Release 2.0.1: Calendar
If you're updating from version 1.x.x, you need to set your schedule again.
Changed:
- user playlists are now being cached to speed up opening "Schedule" tab
2.0.0
Added:
- new "Schedule" tab with a calendar which allows for setting different schedules for different days
- device picker in "Settings" tab
Fixed:
- fixed minor bugs
Release 2.0.0: Calendar
If you're updating, you need to set your schedule again.
Added:
- new "Schedule" tab with a calendar which allows for setting different schedules for different days
- device picker in "Settings" tab
Fixed:
- fixed minor bugs
Release 1.13.2
Fixed:
- fixed an error "argument of type 'NoneType' is not iterable" during a playlist GUI refresh, when a playlist is not set
Release 1.13.1
Added:
- hotfix for spotify client not playing random queue; cause: when spotify's api has problems, client doesn't see any tracks in playlist unless manually clicked; fix requires killing and autorunning spotify enabled
Release 1.13.0
Added:
- import/export playlists feature
- warning when not using Spotify Premium
Changed
- using more API scopes (you might need to reauthorize an app after update)
Removed:
- metadata and randomqueue support for Spotify curated playlists (due to API changes)
Release 1.12.0
Added:
- scrollbar in console tab
- unsaved changes notice, set to default device name in settings tab
- skip explicit tracks option
- warning for web players
Changed:
- better caching of api requests
- updated dependencies
- display no image when unable to fetch now playing
- changed about tab
Fixed:
- Spotify's playlist weren't played when Random queue was enabled
Release 1.11.4
stability improvements
Added:
- requests timeout to prevent freezing
Changed:
- display only first 50 characters of title, author or playlist/album name
Release 1.11.3
Release 1.11.2
Changed
- redirect URI changed to 127.0.0.1 from localhost - you need to update it in Spotify for Developers to
http://127.0.0.1:23918(that's why)