Accepting request 886482 from multimedia:apps

-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/request/show/886482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2021-04-18 19:45:27 +00:00 committed by Git OBS Bridge
commit a7a5315f37
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9bf7dd862364dd7debf5651d8e44acd74380be11c27e7c9b1e33203eeacb266
size 9956324

3
strawberry-0.9.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e
size 10928116

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Apr 18 16:50:18 UTC 2021 - Jonas Kvinge <jonaski@opensuse.org>
-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 <jonaski@opensuse.org> Thu Mar 25 22:38:32 UTC 2021 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: strawberry Name: strawberry
Version: 0.9.2 Version: 0.9.3
Release: 0 Release: 0
Summary: A music player and music collection organizer Summary: A music player and music collection organizer
License: GPL-3.0-or-later License: GPL-3.0-or-later