From 18d1ae82637517c387df0f53e85fa64db4833738 Mon Sep 17 00:00:00 2001 From: Wang Zichong Date: Tue, 26 Mar 2024 16:41:54 +0800 Subject: [PATCH] chore: release dde-launchpad 0.5.0 * Adapt post-beta-3 UI changes according to designer * Drop Qt 5 and DTK 5 build support * Switch to use AM API to manage apps, shortcut and autostart * Quick-search-related shortcuts and key navigation tweaks * Hide the 'use proxy' placeholder menu entry * Remove invalid empty pages when app uninstalled * Remove bookmark section, add recently installed section to UI * Add search rule to match untranslated desktop 'Name' * Add recently installed apps section to UI * Add 'free sort' mode to windowed mode app list * Introduce new debug option for developer * Add window title for kwin to match correct window on x11 * Wrap between first and last page when using key navigation * Add an unit test for 'ItemPage' * Update translation from Hosted Weblate Log: --- CMakeLists.txt | 2 +- debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38154db3..00579952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.7) if(NOT DEFINED VERSION) - set(VERSION 0.4.6) + set(VERSION 0.5.0) endif() project(dde-launchpad VERSION ${VERSION}) diff --git a/debian/changelog b/debian/changelog index e96b57e2..6249aab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +dde-launchpad (0.5.0) unstable; urgency=medium + + * Adapt post-beta-3 UI changes according to designer + * Drop Qt 5 and DTK 5 build support + * Switch to use AM API to manage apps, shortcut and autostart + * Quick-search-related shortcuts and key navigation tweaks + * Hide the 'use proxy' placeholder menu entry + * Remove invalid empty pages when app uninstalled + * Remove bookmark section, add recently installed section to UI + * Add search rule to match untranslated desktop 'Name' + * Add recently installed apps section to UI + * Add 'free sort' mode to windowed mode app list + * Introduce new debug option for developer + * Add window title for kwin to match correct window on x11 + * Wrap between first and last page when using key navigation + * Add an unit test for 'ItemPage' + * Update translation from Hosted Weblate + + -- Gary Wang Tue, 26 Mar 2024 16:24:00 +0800 + dde-launchpad (0.4.6) unstable; urgency=medium * Adapt UI changes according to designer