From 671df6eafbc43318a0227723c40c7606f58743dd Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 9 Dec 2023 23:17:19 +0100 Subject: [PATCH] Update Changelog --- Changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog b/Changelog index bd412073e..05cd05bff 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,22 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + + Bugfixes: + * Fixed KDSingleApplication cmake version check. + * Fixed KDSingleApplication Qt 5 detection (#1299). + * Fixed timer started in wrong thread (#1302). + * Fixed erratic seeking behaviour if buffer duration is set to zero (#1302). + * Fixed SCollection related crash on exit with Qt 5 (#1316). + * Fixed track about to end related crash on playback failure (#1332). + * Fixed playlist column widths not remembered if stretch mode is off with Qt 6.6.1 and higher (#1328). + * (Windows) Properly handle silent uninstall (#1323). + + Enhancements: + * Increase thread priority for playback threads. + * Allow drag and drop of songs to favorite playlists. + Version 1.0.21 (2023.10.21): Bugfixes: