From f1038152e9931634434d63da4bc39a295a3a8533 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 6 Sep 2024 22:31:12 +0200 Subject: [PATCH] Update Changelog --- Changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index eec14e845..5aca83467 100644 --- a/Changelog +++ b/Changelog @@ -13,16 +13,22 @@ Unreleased: * Fixed scan transaction being started when "Update the collection when Strawberry starts" option is unchecked (#1469) * Fixed Spotify bitrate being limited 128kbit/s. * Fixed Spotify returning too many artists and albums. - * Fixed loading Spotify songs blocking UI. + * Fixed manually switching Spotify songs blocking UI. * Fixed analyzer not being set. * Fixed context top text being updated causing marked text to be unmarked. * Fixed filter search to use filename for songs with empty title. * Fixed missing developer in Appstream appdata file. * Fixed MPRIS2 DesktopEntry to return desktop file entry without ".desktop" (#1516) + * Fixed WavPack .wvc accepted as valid audio files (#1525). + * Fixed dynamic playlist controls not following system colors (#1483). + * Fixed freeze on playlist right click (#1478). + * Fixed copying songs to a iPod device keeping too many files open (#1527). + * Fixed MBIDs from MP4 being parsed incorrectly causing ListenBrainz errors (#1531). * (macOS) Fixed missing Spotify. Enhancements: * Improved volume adjustment and track seeking using touchpad (#1498). + * Use own thread for lyrics parsing. * Added url and filename columns to collection and playlist filter search. Version 1.1.1 (2024.07.22):