From 16ca55e4ece0b72adfb4de3366e92f3f123229e1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 2 Feb 2021 21:41:31 +0100 Subject: [PATCH] Update Changelog --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index d62145325..4989d48a5 100644 --- a/Changelog +++ b/Changelog @@ -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: