Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.10)

project(dde-launchpad VERSION 0.6.12)
project(dde-launchpad VERSION 0.7.0)

option(BUILD_TEST "Whether or not to build the tests" OFF)

Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dde-launchpad (0.7.0) unstable; urgency=medium

* Fix missing border in popup (linuxdeepin/developer-center#8409)
* Now requires AppStreamQt 1.0
* App group round corner (linuxdeepin/developer-center#8336)
* Update built-in compulsory app list (linuxdeepin/developer-center#8674)
* Show highlighted item all the time in fullscreen mode
* Add menu entry to bring item to front in freeform sort mode
* Update translations
* Fix Enter and Space key not able to launch app (linuxdeepin/developer-center#8584)
* PageIndicator styling fix (linuxdeepin/developer-center#8688)
* Fix menu popup focus (linuxdeepin/developer-center#7629)
* Fix incorrect X-Deepin-Vendor check

-- Wang Zichong <wangzichong@deepin.org> Wed, 29 May 2024 13:37:00 +0800

dde-launchpad (0.6.12) unstable; urgency=medium

* fix: dde-control-center can be uninstalled
Expand Down