From 863a45c6165f95b16473c28f7ad0a991ec8299e0 Mon Sep 17 00:00:00 2001 From: renbin Date: Mon, 5 Feb 2024 13:45:39 +0800 Subject: [PATCH] chore: Bump version to 1.0.42 Bump version to 1.0.42 PR: * https://github.com/linuxdeepin/image-editor/pull/115 * https://github.com/linuxdeepin/image-editor/pull/119 * https://github.com/linuxdeepin/image-editor/pull/122 * https://github.com/linuxdeepin/image-editor/pull/123 * https://github.com/linuxdeepin/image-editor/pull/124 * https://github.com/linuxdeepin/image-editor/pull/125 * https://github.com/linuxdeepin/image-editor/pull/126 Log: Bump version to 1.0.42 --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 83c4740d..53e65c30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +image-editor (1.0.42) unstable; urgency=medium + + * fix: Fixed the issue where the thumbnail display would be + stretched when viewing images.(Bug: 158423) + * fix: Modify the file name suffix color of the rename window + (Bug: 231485) + * fix: Fix the issue that the pop-up window does not match the + system controls(Bug: 194649) + * fix: The wrong toolbar thumbnail movable range(Bug: 158443) + * feat: Merge permission/watermark into master(Task: 27785, 30217) + * fix: Copy may cause program lag + * fix: The top toolbar background shading is inconsistent(Bug: 156727) + * fix: Limit input printCount range(Bug: 241777) + * fix: printCount not decrease on low dtk version(Bug: 241949) + + -- renbin Mon, 05 Feb 2024 13:39:07 +0800 + image-editor (1.0.41) unstable; urgency=medium * fix: Delete image not work after rename.(Bug: 236589)