Skip to content

Commit

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

  * fix config file location (linuxdeepin/developer-center#8096)
  * hide "add to favorite" menu (linuxdeepin/developer-center#8086)

Log:
  • Loading branch information
BLumia committed Apr 23, 2024
1 parent 9de02c9 commit cdc72a6
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.4)
set(VERSION 0.6.5)
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.5) unstable; urgency=medium

* fix config file location (linuxdeepin/developer-center#8096)
* hide "add to favorite" menu (linuxdeepin/developer-center#8086)

-- Gary Wang <[email protected]> Mon, 23 Apr 2024 14:07:00 +0800

dde-launchpad (0.6.4) unstable; urgency=medium

* Fix incorrect window mode launcher window position (linuxdeepin/developer-center#8072)
Expand Down

0 comments on commit cdc72a6

Please sign in to comment.