- 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
This commit is contained in:
parent
153ec99050
commit
de3139ed92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8643e71588ba6b2245dbd96c54935941608643ea576e5413abb05b5cc186a89
|
||||
size 10801412
|
3
strawberry-0.9.1.tar.xz
Normal file
3
strawberry-0.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b71da4cec9cc7b60961bbb82378d15fb79798e6b880852414ce05276084047a0
|
||||
size 9937164
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 13 15:07:36 UTC 2021 - Jonas Kvinge <jonaski@opensuse.org>
|
||||
|
||||
- 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 <jonaski@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user