Skip to content

Releases: kraxarn/spotify-qt

2.6

21 Jul 17:56
Compare
Choose a tag to compare
2.6

Fixes

  • Fixed a crash when no playlists could be found (#17).
  • Fixed some memory leaks.
  • Fixed showing empty "What's new" dialog if compiled with an invalid version.
  • Fixed playlists not loading from search.

Changes

  • Improved memory usage.
  • "New version" is now "Update found".
  • "Update found" text can now be clicked to open latest release.
  • No longer shows a right click menu for current track when nothing is playing.

2.5

07 Jul 18:15
Compare
Choose a tag to compare
2.5

Fixes

  • Fixed showing device selection dialog when no devices were available.

Changes

  • Add/remove to/from liked is now like/dislike.
  • Application version in menu is now replaced with an update checker.
  • Check if track is liked now works properly.
  • If a browser cannot be found to open a link, a dialog is now shown with the link instead (#16).
  • Added an option to start Spotify client even if other devices are already available (enabled by default).

2.4

27 Jun 19:53
Compare
Choose a tag to compare
2.4

Fixes

  • Fixed a crash when tray icon was disabled (#15).
  • Fixed memory leaks caused by loading albums.
  • Fixed a crash when double clicking an album in library.
  • Fixed not being able to edit playlists.

Changes

  • Added a dialog for showing system information.
  • Tray icon album art is now disabled by default.
  • Song list is now disabled while loading library items.
  • Albums are now cached.
  • Library options are now cached.
  • When playing with no device selected and multiple are available, a dialog is now shown.

2.3

22 Jun 19:12
Compare
Choose a tag to compare
2.3

Fixes

  • Fixed a crash on systems where PulseAudio was not available.
  • Fixed a crash when attempting to update volume.
  • Fixed issues with attempting to apply custom shape to empty images.

Changes

  • JSON in cache now follows snake_case.
  • Console window when opening application is no longer shown under Windows.
  • Tray icon is now enabled by default.
  • Added a new tab to settings for tray icon settings.
  • No longer shows media controller settings on non-Linux platforms.
  • Artists can now be followed and unfollowed from the artist view.
  • Artist popularity can now be viewed from artist view.

2.2

14 Jun 12:01
Compare
Choose a tag to compare
2.2

Fixes

  • Fixed playlist context menu not working in search results (#14).
  • Fixed playlist context menu for playlists that aren't cached.
  • Fixed attempting to shuffle an empty playlist causing a crash.

Changes

  • Album art for current track can now shown in tray icon (enabled by default).
  • Album art now has a shape similar to application icon.
  • Volume button can now be scrolled to adjust volume.
  • Last volume is now saved for next start, instead of trying to fetch it again.

2.1

08 Jun 17:04
Compare
Choose a tag to compare
2.1

Fixes

  • Fixed checking for pre-release versions when checking for updates.
  • Fixed playing icon next to track not updating if new track was not found in list.

Changes

  • Updated for Qt 5.15.
  • Cached playlists are now saved in text, rather than in binary (cache will need to be rebuilt).
  • Added context menus for tracks and playlists in search results.
  • Removed support for optional crash handler.
  • Total cache size is now shown in settings.

2.0

05 Jun 14:35
Compare
Choose a tag to compare
2.0

Major Changes

  • Settings are now saved in a custom JSON format on all platforms.

Changes

  • Added an option to always use the bundled fallback icons.
  • Added an option to use a fixed width font for the position timestamp (enabled by default).
  • Added a --version command line parameter to display application version.
  • Pulse volume is now loaded on start.
  • Updated bitmap icons.

2.0 Beta 2

03 Jun 18:42
Compare
Choose a tag to compare
2.0 Beta 2 Pre-release
Pre-release

Fixed various issues with saving and loading settings

2.0 Beta 1

31 May 18:39
Compare
Choose a tag to compare
2.0 Beta 1 Pre-release
Pre-release

Application settings are now in a custom JSON format on all platforms. Your old settings will automatically be converted when first starting the app.

1.10

16 May 14:43
Compare
Choose a tag to compare

Fixes

  • Fixed not using the correct fallback icons for the built-in dark mode.
  • Fixed attempting to load directory if path was not set when loading images.
  • Fixed not showing the last track from the previous session when starting the app.
  • Fixed share options from the now playing view not sharing a valid link.

Changes

  • Added "New releases" to library with new albums from artists in playlists.
  • Added an option to add a track to the queue.
  • If no device has been selected and only one is available, that one is now automatically selected.
  • Improved support for older versions of Qt (now supports 5.10 and newer).
  • Added a "What's new" dialog on start if the app was updated since last start.
  • Replaced volume slider with a button that hides the slider until pressed.