Accepting request 857005 from multimedia:apps

- Update to version 0.8.5:
 * Bugfixes:
 + Fix return type of SmartPlaylistQueryWizardPlugin::type().
 + Fix comparison between QChar and integer to use QChar::unicode().
 + Fix return type of qHash with Qt 6 to use size_t instead of uint.
 + Fix tag edit dialog save process sometimes stuck.
 + Fix repeat and shuffle buttons greyed out when a dynamic playlist is open.
 + Fix CUE parser handling of values with empty quotes.
 + Fix broken year and disc collection groupings with CUE songs.
 + Fix HTML escaping showing up in OSD notifications when using custom text.
 * Enhancements:
 + Add Swedish translation.
 + Made Qt X11Extras and WinExtras modules optional.
 + Save and restore geometry in edit tag dialog.
 + Add command line option to play a playlist based on name.
 + Change double-click behaviour in cover manager to open fullsize cover.

OBS-URL: https://build.opensuse.org/request/show/857005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2020-12-21 09:23:49 +00:00 committed by Git OBS Bridge
commit 8acbc8dc76
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Dec 19 16:50:36 UTC 2020 - Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.8.5:
* Bugfixes:
+ Fix return type of SmartPlaylistQueryWizardPlugin::type().
+ Fix comparison between QChar and integer to use QChar::unicode().
+ Fix return type of qHash with Qt 6 to use size_t instead of uint.
+ Fix tag edit dialog save process sometimes stuck.
+ Fix repeat and shuffle buttons greyed out when a dynamic playlist is open.
+ Fix CUE parser handling of values with empty quotes.
+ Fix broken year and disc collection groupings with CUE songs.
+ Fix HTML escaping showing up in OSD notifications when using custom text.
* Enhancements:
+ Add Swedish translation.
+ Made Qt X11Extras and WinExtras modules optional.
+ Save and restore geometry in edit tag dialog.
+ Add command line option to play a playlist based on name.
+ Change double-click behaviour in cover manager to open fullsize cover.
-------------------------------------------------------------------
Sat Nov 14 23:37:38 UTC 2020 - Jonas Kvinge <jonas@jkvinge.net>

View File

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