Skip to content

Commit

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

  * Initial implementation of the redesigned UI
  * Add a new alphabet category screen
  * For windowed launcher, always reset searching/focus state when hidding launcher frame
  * initial support to build with Qt 6
  * remove DRegionMonitor to avoid massive log

Log:
  • Loading branch information
BLumia committed Nov 9, 2023
1 parent 60df113 commit 57ae448
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.1.0)
set(VERSION 0.2.0)
endif()

project(dde-launchpad VERSION ${VERSION})
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
dde-launchpad (0.2.0) unstable; urgency=medium

* Add a new alphabet category screen
* For windowed launcher, always reset searching/focus state when hidding launcher frame
* initial support to build with Qt 6
* remove DRegionMonitor to avoid massive log

-- Gary Wang <[email protected]> Thu, 09 Nov 2023 15:21:00 +0800

dde-launchpad (0.1.0) unstable; urgency=medium

* Hide launcher window right after it lost focus
Expand Down

0 comments on commit 57ae448

Please sign in to comment.