From b0f3e7351c95b7c78ff2a54a0d284dba36d623c2 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 8 Jan 2023 18:36:32 +0100 Subject: [PATCH] Update Changelog --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 6ed97dc50..38eb843a0 100644 --- a/Changelog +++ b/Changelog @@ -6,8 +6,10 @@ Unreleased: Bugfixes: * Fixed volume synchronization leading to infinite loop resulting in crash when adjusting volume while playing (#1089). + * Fixed incorrect volume. * Fixed collection organizing incorrectly handling slashes inside {} brackets for variables (#1091). * Fixed saving relative playlists to non-existing playlist files (#1092). + * Fixed intermittent crash on collection model query (#1095). * Require system icons for fancy tabbar and settings sidebar to be larger than 22x22 (#1084). Version 1.0.12 (2023.01.02):