Update Changelog

This commit is contained in:
Jonas Kvinge 2021-02-02 21:41:31 +01:00
parent 03959a68d5
commit 16ca55e4ec

View File

@ -9,6 +9,8 @@ Unreleased:
* 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.
* (macOS) Fix minor compile errors with Qt 6.
* (macOS) Fix exclusively grabbing global media shortcuts.
@ -17,6 +19,7 @@ Unreleased:
* 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.
* (macOS) Update and improve build deployment/bundling for Qt 6.
0.8.5: