From e21ab92d1e3b1b94d13eb0dcd9fa831125f6837701f199413561d3b4ceed66fb Mon Sep 17 00:00:00 2001 From: "Jens K." Date: Mon, 1 Jan 2024 23:45:39 +0000 Subject: [PATCH] - Update to version 3.11 Fixes * Fixed build on FreeBSD. * Fixed current track sometimes not showing as playing in tracks list. * Fixed progress slider performing double click actions with some styles. * Fixed HTML tags in playlists descriptions not displaying properly. * Fixed some systems not being able to open links or files properly. * Fixed "Added" sometimes showing negative values on just added tracks. Changes * Much improved performance when loading playlists. * Added support for track queue. * Added an option to ignore unavailable tracks in playlists. * Added support for librespot v0.5.0. * Added tooltips for links for artists. * Much improved performance with a lot of liked tracks. * Added support for passing custom arguments to Spotify client. * Added history. * Improved resizing with expanded album art. * Added an option for tabbed library and playlists. * The main toolbar can now be placed at the bottom of the window. * Settings can now be saved, even if an invalid Spotify client path is provided. * The shape of the album art can now be changed. * Improved performance with "Recent" playlist sorting. * Added new tooltips for tracks, albums, and playlists. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=12 --- spotify-qt-3.10.tar.gz | 3 --- spotify-qt-3.11.tar.gz | 3 +++ spotify-qt.changes | 29 +++++++++++++++++++++++++++++ spotify-qt.spec | 4 ++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 spotify-qt-3.10.tar.gz create mode 100644 spotify-qt-3.11.tar.gz diff --git a/spotify-qt-3.10.tar.gz b/spotify-qt-3.10.tar.gz deleted file mode 100644 index e0313ca..0000000 --- a/spotify-qt-3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66191fc75f8571f40be16582caded2e6e3181434cbab5e85d3e9613c97ecb44f -size 799753 diff --git a/spotify-qt-3.11.tar.gz b/spotify-qt-3.11.tar.gz new file mode 100644 index 0000000..44c4dc7 --- /dev/null +++ b/spotify-qt-3.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a2097fad58d87b47df7e328ec2fe4254ad463bfeaeb2d8d2e3afc5fbc2d31a +size 1923930 diff --git a/spotify-qt.changes b/spotify-qt.changes index a6c4e19..e3e64cd 100644 --- a/spotify-qt.changes +++ b/spotify-qt.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jan 1 23:42:13 UTC 2024 - Jens K. + +- Update to version 3.11 + Fixes + * Fixed build on FreeBSD. + * Fixed current track sometimes not showing as playing in tracks list. + * Fixed progress slider performing double click actions with some styles. + * Fixed HTML tags in playlists descriptions not displaying properly. + * Fixed some systems not being able to open links or files properly. + * Fixed "Added" sometimes showing negative values on just added tracks. + + Changes + * Much improved performance when loading playlists. + * Added support for track queue. + * Added an option to ignore unavailable tracks in playlists. + * Added support for librespot v0.5.0. + * Added tooltips for links for artists. + * Much improved performance with a lot of liked tracks. + * Added support for passing custom arguments to Spotify client. + * Added history. + * Improved resizing with expanded album art. + * Added an option for tabbed library and playlists. + * The main toolbar can now be placed at the bottom of the window. + * Settings can now be saved, even if an invalid Spotify client path is provided. + * The shape of the album art can now be changed. + * Improved performance with "Recent" playlist sorting. + * Added new tooltips for tracks, albums, and playlists. + ------------------------------------------------------------------- Sat Mar 25 10:56:19 UTC 2023 - Martin Hauke diff --git a/spotify-qt.spec b/spotify-qt.spec index d32271d..f48ecb4 100644 --- a/spotify-qt.spec +++ b/spotify-qt.spec @@ -1,7 +1,7 @@ # # spec file for package spotify-qt # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: spotify-qt -Version: 3.10 +Version: 3.11 Release: 0 Summary: Lightweight Spotify client using Qt License: GPL-3.0-only