From 9fd6f19426b00e4b51bc6cd42d45e05129a052089bd3a1e93cfc95d114035ed3 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 20 Feb 2022 16:07:39 +0000 Subject: [PATCH] - Update to version 1.0.2 + Bugfixes: + Fixed showing menu when clicking icon for collection and internet search tool buttons + Fixed ignoring devices with system mounts as defined by GIO (#410). + Fixed updating database when deleting songs from filesystem devices. + Fixed unregistered metatype when listing songs from MTP devices with Qt 6. + Fixed using entered password when testing Subsonic settings before pressing save (#879). + Fixed downloading Subsonic album covers. + Fixed subsonic album covers downloaded several times for each album when MD5 authentication was enabled (#885). + Fixed volume going to 100% when pressing volume down with MRPIS2 and global shortcuts (#884). + Fixed incorrect rounding when setting volume through MPRIS2 (#894). + Fixed delete from disk not showing up in the menu when one or more CUE songs were selected. + Fixed possible crashes when switching songs when fading is enabled (#890). + Fixed X11 global shortcuts not working unless window was in focus with Qt 6.2 and higher (#893). + Fixed scrobbler re-sending scrobbles to fast on error (#898). + Enhancements + Log Qt version on startup. + Added button for deleting existing Subsonic songs (#883). + Make collection watcher ignore files with "qt_temp" filename and tmp extension. + Require Qt 5.9 or higher. + Added scrollbars to edit tag dialog (#888). + Added advanced settings for configuring collection watcher. + Disable open audio CD menu when compiled without audio CD support. + Replaced use of deprecated QMouseEvent constructor as of Qt 6.4. + Replaced use of deprecated QCryptographicHash::addData overload as of Qt 6.4. + Removed features: + Removed broken "nomedia" / "nomusic" file handling. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=102 --- strawberry-1.0.1.tar.xz | 3 --- strawberry-1.0.2.tar.xz | 3 +++ strawberry.changes | 32 ++++++++++++++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.1.tar.xz create mode 100644 strawberry-1.0.2.tar.xz diff --git a/strawberry-1.0.1.tar.xz b/strawberry-1.0.1.tar.xz deleted file mode 100644 index f535ccb..0000000 --- a/strawberry-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94fd3b506528e2cfb2dfc46e8a5120baafcd74e4705cfaae374709d30c269ecb -size 11191132 diff --git a/strawberry-1.0.2.tar.xz b/strawberry-1.0.2.tar.xz new file mode 100644 index 0000000..f8d204b --- /dev/null +++ b/strawberry-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f0f754b88aa0f3860fb7d2adaba26d51fa64a32d1e202814600601a8a86d97 +size 11202768 diff --git a/strawberry.changes b/strawberry.changes index f00af15..82bad1d 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Feb 20 16:05:35 UTC 2022 - Jonas Kvinge + +- Update to version 1.0.2 + + + Bugfixes: + + Fixed showing menu when clicking icon for collection and internet search tool buttons + + Fixed ignoring devices with system mounts as defined by GIO (#410). + + Fixed updating database when deleting songs from filesystem devices. + + Fixed unregistered metatype when listing songs from MTP devices with Qt 6. + + Fixed using entered password when testing Subsonic settings before pressing save (#879). + + Fixed downloading Subsonic album covers. + + Fixed subsonic album covers downloaded several times for each album when MD5 authentication was enabled (#885). + + Fixed volume going to 100% when pressing volume down with MRPIS2 and global shortcuts (#884). + + Fixed incorrect rounding when setting volume through MPRIS2 (#894). + + Fixed delete from disk not showing up in the menu when one or more CUE songs were selected. + + Fixed possible crashes when switching songs when fading is enabled (#890). + + Fixed X11 global shortcuts not working unless window was in focus with Qt 6.2 and higher (#893). + + Fixed scrobbler re-sending scrobbles to fast on error (#898). + + Enhancements + + Log Qt version on startup. + + Added button for deleting existing Subsonic songs (#883). + + Make collection watcher ignore files with "qt_temp" filename and tmp extension. + + Require Qt 5.9 or higher. + + Added scrollbars to edit tag dialog (#888). + + Added advanced settings for configuring collection watcher. + + Disable open audio CD menu when compiled without audio CD support. + + Replaced use of deprecated QMouseEvent constructor as of Qt 6.4. + + Replaced use of deprecated QCryptographicHash::addData overload as of Qt 6.4. + + Removed features: + + Removed broken "nomedia" / "nomusic" file handling. + ------------------------------------------------------------------- Sat Jan 8 14:27:51 UTC 2022 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 3bf3ee9..4c3e47e 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later