diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c0dbf1f..5cae8dd6 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