From 2a2663eeb5d4e8dc0ea2b0653becebe5a9271dd4 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 29 Jun 2023 20:31:16 +0200 Subject: [PATCH] Update Changelog --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index c7f6df1f7..055697522 100644 --- a/Changelog +++ b/Changelog @@ -21,9 +21,11 @@ Unreleased: * Fixed moodbar disk cache with Qt 6.5.1 and newer. * Fixed playlist edit tag F2 shortcut only working for title tag (#1210). * Append number to filename if the destination file already exist when transcoding audio (#1200). + * Fixed abseil linking issues with protobuf 1.22.0 and newer. * (macOS) Fixed "Show this message" checkbox having no affect on Rosetta warning dialog (#1180). * (macOS) Disable unused D-Bus. * (Windows) Fixed command line options not working with diacritics (#1191). + * (Windows) Fixed issue with saving album covers in album directory being saved in temp directory instead. Enhancements: * Reduce memory overhead with album cover handling (#1046).