Skip to content

Commit

Permalink
chore: release dde-launchpad 0.6.11
Browse files Browse the repository at this point in the history
Changelog:

  * Fix search result overflow
  * Ensure AppItemMenu is modal (linuxdeepin/developer-center#8477)
  * Fix numpad quick search not working (linuxdeepin/developer-center#8495)

Log:
  • Loading branch information
BLumia authored and wangfei committed Dec 14, 2024
1 parent 424eb7a commit 2d106e6
Show file tree
Hide file tree
Showing 2 changed files with 9 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.10)

if(NOT DEFINED VERSION)
set(VERSION 0.6.10)
set(VERSION 0.6.11)
endif()

project(dde-launchpad VERSION ${VERSION})
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
dde-launchpad (0.6.11) unstable; urgency=medium

* Fix search result overflow
* Ensure AppItemMenu is modal (linuxdeepin/developer-center#8477)
* Fix numpad quick search not working (linuxdeepin/developer-center#8495)

-- Wang Zichong <wangzichong@deepin.org> Fri, 10 May 2024 18:35:00 +0800

dde-launchpad (0.6.10) unstable; urgency=medium

* Fix missing blur (linuxdeepin/developer-center#8468)
Expand Down

0 comments on commit 2d106e6

Please sign in to comment.