Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release dde-launchpad 0.6.1 #201

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0)
set(VERSION 0.6.1)
endif()

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

* Remember app list sort type (linuxdeepin/developer-center#7652)
* Fix icon overlap on HiDPI (linuxdeepin/developer-center#7634)
* Fix focus rect (linuxdeepin/developer-center#7624)
* Disable "Send to Dock" menu for app group
* Clip folder name text (linuxdeepin/developer-center#7949)
* Disable invisible menu items to avoid tab focus
* Fix FTBFS caused by CMP0071 CMake policy
* Update style when edit folder title (linuxdeepin/developer-center#7953)
* Fix category mode section title spacing (linuxdeepin/developer-center#7938)
* Full Screen Grid is now 4x8 (linuxdeepin/developer-center#7987)
* Various UI fixes

-- Gary Wang <[email protected]> Wed, 17 Apr 2024 19:33:00 +0800

dde-launchpad (0.6.0) unstable; urgency=medium

* Adapt to dde-shell (linuxdeepin/developer-center#5810)
Expand Down
Loading