From aa16e07e5200d7498e5752dd11309d258dcdd8e9 Mon Sep 17 00:00:00 2001 From: zhangkun Date: Thu, 14 May 2026 22:10:32 +0800 Subject: [PATCH] chore: bump version to 1.2.53 update changelog to 1.2.53 Log: update changelog to 1.2.53 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 31b53527..c70780f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +dde-application-manager (1.2.53) unstable; urgency=medium + + * fix: use escapeApplicationId for systemd unit name in executeCommand + * fix(test): add missing LaunchType property to identifyService + expected result + * refactor(escape): Use the escape/unescape function from dtkcore to + ensure consistency + + -- zhangkun Thu, 14 May 2026 22:10:31 +0800 + dde-application-manager (1.2.52) unstable; urgency=medium * feat: add application launch event reporting