diff --git a/.gitignore b/.gitignore index 08b3852..32bd5f6 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 f79938f..8db0998 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