From e274e8070d455dbb1a61584cdf2c523e99f07d7d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 25 Aug 2021 03:19:42 +0200 Subject: [PATCH] Update Changelog --- Changelog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index d6e9a0fe..72a9c0fb 100644 --- a/Changelog +++ b/Changelog @@ -8,7 +8,7 @@ Unreleased: * Fix updating temporary metadata when reloading songs outside of the collection. * Don't strip off "Live" from song title when sending scrobbles. * Fix incorrect use of QFutureWatcher. - * Fix compile of Utilities::Hmac with Qt 6.3. + * Fix compile of Utilities::Hmac with Qt 6.2. * Fix a memory leak when using right click context menu in internet search. * Fix a gstreamer bus leak when adding streams and remote playlists. * (Windows) Fix adding songs with Japanese characters from the files tab. @@ -17,7 +17,7 @@ Unreleased: * Add replaygain fallback gain setting. * Add option to turn off playlist alternating row colors. * Make the default tabbbar background color lighter. - * Remove use of deprecated X11Extras and WinExtras Qt modules. + * Remove use of deprecated WinExtras Qt module. * Add CMake test for Qt sqlite support. * Automatically detect Qt version if BUILD_WITH_QT5 or BUILD_WITH_QT6 is not specified. * Correct playlist tabbar favorite tooltip from "click" to "double-click". @@ -31,7 +31,10 @@ Unreleased: * Use higher resolution images from last.fm API. * Add MD5 token authentication for Subsonic. * Use 500 albums per request when receiving albums from Subsonic. + * Use QX11Application with Qt >= 6.2 for X11 global shortcuts. + * Allow fading when a ALSA PCM device is selected. * (macOS) Build with libgpod. + * (Windows) Fix compile with MSVC. New features: * Add ALSA PCM devices.