Skip to content

Commit

Permalink
chore: release dde-launchpad 0.6.6
Browse files Browse the repository at this point in the history
log:
  • Loading branch information
wineee authored and BLumia committed Apr 24, 2024
1 parent b4e6f0a commit 69fb097
Show file tree
Hide file tree
Showing 2 changed files with 8 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.10)

if(NOT DEFINED VERSION)
set(VERSION 0.6.5)
set(VERSION 0.6.6)
endif()

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

* Fix missing focus box border for some items
* Fix the first attempt to switch from windowed mode to fullscreen mode failed

-- rewine <[email protected]> Tue, 23 Apr 2024 16:23:34 +0800

dde-launchpad (0.6.5) unstable; urgency=medium

* fix config file location (linuxdeepin/developer-center#8096)
Expand Down

0 comments on commit 69fb097

Please sign in to comment.