From abf322377e892df8fc9afffaf9638e8598d70eb7 Mon Sep 17 00:00:00 2001 From: zsien Date: Wed, 29 Mar 2023 13:16:15 +0800 Subject: [PATCH] chore: bump version to 1.0.9 * fix get a longer name then it actually is * fix abnormal icon display in the dock * set fullscreen launcher by default * fix default application resets after relogin * fix crash when get windowicon * fix app proxy invalid * fix invalid appid --- .reuse/dep5 | 2 +- .tx/deepin.conf | 2 ++ debian/changelog | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .tx/deepin.conf diff --git a/.reuse/dep5 b/.reuse/dep5 index 460583c..845b2a3 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -74,7 +74,7 @@ Copyright: None License: CC0-1.0 # xml json conf yaml -Files: .clog.toml .tx/config dbus/*.xml misc/*/*.service misc/*/*.json src/*.in src/frameworkdbus/* +Files: .clog.toml .tx/* dbus/*.xml misc/*/*.service misc/*/*.json src/*.in src/frameworkdbus/* Copyright: None License: CC0-1.0 diff --git a/.tx/deepin.conf b/.tx/deepin.conf new file mode 100644 index 0000000..c230b4f --- /dev/null +++ b/.tx/deepin.conf @@ -0,0 +1,2 @@ +[transifex] +branch = m20 diff --git a/debian/changelog b/debian/changelog index 98a4df7..04aaa08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +dde-application-manager (1.0.9) unstable; urgency=medium + + * fix get a longer name then it actually is + * fix abnormal icon display in the dock + * set fullscreen launcher by default + * fix default application resets after relogin + * fix crash when get windowicon + * fix app proxy invalid + * fix invalid appid + + -- zsien Wed, 29 Mar 2023 13:14:37 +0800 + dde-application-manager (1.0.8) unstable; urgency=medium [ TagBuilder ]