Skip to content

Commit

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

  * Adapt UI changes according to designer
  * Fix tab and space and trigger quick search
  * Add pre-defined apps to launchpad favorited apps

Log:
  • Loading branch information
BLumia committed Jan 31, 2024
1 parent ed89db5 commit 2cc8499
Show file tree
Hide file tree
Showing 2 changed files with 9 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.4.5)
set(VERSION 0.4.6)
endif()

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

* Adapt UI changes according to designer
* Fix tab and space and trigger quick search
* Add pre-defined apps to launchpad favorited app list

-- Gary Wang <[email protected]> Wed, 31 Jan 2024 18:53:00 +0800

dde-launchpad (0.4.5) unstable; urgency=medium

* Ensure icon change when theme change
Expand Down

0 comments on commit 2cc8499

Please sign in to comment.