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: