From 20d4a2effd95c2ee250da18a9477103b4f29fc8d Mon Sep 17 00:00:00 2001 From: zhangkun Date: Wed, 17 Jun 2026 16:25:28 +0800 Subject: [PATCH] chore: bump version to 2.0.46 update changelog to 2.0.46 Log: update changelog to 2.0.46 --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 842ebdca9..b649dcbe4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dde-shell (2.0.46) unstable; urgency=medium + + * fix(dock): subtract startPadding from remainingSpacesForTaskManager + * fix(dock): Adjust the calculation logic of dockItemMaxSize + * fix(osd): re-establish selectIndex binding in onVisibleChanged for + reactive sync + * fix(dock): align delegate implicitHeight with icon ratio for + consistent spacing + * fix: bind hover and pressed states to background + * fix: bind taskmanager start timer to applet lifetime + + -- zhangkun Wed, 17 Jun 2026 16:25:27 +0800 + dde-shell (2.0.45) unstable; urgency=medium * feat: add XdgActivation support for notifications