From fda622a0c06def05f16fe8df82346426f43baf8c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 24 Jul 2022 23:44:54 +0200 Subject: [PATCH] Update Changelog --- Changelog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index b3008c427..5f8924dc2 100644 --- a/Changelog +++ b/Changelog @@ -2,10 +2,19 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + +Bugfixes: + * Fixed checking file extension case-insensitive when loading and saving playlists. + * Fixed reading and saving rating with TagParser. + * (macOS/Windows) Fixed playlist column alignment. Applied patch for Qt bug QTBUG-103576 (#999). + + Enhancements + * Added option for selecting file extension when saving all playlists. + Version 1.0.6 (2022.07.17) Bugfixes: - * Fixed certain albums not added to playlist in correct track order from search for Tidal and QObuz. * Fixed songs not added to playlist in numeric order when added from file view with right click (#977). * Fixed "Stop after this track" graying out next track in dynamic mode (#912).