Skip to content

Commit

Permalink
chore: release dde-launchpad 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Apr 14, 2024
1 parent d767715 commit a6e60f5
Show file tree
Hide file tree
Showing 2 changed files with 16 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.5.0)
set(VERSION 0.6.0)
endif()

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

* Adapt to dde-shell (linuxdeepin/developer-center#5810)
* Support drag item to create new page (linuxdeepin/developer-center#7633)
* Remove empty page caused by item rearrangement
* Fix list position while switching tab focus (linuxdeepin/developer-center#7684)
* Set default tab focus to the app area
* Add fallback icon for apps that have no icon (linuxdeepin/developer-center#5608) (linuxdeepin/developer-center#7742)
* Hide fullscreen launchpad when lost focus (linuxdeepin/developer-center#7635)
* UI tweaks
* Support disable scale for app (linuxdeepin/developer-center#7733)
* Support press Enter to open first search result

-- Gary Wang <[email protected]> Wed, 10 Apr 2024 10:03:00 +0800

dde-launchpad (0.5.0) unstable; urgency=medium

* Adapt post-beta-3 UI changes according to designer
Expand Down

0 comments on commit a6e60f5

Please sign in to comment.