From 90c3461ef032215396b20067d8c54c912714533d Mon Sep 17 00:00:00 2001 From: zhangkun Date: Fri, 27 Feb 2026 15:49:25 +0800 Subject: [PATCH] chore: bump version to 1.2.46 update changelog to 1.2.46 Log: update changelog to 1.2.46 --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4ba70db3..e87448a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dde-application-manager (1.2.46) unstable; urgency=medium + + * fix: set SyslogIdentifier for pre-launch hook scripts + * refactor(app-launch-helper): escape arguments for systemd and + optimize argument parsing + * refactor: remove wordexp usage to prevent command injection and + environment variable expansion + * fix: suppress splash for singleton apps with existing instances + * fix(watch): fix path format and add watch for newly created + directories + + -- zhangkun Fri, 27 Feb 2026 15:49:22 +0800 + dde-application-manager (1.2.45) unstable; urgency=medium * fix: update systemd service dependencies for ApplicationManager1