1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 10:57:33 +01:00

Update Changelog

This commit is contained in:
Jonas Kvinge 2021-03-03 22:18:04 +01:00
parent d366c1ac64
commit 3cea7ee1b9

View File

@ -11,6 +11,12 @@ Unreleased:
* 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.
* (macOS) Fix minor compile errors with Qt 6.
* (macOS) Fix exclusively grabbing global media shortcuts.
@ -20,8 +26,15 @@ Unreleased:
* 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.
0.8.5:
Bugfixes: