From 8ec784d96c2f044cd3db1d543f2249729ccf1cec Mon Sep 17 00:00:00 2001 From: renbin Date: Wed, 27 Mar 2024 15:31:04 +0800 Subject: [PATCH] chore: Bump version to 1.0.44 Bump version to 1.0.44 PR: * https://github.com/linuxdeepin/image-editor/pull/130 * https://github.com/linuxdeepin/image-editor/pull/131 * https://github.com/linuxdeepin/image-editor/pull/132 * https://github.com/linuxdeepin/image-editor/pull/133 chore: Bump version to 1.0.44 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6a01a33c..392f0b3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +image-editor (1.0.44) unstable; urgency=medium + + * fix: The bottom line of the bottombar bottoms is thick.(Bug: 197857) + * feat: Set greeter background when setting wallpaper(Task: 32367)(Influence: SetWallpaper) + * fix: Wrong clean cache folder(Bug: 247289)(Influence: SetWallpaper) + * fix: Cached greeter background image too large(Bug: 247311)(Influence: SetWallpaper) + + -- renbin Wed, 27 Mar 2024 15:30:02 +0800 + image-editor (1.0.43) unstable; urgency=medium * fix: Info widget flicking on wayland.(Bug: 242125)