From ebaca66fc2d19d16a4e30a480f6fc24f6c972f5a Mon Sep 17 00:00:00 2001 From: zhaoyingzhen Date: Wed, 24 Jul 2024 14:28:35 +0800 Subject: [PATCH] chore: bump version to 0.0.30 release version 0.0.30 Log: --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0ec8a6d52..f3ab9383c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +dde-shell (0.0.30) unstable; urgency=medium + + * fix: the item of datetime and showdesktop display overlap(Issue: 9696) + * fix: add margins to extend mouse area for tray item(Issue: 9720) + * fix: large radius when exist scaling(Issue: 9818) + * fix: popup can drag(Issue: 9896) + * fix: workSpace toolTip text error(Issue: 9877) + * fix: Tray button rotates as a whole(Issue: 9880) + * fix: Application tray position drift(Issue: 9603) + * fix: tray container shows blank area when there is only one item(Issue: 9887) + * fix: Application preview background color overflow(Issue: 9433) + * fix: Application preview background color overflow(Issue: 9433) + * fix: the stash container turns into a small ball(Issue: 9830) + * refact: using Item instead of Popup for PanelPopup(Issue: 9676) + + -- zyz Wed, 24 Jul 2024 14:27:44 +0800 + dde-shell (0.0.29) unstable; urgency=medium * fix: can't hide menu when click outside dock