From 184c39bbb76bb5147882776ac42264c2ebddfcf9 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge <jonas@jkvinge.net> Date: Fri, 10 Jun 2022 00:01:21 +0200 Subject: [PATCH] Update Changelog --- Changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 311937ca9..c1de08e82 100644 --- a/Changelog +++ b/Changelog @@ -8,12 +8,12 @@ BugFixes: * Fixed smart playlist filetype search. * Fixed Radio Paradise URLs to use HTTPS instead of HTTP. * Fixed horizontal scrolling not affecting currently playing track (#952). - * Fixed keep running the background when window is closed with Wayland (#964). + * Fixed keep running in the background when window is closed with Wayland (#964). * Fixed percent-encoding of URLs when loading and saving XSPF playlists (#821). * Fixed fancy tabbar context menu showing on right clicks outside of tabbar when a song is playing. * Fixed possible duplicating songs in the database when moving songs to the collection using the organize feature. - * Windows(|MSVC) Fixed moodbar fftw3 crash with (older) CPU's that does not support AVX2 (#944). - * Windows(|MSVC) Fixed using libiconv for converting characters when organizing files like with MinGW. + * (Windows|MSVC) Fixed moodbar fftw3 crash with (older) CPU's that does not support AVX2 (#944). + * (Windows|MSVC) Fixed using libiconv for converting characters when organizing files like with MinGW. Enhancements * Show more details in error dialog on GStreamer errors (#958).