From 2b107407e89a4c09d4fe55586a4db02ee4aaad9a01bba5a26659d31753fddbb7 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 30 Dec 2022 18:00:26 +0000 Subject: [PATCH] - Update to version 1.0.11 + Bugfixes: + Capitalize GLib application name so it appears nicely in GNOME and PulseAudio Volume Control (#1066). + Fixed missing application icon for PulseAudio Volume Control (#1066). + Ignore errors for missing albums when updating Tidal collection if there are results (#1061). + Only run periodic collection scan when moitoring collection setting is on. + Fixed an edge case where the context headline text was being cut short (#1067). + Made "Show in file browser" support SpaceFM filemanager (#1073). + Fixed incorrect tab order in edit tag dialog (#1075). + Changed "FMPS_PlayCount" to "FMPS_Playcount" when saving tag (#1074). + Fixed compilation tag read and write for MP4 (#1076). + Removed incorrect use of "TPE1" for performer when reading ID3 tags (#1076). + Disable tag fields for unsupported tags in tag editor. + Don't allow organizing files without unique tags (track or title) for filename (#1077). + Don't remove disc from album title when creating cover hash to allow different covers for each disc on an album (#1069). + Fixed incorrect relative paths for song filenames when saving playlists if the saved playlist location is a symablic link to the song filename (#1071). + Scrobble "Various Artists" as album artist (#1082). + Enhancements: + Use system volume instead of own software volume when available (#1037). + Improved Tidal and Qobuz support with timed requests. + Support MPRIS2 xesam:userRating. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=126 --- strawberry-1.0.10.tar.xz | 3 --- strawberry-1.0.11.tar.xz | 3 +++ strawberry.changes | 26 ++++++++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.10.tar.xz create mode 100644 strawberry-1.0.11.tar.xz diff --git a/strawberry-1.0.10.tar.xz b/strawberry-1.0.10.tar.xz deleted file mode 100644 index 49db4dd..0000000 --- a/strawberry-1.0.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47e6d707f5b24e960dfdac1752455fcd5733fbb194d43fd946d4d021d64867af -size 11220176 diff --git a/strawberry-1.0.11.tar.xz b/strawberry-1.0.11.tar.xz new file mode 100644 index 0000000..ec83f1b --- /dev/null +++ b/strawberry-1.0.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27446e65f6f5bb30f426db95e5cc446f080e5cca2e6dc32f513118ad6e8cf0e1 +size 11230592 diff --git a/strawberry.changes b/strawberry.changes index 57dbf0b..a5a19e1 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Dec 30 17:59:24 UTC 2022 - Jonas Kvinge + +- Update to version 1.0.11 + + + Bugfixes: + + Capitalize GLib application name so it appears nicely in GNOME and PulseAudio Volume Control (#1066). + + Fixed missing application icon for PulseAudio Volume Control (#1066). + + Ignore errors for missing albums when updating Tidal collection if there are results (#1061). + + Only run periodic collection scan when moitoring collection setting is on. + + Fixed an edge case where the context headline text was being cut short (#1067). + + Made "Show in file browser" support SpaceFM filemanager (#1073). + + Fixed incorrect tab order in edit tag dialog (#1075). + + Changed "FMPS_PlayCount" to "FMPS_Playcount" when saving tag (#1074). + + Fixed compilation tag read and write for MP4 (#1076). + + Removed incorrect use of "TPE1" for performer when reading ID3 tags (#1076). + + Disable tag fields for unsupported tags in tag editor. + + Don't allow organizing files without unique tags (track or title) for filename (#1077). + + Don't remove disc from album title when creating cover hash to allow different covers for each disc on an album (#1069). + + Fixed incorrect relative paths for song filenames when saving playlists if the saved playlist location is a symablic link to the song filename (#1071). + + Scrobble "Various Artists" as album artist (#1082). + + Enhancements: + + Use system volume instead of own software volume when available (#1037). + + Improved Tidal and Qobuz support with timed requests. + + Support MPRIS2 xesam:userRating. + ------------------------------------------------------------------- Fri Oct 21 21:48:08 UTC 2022 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index a856cea..ad72210 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.10 +Version: 1.0.11 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later