From b9addb1f16de357dab683f3e7cf12fcd8a5fe85d Mon Sep 17 00:00:00 2001 From: zhangkun Date: Thu, 23 Apr 2026 21:46:10 +0800 Subject: [PATCH] chore: bump version to 2.0.38 update changelog to 2.0.38 Log: update changelog to 2.0.38 --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index be58e0561..dbe96b47c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +dde-shell (2.0.38) unstable; urgency=medium + + * fix: resolve tray submenu display position issue at screen top-left + * refactor(notification): move bubble overlay logic to QML delegate + * fix: remove unnecessary platform check in AppItem tooltip + * fix: improve dock center space calculation and taskmanager layout + * fix: avoid quick panel placeholder not aligned to center on startup + * fix: filter unsupported dock applets in DBus proxy + * feat: add dock library and refactor dock plugin management + * fix: filter clipboard data for plugin Wayland clients + * fix: centralize relative time formatting logic + * feat: add attention animation toggle for taskmanager + * Revert "refactor: move dockiteminfo to shared frame library" + * fix: separate touchscreen and mouse context menu triggers in + notification center + * fix: reset icon scale when attention animation ends + * refactor: move dockiteminfo to shared frame library + + -- zhangkun Thu, 23 Apr 2026 21:46:08 +0800 + dde-shell (2.0.37) unstable; urgency=medium * fix: update tooltip window property bindings and hover behavior