From f406b9d3f82629ccdb5105a513954e9566d15902 Mon Sep 17 00:00:00 2001 From: Wang Zichong Date: Thu, 17 Apr 2025 17:48:09 +0800 Subject: [PATCH] chore: release dde-shell 1.99.32 * chore: missing some translations for notification (BUG-289337) * fix: compatibility with Qt 6.9+ * fix: elements not aligned correctly when dock resize (BUG-312831) * fix: need update exclusion zone when screen was added or removed (BUG-306339) * fix: bluetooth still entered notificationcenter (BUG-311617) * fix: The icons residing on pannel move from the right side to the left side (BUG-309403) * fix: dnd does not disable to play sound for notification (BUG-310921) Log: --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7c99a55d5..5bfb8134b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +dde-shell (1.99.32) UNRELEASED; urgency=medium + + * chore: missing some translations for notification (BUG-289337) + * fix: compatibility with Qt 6.9+ + * fix: elements not aligned correctly when dock resize (BUG-312831) + * fix: need update exclusion zone when screen was added or removed + (BUG-306339) + * fix: bluetooth still entered notificationcenter (BUG-311617) + * fix: The icons residing on pannel move from the right side to the left side + (BUG-309403) + * fix: dnd does not disable to play sound for notification (BUG-310921) + + -- Wang Zichong Thu, 17 Apr 2025 17:46:00 +0800 + dde-shell (1.99.31) UNRELEASED; urgency=medium * fix: dock plugin display blurred on 1.25 screen scale ratio