From aaa087127ac317ce53743f352fcc382b6bcad80d4700b2e845e260e06104707b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 19 Dec 2020 16:51:34 +0000 Subject: [PATCH] - 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/package/show/multimedia:apps/strawberry?expand=0&rev=86 --- strawberry-0.8.4.tar.xz | 3 --- strawberry-0.8.5.tar.xz | 3 +++ strawberry.changes | 20 ++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 strawberry-0.8.4.tar.xz create mode 100644 strawberry-0.8.5.tar.xz diff --git a/strawberry-0.8.4.tar.xz b/strawberry-0.8.4.tar.xz deleted file mode 100644 index ffd4756..0000000 --- a/strawberry-0.8.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f93acf3217ae6b63c6ee469bf8b8a86317f724c018cf7e86c43d663c8066760b -size 10781080 diff --git a/strawberry-0.8.5.tar.xz b/strawberry-0.8.5.tar.xz new file mode 100644 index 0000000..4c8ad7a --- /dev/null +++ b/strawberry-0.8.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8643e71588ba6b2245dbd96c54935941608643ea576e5413abb05b5cc186a89 +size 10801412 diff --git a/strawberry.changes b/strawberry.changes index 885bed4..cf0dc6e 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Dec 19 16:50:36 UTC 2020 - Jonas Kvinge + +- 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 diff --git a/strawberry.spec b/strawberry.spec index c4d13d6..9002109 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -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