From 95d7316db52f9527909b02cc58ad9d21bd00bc57d5ac3b7c65383f79e1b88c92 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 24 Sep 2023 21:30:57 +0000 Subject: [PATCH 1/2] - Update to version 1.0.19 + Bugfixes: + Use shared pointers for objects to fix potential crashes on exit (#1239). + Fixed smart playlist search not matching unrated songs (#1244). + Fixed reading FMPS_Playcount for MP3 ID3v2 tags (#1248). + Always stop playing after 100 errors to prevent flooding the error dialog (#1220). + Fixed volume going to 100% when decreasing volume beyond zero (#1262). + Fixed error dialog sometimes showing empty. + Enhancements: + Add Mpris2 property to read/write rating (#1246). + Capitalize playlist column names (#1264). + Added lyrics from songlyrics.com, azlyrics.com, elyrics.net and lyricsmode.com. + New features: + Support performing song loudness analysis using `libebur128` (#1216). + Support song playback loudness normalization, as per EBU R 128 (#1216). + Other: + Removed last.fm HTTPS workaround and GnuTLS dependency + Removed broken lyrics.com lyrics provider. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=144 --- strawberry-1.0.18.tar.xz | 3 --- strawberry-1.0.19.tar.xz | 3 +++ strawberry.changes | 23 +++++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.18.tar.xz create mode 100644 strawberry-1.0.19.tar.xz diff --git a/strawberry-1.0.18.tar.xz b/strawberry-1.0.18.tar.xz deleted file mode 100644 index 5a7f963..0000000 --- a/strawberry-1.0.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8687463b3c5c6d4344ab295ed0946b56d279b7e45875eb4fcca521ca1218c860 -size 11241608 diff --git a/strawberry-1.0.19.tar.xz b/strawberry-1.0.19.tar.xz new file mode 100644 index 0000000..a61d097 --- /dev/null +++ b/strawberry-1.0.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96a62b67089b4cec815a948bf6c424a5ec55537b0f122d8fa1f0fea5ce8185c +size 11234408 diff --git a/strawberry.changes b/strawberry.changes index 0450ad9..29d82e2 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Sep 24 21:28:11 UTC 2023 - Jonas Kvinge + +- Update to version 1.0.19 + + + Bugfixes: + + Use shared pointers for objects to fix potential crashes on exit (#1239). + + Fixed smart playlist search not matching unrated songs (#1244). + + Fixed reading FMPS_Playcount for MP3 ID3v2 tags (#1248). + + Always stop playing after 100 errors to prevent flooding the error dialog (#1220). + + Fixed volume going to 100% when decreasing volume beyond zero (#1262). + + Fixed error dialog sometimes showing empty. + + Enhancements: + + Add Mpris2 property to read/write rating (#1246). + + Capitalize playlist column names (#1264). + + Added lyrics from songlyrics.com, azlyrics.com, elyrics.net and lyricsmode.com. + + New features: + + Support performing song loudness analysis using `libebur128` (#1216). + + Support song playback loudness normalization, as per EBU R 128 (#1216). + + Other: + + Removed last.fm HTTPS workaround and GnuTLS dependency + + Removed broken lyrics.com lyrics provider. + ------------------------------------------------------------------- Sun Sep 17 19:14:05 UTC 2023 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 2e6385f..42c6d1e 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.18 +Version: 1.0.19 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later From 6cbebf975f00521cb7cf125375adea72e7f0227007a66cd46a00093fafb77b54 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 24 Sep 2023 22:07:28 +0000 Subject: [PATCH 2/2] - Update to version 1.0.20 + Fixed appdata validation. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=145 --- strawberry-1.0.19.tar.xz | 3 --- strawberry-1.0.20.tar.xz | 3 +++ strawberry.changes | 4 ++++ strawberry.spec | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.19.tar.xz create mode 100644 strawberry-1.0.20.tar.xz diff --git a/strawberry-1.0.19.tar.xz b/strawberry-1.0.19.tar.xz deleted file mode 100644 index a61d097..0000000 --- a/strawberry-1.0.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c96a62b67089b4cec815a948bf6c424a5ec55537b0f122d8fa1f0fea5ce8185c -size 11234408 diff --git a/strawberry-1.0.20.tar.xz b/strawberry-1.0.20.tar.xz new file mode 100644 index 0000000..ce47fec --- /dev/null +++ b/strawberry-1.0.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27afd4b70cdbb1c88af868cafc3abcb526c825c53e413df326f008322413194 +size 11234412 diff --git a/strawberry.changes b/strawberry.changes index 29d82e2..eeaf290 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,6 +1,10 @@ ------------------------------------------------------------------- Sun Sep 24 21:28:11 UTC 2023 - Jonas Kvinge +- Update to version 1.0.20 + + + Fixed appdata validation. + - Update to version 1.0.19 + Bugfixes: diff --git a/strawberry.spec b/strawberry.spec index 42c6d1e..0a2446d 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.19 +Version: 1.0.20 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later