From c8ee1ad1560edb18e6bdf10f487270c9c9bc2c37 Mon Sep 17 00:00:00 2001 From: Wang Zichong Date: Wed, 10 Jan 2024 13:43:31 +0800 Subject: [PATCH] chore: release dde-launchpad 0.4.1 Please refer to debian/changelog for detailed changelog Log: --- CMakeLists.txt | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df2b0d1a..326934d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.7) if(NOT DEFINED VERSION) - set(VERSION 0.4.0) + set(VERSION 0.4.1) endif() project(dde-launchpad VERSION ${VERSION}) diff --git a/debian/changelog b/debian/changelog index 22389db2..7751aa08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +dde-launchpad (0.4.1) unstable; urgency=medium + + * Ensure dxcb plugin can be load properly (https://github.com/linuxdeepin/developer-center/issues/6686) + * Reset scrollview/swipeview position when launchpad hide (https://github.com/linuxdeepin/developer-center/issues/6402) + * Fix double focus box in AppListView (https://github.com/linuxdeepin/developer-center/issues/6401) + * Fix highlight range in AppListView (https://github.com/linuxdeepin/developer-center/issues/6151) + * Fix the height of the uninstallation confirm dialog (https://github.com/linuxdeepin/developer-center/issues/6687) + * Avoid scroll mouse to reset the search edit input focus (https://github.com/linuxdeepin/developer-center/issues/6398) + + -- Gary Wang Wed, 10 Jan 2024 13:43:00 +0800 + dde-launchpad (0.4.0) unstable; urgency=medium * Rename "Settings" to "Control Center"