From a013dd32334f549771d54bcce7aaba2f21ab5654 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 18 Mar 2024 17:22:51 +0800 Subject: [PATCH] chore: bump version to 1.2.1 release 1.2.1 --- .gitignore | 1 + debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 08b3852f..32bd5f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ build* /debian/debhelper-build-stamp /debian/files /obj-x86_64-linux-gnu +*.user \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index f79938f1..8db0998c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dde-application-manager (1.2.1) unstable; urgency=medium + + * fix: gtk app scaled size too big(#7528) + * chore: add doc describing the behavior of processing exec key + * chore: update README.md + + -- Mike Chen Mon, 18 Mar 2024 17:18:13 +0800 + dde-application-manager (1.2.0) unstable; urgency=medium * fix: incorrect scale factor has been set in qt application which load dxcb platform plugin