Skip to content

Commit

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

  * Adjust section title font size in WindowedFrame (linuxdeepin/developer-center#6208)
  * Fix context menu did not get hide (linuxdeepin/developer-center#6716)
  * Make icon DnD in FullscreenFrame easier (linuxdeepin/developer-center#6286)
  * Allow Shift+Alphabetic key to quick search (linuxdeepin/developer-center#6859)
  * Fix missing icon for uninstall (linuxdeepin/developer-center#6686)
  * Update page indicator when page count changed (linuxdeepin/developer-center#6861)

Log:
  • Loading branch information
BLumia committed Jan 12, 2024
1 parent 7fbbf96 commit eaab8be
Show file tree
Hide file tree
Showing 2 changed files with 12 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.1)
set(VERSION 0.4.2)
endif()

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

* Adjust section title font size in WindowedFrame (https://github.com/linuxdeepin/developer-center/issues/6208)
* Fix context menu did not get hide (https://github.com/linuxdeepin/developer-center/issues/6716)
* Make icon DnD in FullscreenFrame easier (https://github.com/linuxdeepin/developer-center/issues/6286)
* Allow Shift+Alphabetic key to quick search (https://github.com/linuxdeepin/developer-center/issues/6859)
* Fix missing icon for uninstall (https://github.com/linuxdeepin/developer-center/issues/6686)
* Update page indicator when page count changed (https://github.com/linuxdeepin/developer-center/issues/6861)

-- Gary Wang <wangzichong@deepin.org> Fri, 12 Jan 2024 13:43:00 +0800

dde-launchpad (0.4.1) unstable; urgency=medium

* Ensure dxcb plugin can be loaded properly (https://github.com/linuxdeepin/developer-center/issues/6686)
Expand Down

0 comments on commit eaab8be

Please sign in to comment.