From b92aa2f1ac0fca0b19d38145741ca594c03196e100482b8d86ceeaf5d32606ea Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 4 Mar 2023 16:00:51 +0000 Subject: [PATCH] - Update to version 1.0.15 + Bugfixes: + Fixed playlist column showing invalid last played date for streams. + Fixed crash when the audio bin failed to initialize (#1123, #1133). + Fixed duplicated filename when organizing files using dot in the filename (#1136). + Fixed tag inline editing for streams (#1130). + Fixed resetting play statistics using tag edit dialog (#1124). + Fixed compilation songs not showing if group by was set to other than (Album) Artist / Album (#1140). + Enhancements: + Added lyrics from stands4 (lyrics.com). + Added Sonogram analyzer. + Use GStreamer playbin3 with GStreamer 1.22.0 and higher. + Code improvements: + Made use of C++11 enum class where possible. + Use new QNativeIpcKey based QSharedMemory constructor with Qt 6.6 and higher. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=134 --- strawberry-1.0.14.tar.xz | 3 --- strawberry-1.0.15.tar.xz | 3 +++ strawberry.changes | 22 ++++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.14.tar.xz create mode 100644 strawberry-1.0.15.tar.xz diff --git a/strawberry-1.0.14.tar.xz b/strawberry-1.0.14.tar.xz deleted file mode 100644 index 76791ad..0000000 --- a/strawberry-1.0.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbb0e0557e97c6e29ca3bf093f2359c959c8b5e8d26c1b6734bb17a85abcd37f -size 11234760 diff --git a/strawberry-1.0.15.tar.xz b/strawberry-1.0.15.tar.xz new file mode 100644 index 0000000..e63fedb --- /dev/null +++ b/strawberry-1.0.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5470e72335dc9d3f6f4943387158cec067821a934e5d322de7d3ad4e8c50a9ef +size 11230148 diff --git a/strawberry.changes b/strawberry.changes index 6f9def7..ca775d4 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Mar 4 15:59:18 UTC 2023 - Jonas Kvinge + +- Update to version 1.0.15 + + + Bugfixes: + + Fixed playlist column showing invalid last played date for streams. + + Fixed crash when the audio bin failed to initialize (#1123, #1133). + + Fixed duplicated filename when organizing files using dot in the filename (#1136). + + Fixed tag inline editing for streams (#1130). + + Fixed resetting play statistics using tag edit dialog (#1124). + + Fixed compilation songs not showing if group by was set to other than (Album) Artist / Album (#1140). + + + Enhancements: + + Added lyrics from stands4 (lyrics.com). + + Added Sonogram analyzer. + + Use GStreamer playbin3 with GStreamer 1.22.0 and higher. + + + Code improvements: + + Made use of C++11 enum class where possible. + + Use new QNativeIpcKey based QSharedMemory constructor with Qt 6.6 and higher. + ------------------------------------------------------------------- Fri Jan 13 21:26:32 UTC 2023 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index dd7ba8c..d481288 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.14 +Version: 1.0.15 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later