From 9c21707a5523f444c1e0e429dc65ff6d69db517f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 25 Mar 2023 16:49:19 +0100 Subject: [PATCH] Update Changelog --- Changelog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index c5bc9ed1..b29d8607 100644 --- a/Changelog +++ b/Changelog @@ -8,13 +8,18 @@ Unreleased: * Fixed lyrics from Musixmatch. * Fixed possible file corruption when saving both tags and embedded cover using the tag editor (#1158). * Fixed compile without GStreamer. + * Fixed context and playing now album art rendering on High DPI displays (#1161). + * Fixed setting source properties (device, user-agent, ssl-strict) with GStreamer 1.22 (playbin3) and higher (#1148). + * Fixed rescan songs feature not ignoring mtime. * Search lyrics by artist instead of album artist by default. Code improvements: * Replace use of deprecated QSqlDatabase::exec(). - Removed features: - * Removed lyrics from AudD, API key no longer working. + Added features: + * Added backend setting for strict SSL mode. + * Read AcoustID and MusicBrainz tags. + * Submit MusicBrainz tags with ListenBrainz. Version 1.0.15 (2023.03.04):