From 63aa04241c8823ae3efdbfa1477869821970c7d6 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 12 Nov 2024 23:45:39 +0100 Subject: [PATCH] Update Changelog --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index d68605f3f..612f8fcf3 100644 --- a/Changelog +++ b/Changelog @@ -17,6 +17,7 @@ Bugfixes: * Fixed crash when removing album from playlist when using shuffle albums (#1588). * Fixed IDv3 MBID's tags with multiple entries being ignored. * Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services. + * Fixed passing filenames to strawberry on command line not resolving to absolute paths. Enhancements: @@ -31,6 +32,7 @@ Enhancements: * Removed external tagreader and protobuf dependency. * Removed VLC support. * Ported to Qt translation (.ts) files and removed gettext dependency. + * Removed deprecated Gnome/Mate SettingsDaemon global shortcuts. Version 1.1.3 (2024.09.21):