From 7c03a39316817bfa034798aaf5f82237fd1f54ca Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 4 Dec 2020 19:38:00 +0100 Subject: [PATCH] Update Changelog --- Changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog b/Changelog index 6def66a88..5c74a36fa 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,21 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + + Bugfixes: + * Fix return type of SmartPlaylistQueryWizardPlugin::type(). + * Fix comparsion between QChar and integer to use QChar::unicode(). + * Fix return type of qHash with Qt 6 to use size_t instead of uint. + * Fix tag edit dialog save process sometimes stuck. + * Fix repeat and shuffle buttons greyed out when a dynamic playlist is open. + + Enhancements: + * Add Swedish translation. + * Made Qt X11Extras and WinExtras modules optional. + * Save and restore geometry in edit tag dialog. + * Add command line option to play a playlist based on name. + 0.8.4: Bugfixes: