diff --git a/CMakeLists.txt b/CMakeLists.txt index b5c95322..b3d45335 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/debian/changelog b/debian/changelog index 145e0029..3b7c54b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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