From c1b41e2730f6602a688ff234986ecb7b47317b1e6dc9671e4982553b0fed73a6 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 18 Apr 2021 16:51:42 +0000 Subject: [PATCH] -Update to version 0.9.3: + Bugfixes: + Fix "Show in file browser" to work with thunar. + Check that the clicked rating position is to the right or left of the rectangle. + Fix rescan when collection directory is removed and readded. + Enhancements: + Allow editing playlist metadata for radio streams. + Make CollectionQuery subclass QSqlQuery, avoid copying QSqlQuery. + Only enable FTS3 when schema needs upgrading, since FTS5 is used for search. + Add setting for configuring the color for the currently playing song. + Add setting to turn on OSD Pretty fading. + Add commandline option to resize window. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=98 --- strawberry-0.9.2.tar.xz | 3 --- strawberry-0.9.3.tar.xz | 3 +++ strawberry.changes | 16 ++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 strawberry-0.9.2.tar.xz create mode 100644 strawberry-0.9.3.tar.xz diff --git a/strawberry-0.9.2.tar.xz b/strawberry-0.9.2.tar.xz deleted file mode 100644 index 3b43407..0000000 --- a/strawberry-0.9.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9bf7dd862364dd7debf5651d8e44acd74380be11c27e7c9b1e33203eeacb266 -size 9956324 diff --git a/strawberry-0.9.3.tar.xz b/strawberry-0.9.3.tar.xz new file mode 100644 index 0000000..e7c3db9 --- /dev/null +++ b/strawberry-0.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e +size 10928116 diff --git a/strawberry.changes b/strawberry.changes index ec31c94..40be3dd 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Apr 18 16:50:18 UTC 2021 - Jonas Kvinge + +-Update to version 0.9.3: + + Bugfixes: + + Fix "Show in file browser" to work with thunar. + + Check that the clicked rating position is to the right or left of the rectangle. + + Fix rescan when collection directory is removed and readded. + + Enhancements: + + Allow editing playlist metadata for radio streams. + + Make CollectionQuery subclass QSqlQuery, avoid copying QSqlQuery. + + Only enable FTS3 when schema needs upgrading, since FTS5 is used for search. + + Add setting for configuring the color for the currently playing song. + + Add setting to turn on OSD Pretty fading. + + Add commandline option to resize window. + ------------------------------------------------------------------- Thu Mar 25 22:38:32 UTC 2021 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 880c990..7300649 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.9.2 +Version: 0.9.3 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later