From faed594da363c303d86efd2b049fd6eda049dc6a Mon Sep 17 00:00:00 2001 From: Wang Zichong Date: Wed, 11 Oct 2023 10:47:33 +0800 Subject: [PATCH] chore: release dde-launchpad 0.1.0 Changelog: * 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) Log: --- CMakeLists.txt | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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..2ea6ac14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +dde-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 + dde-launchpad (0.0.2) unstable; urgency=medium * Use the new application-manager to launch app when possible