From 5a70285c100ddc16b60da7883ab461cbda13e120 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 11 Apr 2021 03:24:21 +0200 Subject: [PATCH] Update Changelog --- Changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Changelog b/Changelog index a621c44f..aae81f83 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,25 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + + Bugfixes: + * Fix "Show in file browser" to work with thunar. + * Check that the clicked rating position is to the right or left of the rectangle. + * Fix rescan when collection directory is removed and readded. + * (macOS) Fix intermittent abort on startup. + * (macOS) Fix Tidal and Qobuz search field not showing + * (macOS) Add tidal URL scheme to Info.plist. + + Enhancements: + * Allow editing playlist metadata for radio streams. + * Make CollectionQuery subclass QSqlQuery, avoid copying QSqlQuery. + * Only enable FTS3 when schema needs upgrading, since FTS5 is used for search. + * Add setting for configuring the color for the currently playing song. + * (Windows) Show dialog with programs that needs to close in nsis installer. + * (macOS) Make macdeployqt work with Qt 5 too. + * (macOS) Show keep running option in behaviour settings. + 0.9.2: Bugfixes: