Skip to content

Commit

Permalink
chore: release dde-launchpad 0.4.1
Browse files Browse the repository at this point in the history
Please refer to debian/changelog for detailed changelog

Log:
  • Loading branch information
BLumia committed Jan 10, 2024
1 parent f800610 commit fd77aee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
dde-launchpad (0.4.1) unstable; urgency=medium

* Ensure dxcb plugin can be loaded 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 <[email protected]> Wed, 10 Jan 2024 13:43:00 +0800

dde-launchpad (0.4.0) unstable; urgency=medium

* Rename "Settings" to "Control Center"
Expand Down

0 comments on commit fd77aee

Please sign in to comment.