Skip to content

Commit

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

  * Hide launcher window right after it lost focus
  * Allow using arrow key to change selected app item (linuxdeepin/developer-center#5462)
  * Reworked keyboard/Tab-key navigation
  * Support ESC key to hide launcher window
  * Support using Jianpin to search application (linuxdeepin/developer-center#5461)

Log:
  • Loading branch information
BLumia committed Oct 11, 2023
1 parent 06c8e46 commit 7f84973
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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.0.2)
set(VERSION 0.1.0)
endif()

project(dde-launchpad VERSION ${VERSION})
Expand Down
12 changes: 11 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
dde-launchpad (0.0.2) unstable; urgency=medium
ddde-launchpad (0.1.0) unstable; urgency=medium

* Hide launcher window right after it lost focus
* Allow using arrow key to change selected app item (https://github.com/linuxdeepin/developer-center/issues/5462)
* Reworked keyboard/Tab-key navigation
* Support ESC key to hide launcher window
* Support using Jianpin to search application (https://github.com/linuxdeepin/developer-center/issues/5461)

-- Gary Wang <[email protected]> Wed, 11 Oct 2023 10:42:00 +0800

de-launchpad (0.0.2) unstable; urgency=medium

* Use the new application-manager to launch app when possible
* Disable window resizing for window mode launcher
Expand Down

0 comments on commit 7f84973

Please sign in to comment.