Releases: kraxarn/spotify-qt
Releases · kraxarn/spotify-qt
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
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
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
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
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
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
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
Fixed various issues with saving and loading settings
2.0 Beta 1
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
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.