Skip to content

Commit

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

  * Rename "Settings" to "Control Center"
  * Play sfx when send to desktop
  * Support use Enter to launch app in Windowed mode (linuxdeepin/developer-center#6395)
  * Support AppStreamQt 1.0
  * Change DnD mimetype to text/x-dde-launcher-dnd-desktopId
  * Enable cross-page item drag in FullscreenFrame
  * Avoid right click launch app in window mode (linuxdeepin/developer-center#6290)
  * Support "Pin to top" for favorited items (linuxdeepin/developer-center#6399)
  * Fix missing translation in alphabet category view (linuxdeepin/developer-center#6520)
  * Use two window for different mode to avoid lagging when switching between modes
  * Add dde-application-wizard as dependency
  * Clean up invalid apps after app list changed (linuxdeepin/developer-center#6116)
  * Hide menu when launcher is hidden (linuxdeepin/developer-center#6716)
  * Launchpad cannot get foucus when get shown in second time (linuxdeepin/developer-center#6517)
  * Support OEM config to hide app form be shown in launchpad
  * Fix highlight not visible when focus in (linuxdeepin/developer-center#6397)

Log:
  • Loading branch information
BLumia committed Jan 5, 2024
1 parent ad5d023 commit fe01a55
Show file tree
Hide file tree
Showing 2 changed files with 22 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.3.0)
set(VERSION 0.4.0)
endif()

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

* Rename "Settings" to "Control Center"
* Play sfx when send to desktop
* Support use Enter to launch app in Windowed mode (https://github.com/linuxdeepin/developer-center/issues/6395)
* Support AppStreamQt 1.0
* Change DnD mimetype to text/x-dde-launcher-dnd-desktopId
* Enable cross-page item drag in FullscreenFrame
* Avoid right click launch app in window mode (https://github.com/linuxdeepin/developer-center/issues/6290)
* Support "Pin to top" for favorited items (https://github.com/linuxdeepin/developer-center/issues/6399)
* Fix missing translation in alphabet category view (https://github.com/linuxdeepin/developer-center/issues/6520)
* Use two window for different mode to avoid lagging when switching between modes
* Add dde-application-wizard as dependency
* Clean up invalid apps after app list changed (https://github.com/linuxdeepin/developer-center/issues/6116)
* Hide menu when launcher is hidden (https://github.com/linuxdeepin/developer-center/issues/6716)
* Launchpad cannot get foucus when get shown in second time (https://github.com/linuxdeepin/developer-center/issues/6517)
* Support OEM config to hide app form be shown in launchpad
* Fix highlight not visible when focus in (https://github.com/linuxdeepin/developer-center/issues/6397)

-- Gary Wang <[email protected]> Fri, 05 Jan 2024 10:38:00 +0800

dde-launchpad (0.3.0) unstable; urgency=medium

* Support drag and drop in fullscreen launcher
Expand Down

0 comments on commit fe01a55

Please sign in to comment.