Skip to content

Releases: kraxarn/spotify-qt

3.2

28 Nov 17:22
Compare
Choose a tag to compare
3.2

Fixes

  • Fixed support for CMake versions older than 3.12.
  • Fixed playlists with 100 or more tracks not sorting by track number properly (#29).
  • Fixed only the first 50 playlists being visible (#32).
  • Fixed not logging output of librespot properly.
  • Fixed not playing library items with more than 500 tracks properly.

Changes

  • Redesigned settings with improved navigation.
  • Artist, search and audio features are now in a tabbed side panel.
  • Temporarily removed lyrics option, as it stopped working.
  • Application version is now fetched from code instead (-DGIT_TAG is now ignored) (#34).
  • Backend for Spotify client can now be manually selected (#31).
  • Improved Wayland support in snap (#35).
  • A limit on how many tracks can be queued at once can now be set (500 by default) (#33).

3.1

08 Nov 11:51
Compare
Choose a tag to compare
3.1

Fixes

  • Fixed not setting some default settings properly.
  • Fixed Spotify client not starting if using file extension.

Changes

  • D-Bus support is now optional and is automatically enabled if Qt 5 D-Bus is found (#30).
  • MPRIS media controller is now available on platforms where D-Bus is.
  • Improved application logging.
  • Added a new log viewer for viewing and saving application logs.
  • Redesigned artist view with new context button.
  • Settings are now restored if they are corrupt or invalid.

3.0

31 Oct 13:20
Compare
Choose a tag to compare
3.0

Major Changes

  • An alternative Qt Quick based user interface is now available from spotify-qt-quick.

Changes

  • Now supports Qt 6.
  • Conversion from the old settings format is now removed. If you haven't started the app since v2.0 (released June 5th 2020), your settings will be reset the next time you start the app.
  • Now guaranteed to build against the latest Ubuntu release.
  • Added GitHub projects to be more transparent on what's in development.
  • Now available as a Snap.

3.0 Beta 1

27 Oct 16:53
Compare
Choose a tag to compare
3.0 Beta 1 Pre-release
Pre-release

All changes affecting the main Qt Widgets client are final, which is mostly some quality of life improvements. 3.0 will be released when the Qt Quick user interface is completed.

2.12

05 Oct 17:11
Compare
Choose a tag to compare

Fixes

  • Fixed missing title in artist window.
  • Fixed buttons to move playlist still being available when not doing anything.
  • Fixed not formatting playlist descriptions properly.
  • Fixed specific tracks not playing in specific playlists (#22).
  • Fixed not properly handling connection errors during startup.
  • Fixed incorrect playlist order after a playlist was edited.
  • Fixed not re-selecting playlist after refresh when using a custom order.
  • Fixed deletion of track in playlist not handling duplicates properly.
  • Fixed deletion of tracks not working when using a custom sorting order.
  • Fixed artist page and search results ignoring "single click to play tracks" setting.
  • Fixed not being able to save Spotify client executables with file extensions.
  • Fixed being able to save invalid paths to Spotify client.
  • Fixed being able to open an empty album from the album view.

Changes

  • Added setting to show or hide track numbers (enabled by default).
  • Now trims client id and secret during setup to reduce errors.
  • Deletion of tracks in playlist have been rewritten to improve stability.
  • When adding a track to a playlist, the playlist is now refreshed first.

2.11

13 Sep 17:11
Compare
Choose a tag to compare

Fixes

  • Fixed showing empty lines in Spotify log.
  • Fixed opening an invalid artist causing a crash.
  • Fixed loading an empty playlist on first start.
  • Fixed not finding lyrics if name contained spaces.
  • Fixed not building on Qt 5.13 and older.

Changes

  • Playlists can now be automatically sorted, or use a custom order.
  • Password can now be stored in KWallet (#19).
  • Added librespot support.
  • Spotify log is no longer modal, allowing it to be shown in the background.
  • Spotify log now automatically updates.
  • No longer shows read-only playlists under lists of playlists to add a track to.
  • Now compatible with Qt 5.9 (Ubuntu 16.04 and UBports).

2.10

30 Aug 17:47
Compare
Choose a tag to compare

Fixes

  • Fixed following, or unfollowing, an artist causing a crash.
  • Fixed attempting to open a parent in library list loading an empty track list.
  • Fixed support for Qt 5.14 and older.
  • Fixed crash when failing to check if following an artist.
  • Fixed not re-enabling client id and secret after authentication failure.

Changes

  • Added a new library option, "Following", for artists you're currently following.
  • Library options for artists and albums are now sorted.
  • When using app config with spotifyd, it is now closed together with the app.
  • Added a log button to show spotifyd output.
  • Added a new setting to either play tracks with a single or double click (double by default) (#27).
  • Bitmap icons are now deprecated, and will be removed in v3.0, scalable icon is now preferred.
  • System info dialog has been reworked to show more info on non-Linux systems.
  • Scalable icon and desktop shortcut is now installed through CMake on Unix-like systems.
  • Binary is now installed through CMake regardless of build configuration.

2.9

10 Aug 20:38
Compare
Choose a tag to compare
2.9

Fixes

  • Fixed context menu for playlists not working properly.
  • Fixed playlists sometimes not loading without cache (#23).
  • Fixed showing empty space for context info on app start.
  • Fixed not showing playlist name in context info if playlist wasn't saved.
  • Fixed loading an empty playlist when not saved playlist was last opened.

Changes

  • Reworked lyrics.
  • Context information is now hidden if there's no context.
  • Added context menu to context information to open context.
  • Added device info to system info dialog.
  • Added an option to show/hide context info.

2.8

02 Aug 19:04
Compare
Choose a tag to compare
2.8

Fixes

  • Fixed some track context menu options crashing the application (#21).
  • Fixed icons not always having the correct color with dark themes.
  • Fixed incorrect text for unfollowing an artist.
  • Fixed deselecting library when opening an artist, causing context issues (#20).
  • Fixed being able to click disabled tracks (local or unavailable).
  • Fixed not playing albums when double clicking on them.

Changes

  • Now disables Spotify username and quality when global config is enabled.
  • Now shows where music is being played from above track name.
  • Now disables tracks unavailable in account's region.

2.7

26 Jul 13:14
Compare
Choose a tag to compare
2.7

Fixes

  • Fixed not always showing "link error" dialog when failing to open links.
  • Fixed showing "added at" as 1970-01-01 for some playlists.

Changes

  • Albums now have a context menu similar to playlists.
  • Better file organization, which should result in faster compile times.
  • Added a splash screen on start to better show the application is loading.
  • Option to check for updates in settings have been removed.
  • Option to get basic system information is now available on all platforms.