From de3139ed92ecec6a27fa0a6ff8e146066eeb5e0456f4a07217c770451989f39d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 13 Mar 2021 15:09:21 +0000 Subject: [PATCH] - Update to version 0.9.1: + Bugfixes: + Fix duplicating songs in the DB when organizing songs between 2 different collection directories. + Fix overwriting existing newer last played when importing last played from last.fm. + Fix memory leak on song change when moodbar is disabled. + Fix playlist filter search for text with spaces with Qt 6. + Fix 'Except between tracks on the same album' backend fade option always greyed out. + Fix read and save vorbis comment grouping tag. + Fix QAtomicInteger compile error on armv. + Fix compile error with protobuf 3.15.0 and newer. + Fix possible tagreader (messagereply) crashes. + Fix save album cover when album directory and no overwrite is used for saving covers. + Fix right click save cover action when album has embedded cover. + Fix temporary art saved to /tmp. + Fix playlist bitrate sometimes stuck when changing track to previous. + (macOS) Fix minor compile errors with Qt 6. + (macOS) Fix exclusively grabbing global media shortcuts. + Enhancements: + Improve Musixmatch cover and lyrics search. + Decode any HTML entities in some rare cases they appear in the retrieved lyrics from the API's. + Use mimetype instead of description from stream metadata by default when updating song filetype. + Set limits for collection pixmap cache based on size units. + Convert all signal/slot connections to new Qt 5/6 syntax. + Improve album cover management. + Add right click actions to clear set cover, and option delete covers. + Show artist and album underneath the albums in the cover manager when all Artists is selected. + Disable unavailable right click cover actions. + (macOS) Update and improve build deployment/bundling for Qt 6. + New features: + Add option and support for saving embedded covers for FLAC, Ogg Vorbis, MP3 and MP4/AAC. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=91 --- strawberry-0.8.5.tar.xz | 3 --- strawberry-0.9.1.tar.xz | 3 +++ strawberry.changes | 34 ++++++++++++++++++++++++++++++++++ strawberry.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 strawberry-0.8.5.tar.xz create mode 100644 strawberry-0.9.1.tar.xz diff --git a/strawberry-0.8.5.tar.xz b/strawberry-0.8.5.tar.xz deleted file mode 100644 index 4c8ad7a..0000000 --- a/strawberry-0.8.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8643e71588ba6b2245dbd96c54935941608643ea576e5413abb05b5cc186a89 -size 10801412 diff --git a/strawberry-0.9.1.tar.xz b/strawberry-0.9.1.tar.xz new file mode 100644 index 0000000..4e042ee --- /dev/null +++ b/strawberry-0.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71da4cec9cc7b60961bbb82378d15fb79798e6b880852414ce05276084047a0 +size 9937164 diff --git a/strawberry.changes b/strawberry.changes index c5ed05a..41989fa 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat Mar 13 15:07:36 UTC 2021 - Jonas Kvinge + +- Update to version 0.9.1: + + Bugfixes: + + Fix duplicating songs in the DB when organizing songs between 2 different collection directories. + + Fix overwriting existing newer last played when importing last played from last.fm. + + Fix memory leak on song change when moodbar is disabled. + + Fix playlist filter search for text with spaces with Qt 6. + + Fix 'Except between tracks on the same album' backend fade option always greyed out. + + Fix read and save vorbis comment grouping tag. + + Fix QAtomicInteger compile error on armv. + + Fix compile error with protobuf 3.15.0 and newer. + + Fix possible tagreader (messagereply) crashes. + + Fix save album cover when album directory and no overwrite is used for saving covers. + + Fix right click save cover action when album has embedded cover. + + Fix temporary art saved to /tmp. + + Fix playlist bitrate sometimes stuck when changing track to previous. + + (macOS) Fix minor compile errors with Qt 6. + + (macOS) Fix exclusively grabbing global media shortcuts. + + Enhancements: + + Improve Musixmatch cover and lyrics search. + + Decode any HTML entities in some rare cases they appear in the retrieved lyrics from the API's. + + Use mimetype instead of description from stream metadata by default when updating song filetype. + + Set limits for collection pixmap cache based on size units. + + Convert all signal/slot connections to new Qt 5/6 syntax. + + Improve album cover management. + + Add right click actions to clear set cover, and option delete covers. + + Show artist and album underneath the albums in the cover manager when all Artists is selected. + + Disable unavailable right click cover actions. + + (macOS) Update and improve build deployment/bundling for Qt 6. + + New features: + + Add option and support for saving embedded covers for FLAC, Ogg Vorbis, MP3 and MP4/AAC. + ------------------------------------------------------------------- Wed Dec 23 08:16:18 UTC 2020 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 55c4af5..479ab2d 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -1,7 +1,7 @@ # # spec file for package strawberry # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.8.5 +Version: 0.9.1 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later