v1.1.0
v1.1.0
New🎉
- MacOS support (PR #7)
- Download currently playing track to
/home/<user>/Downloads/Spotube
(Linux, MacOS) orC:\Users\<user>\Downloads\Spotube
(Windows) - Play playlist from any song (index) instead of only the first track
- AlbumCard for showing album's metadata
- AlbumView aka show album tracks
- Play an album
- ArtistCard for showing artist metadata on the fly
- ArtistProfile for showing complete details of the artist
- Play artist's top tracks
- View Artist's "Fans also like" section
- Search page
- Play tracks from search result
- Click to open artist-profile/album everywhere in the application
Improved📈
- UserLibrary album & artist tab
- PlaylistView simplified layout with
ListView
instead ofTableView
- Control Theme from settings manually
PageWindowTitleBar
now acts asappBar
Bug fixes🩹
- Unsafe access to album art/artist/user Images with
.first
or.last
causing accessing empty List error url_launcher
's unstablecanLaunch
method blocks OAuth login in certain *nix OSs- Refresh token gets revoked & doesn't get renewed automatically
New Contributors
- @ThatOneCalculator made their first contribution in #4
- @karniv00l made their first contribution in #7
Full Changelog: v1.0.1...v1.1.0