From 576edd0a7716280c089f4f8dba44f65efd8315d7 Mon Sep 17 00:00:00 2001 From: Tsic Liu Date: Fri, 23 Aug 2024 16:45:33 +0800 Subject: [PATCH] chore: bump version 0.0.42 bump version 0.0.42 log: as title --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2733cc0ef..ba152bb92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +dde-shell (0.0.42) unstable; urgency=medium + + * feat: tooltip and preview call to treeland + * fix: animation when drag from launchpad to dock + + -- tsic404 Fri, 23 Aug 2024 16:45:08 +0800 + +dde-shell (0.0.41) unstable; urgency=medium + + * fix: incorrect animation application when dragging(Issue: 10330) + * fix: Dock following mouse display error when modifying SmartHide(Issue: 10404) + * fix: plugin process is pulled up again after crashed(Issue: 10400) + * fix: modify panel popup shadow offset and color(Issue: 10325) + * fix: forced exit is invalid(Issue: 10436) + * fix: searchItem right click response range is too large(Issue: 10294) + * fix: pupup surface doesn't release(Issue: 10121) + * chore: adjust iconSize for quickpanel(Issue: 9852) + + -- Deepin Packages Builder Wed, 21 Aug 2024 17:32:09 +0800 + dde-shell (0.0.40) unstable; urgency=medium * fix: incorrect height for quickpanel's childplugin(Issue: 10036)