From 31ba0334d81d67363a2b8fc19a7b95548f6abb05 Mon Sep 17 00:00:00 2001 From: ComixHe Date: Thu, 7 Mar 2024 14:36:27 +0800 Subject: [PATCH] chore: bump version to 1.2.0 Signed-off-by: ComixHe --- .reuse/dep5 | 4 ++-- debian/changelog | 13 +++++++++++++ misc/hooks.d/1-dockEnv.json.in | 1 + 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 20420f0..54ac1ff 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -19,7 +19,7 @@ Copyright: None License: CC0-1.0 # gitignore -Files: .gitignore +Files: .gitignore Copyright: None License: CC0-1.0 @@ -39,7 +39,7 @@ Copyright: None License: CC0-1.0 # hook -Files: misc/dpkg/dpkg.cfg.d/* +Files: misc/dpkg/dpkg.cfg.d/* misc/hooks.d/* Copyright: None License: CC0-1.0 diff --git a/debian/changelog b/debian/changelog index 36f0086..f79938f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dde-application-manager (1.2.0) unstable; urgency=medium + + * fix: incorrect scale factor has been set in qt application which load dxcb platform plugin + * fix: correct launchoptions + * feat: add GIO_LAUNCHED_DESKTOP_FILE to runtime envs + * fix: the signal is triggered repeatedly + * refact: remove processguesser1service + * feat: add property `LaunchedTimes` + * feat: set systemd.unit's property `CollectMode` to failed-or-inactive + * chore: correct typo + + -- He YuMing Thu, 07 Mar 2024 14:36:10 +0800 + dde-application-manager (1.1.9) unstable; urgency=medium * feat: add filesystem watcher for reloading applications diff --git a/misc/hooks.d/1-dockEnv.json.in b/misc/hooks.d/1-dockEnv.json.in index 5df4da4..05b7c39 100644 --- a/misc/hooks.d/1-dockEnv.json.in +++ b/misc/hooks.d/1-dockEnv.json.in @@ -1,3 +1,4 @@ + { "Exec": "@CMAKE_INSTALL_PREFIX@/@AM_LIBEXEC_DIR@/dockEnv.sh", "Args":[]