Skip to content

Commit

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

  * Ensure uninstall dialog can be shown (linuxdeepin/developer-center#6945)
    (linuxdeepin/developer-center#6961)
  * Adjust systemd service
  * Some special care for TreeLand
  * Tweak uninstall dialog layout

Log:
  • Loading branch information
BLumia committed Jan 18, 2024
1 parent 755ee4f commit ebd6f1c
Show file tree
Hide file tree
Showing 2 changed files with 11 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.3)
set(VERSION 0.4.4)
endif()

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

* Ensure uninstall dialog can be shown (linuxdeepin/developer-center#6945)
(linuxdeepin/developer-center#6961)
* Adjust systemd service
* Some special care for TreeLand
* Tweak uninstall dialog layout

-- Gary Wang <[email protected]> Thu, 18 Jan 2024 11:17:00 +0800

dde-launchpad (0.4.3) unstable; urgency=medium

* Fix window mode position jitter (linuxdeepin/developer-center#6733)
Expand Down

0 comments on commit ebd6f1c

Please sign in to comment.