From ae4dc442b98313ddb8804cc5fa419d8751120040 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 4 May 2023 19:22:00 +0200 Subject: [PATCH] Update Changelog --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog b/Changelog index f67e13878..3f993602e 100644 --- a/Changelog +++ b/Changelog @@ -16,12 +16,16 @@ Unreleased: * Fixed listenbrainz scrobbling for songs without duration. * Fixed gapless playback sometimes not working. * (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). Enhancements: * Reduce memory overhead with album cover handling (#1046). * Improved listenbrainz error handling. * Show error dialog for listenbrainz errors similar to last.fm/libre.fm. * Reduce NetworkAccessManager instances. + * Replace SingleApplication with KDSingleApplication. + * Require Qt 5.12 or higher. Version 1.0.17 (2023.03.29):