Skip to content

Releases: kraxarn/spotify-qt

1.9

09 May 15:28
Compare
Choose a tag to compare
1.9

Fixes

  • Fixed total track count for playlist not saving to cache properly.

Changes

  • Option to start spotifyd on app start was moved to spotifyd settings.
  • Added an option to use the system spotifyd settings.
  • Added a context menu to playlists for viewing more info, sharing, shuffle play and edit.
  • Buttons in the settings dialog are now more consistent with the operating system.
  • No longer attempts to start spotifyd if already running.
  • Hovering over a playlist now shows its description.

1.8

04 May 14:32
Compare
Choose a tag to compare
1.8

Fixes

  • Fixed a play icon appearing next to local tracks.
  • Fixed not being able to play playlists that contained local tracks.
  • Fixed not being able to play playlists larger than about 600 tracks.
  • Fixed playing a track in a (large) playlist causing the application to temporarily freeze.
  • Fixed playing icon not appearing on a track in a playlist that was loaded on start.
  • Fixed not starting spotifyd on start properly (#12).
  • Fixed not starting spotifyd properly if compiled without PulseAudio support.

Changes

  • Album lists in artist view now uses columns to align years better.

1.7

01 May 16:35
Compare
Choose a tag to compare
1.7

Fixes

  • Replaced filler widget with layout alignment to fix some layout issues in settings dialog.
  • Fixed some issues of spotifyd still running after application closed.

Changes

  • Added a new option to toggle automatic track header resizing.
  • Replaced filler widget with layout alignment to fix some layout issues in settings dialog.
  • Added new icons for song header context menu.
  • Added a new option to set default sorting in track list.
  • spotifyd started from application now always uses pulseaudio backend.
  • Added an option to specify how often to sync playback status against Spotify servers.
  • UI is now updated directly after pressing toolbar buttons instead of after the next refresh.

1.6

27 Apr 16:48
Compare
Choose a tag to compare
1.6

Fixes

  • Fixed tray icon not showing on non-Linux systems.
  • Fixed enabling desktop notifications suppressing all messages until application was restarted.
  • Fixed leaving device menu before it loaded causing a crash.

Changes

  • "No devices found" is no longer shown as a notification as it's already shown in the menu.
  • Added some margin to the logo so it doesn't appear as huge.
  • Added symbolic versions of the logo for use in the system tray.
  • Added an option to invert tray icon for light system tray backgrounds.
  • Changing tray icon settings no longer require an application restart to apply.

1.5

26 Apr 08:34
Compare
Choose a tag to compare
1.5

Fixes

  • Fixed not being able to quit the application from the tray icon context menu.
  • Fixed some layout issues in settings.
  • Fixed not showing a desktop notification for some actions.
  • Fixed settings having a small default size.
  • Fixed crash on start when another instance was already running.

Changes

  • Added current track info to the tray icon context menu.
  • Settings are now tabbed.
  • Moved some application settings to a new interface category.
  • Moved the about sub-menu to the settings dialog.

1.4

25 Apr 14:40
Compare
Choose a tag to compare
1.4

Fixes

  • Fixed not being able to add or remove liked tracks from the "now playing" view
  • Fixed some possible crashes in the settings dialog (#1).
  • Fixed inconsistent capitalization in the settings dialog.

Changes

  • Added an option for a system tray icon.
  • Added an option to replace window status bar with desktop notifications (#9).

1.3

21 Apr 20:20
Compare
Choose a tag to compare
1.3

Fixes

  • Fixed showing the incorrect playlist if switching too quickly.
  • Fixed showing "remove from playlist" on tracks when no playlist was shown.
  • Fixed artist in search results getting permanently disabled after first click.

Changes

  • "Added" date now follows the system locale.
  • Added ability to show and hide columns from track list.
  • Added an option to open a track in Spotify.
  • Tracks can now be added to or removed from liked tracks.

1.2

13 Apr 15:04
Compare
Choose a tag to compare
1.2

Fixes

  • Fixed some asynchronous request issues for metadata.
  • Fixed some issues with context menu for tracks.
  • Fixed some issues adding a track to a playlist.
  • Fixed showing an empty window when lyrics couldn't be found.
  • Fixed memory leaks with audio features and lyrics.

Changes

  • Added track context menu to artist view.
  • Option to open album from track context menu is now always enabled.
  • Now always loads albums, even if they only have a single track.
  • Password when logging in is now masked.

1.1

12 Apr 19:32
Compare
Choose a tag to compare
1.1

Fixes

  • Fixed media controller not working properly.
  • Fixed weird spacing in settings dialog

Changes

  • D-Bus no longer refreshes metadata, but gets current cached instead.
  • Removed temporary button to refresh current playlist

1.0

12 Apr 18:49
Compare
Choose a tag to compare
1.0

First stable release now that everything is implemented and mostly working.

Fixes

  • Fixed not being able to double click items in library (#6).
  • Fixed always attempting to start d-bus media controller.
  • Fixed albums only loading the first 50 tracks (#7).

Changes

  • Added optional support for KCrash (enable with -DUSE_CRASH_HANDLER=ON).
  • Current playback refresh is now done asynchronously.
  • Disabled playlist snapshot check to fix playlists not updating.