From 6d6e7e627ba7ac8b24e98b3371f713669427de14 Mon Sep 17 00:00:00 2001 From: zhangkun Date: Fri, 25 Oct 2024 17:57:39 +0800 Subject: [PATCH] chore: bump version to 6.0.23 fix: The animation position of the editing box is incorrect(https://pms.uniontech.com/bug-view-279953.html) fix: PlaceholderText is not centered(https://pms.uniontech.com/bug-view-277209.html) Log: bump version to 6.0.23 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3fc1565f..fd652867 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dde-session-shell (6.0.23) unstable; urgency=medium + + * fix: https://pms.uniontech.com/bug-view-277209.html + * fix: https://pms.uniontech.com/bug-view-279953.html + + -- Zhang Kun Fri, 25 Oct 2024 17:51:45 +0800 + dde-session-shell (6.0.22) unstable; urgency=medium * feat: Expose the Visible property of lockFront in DBus interface (#378)