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.8 #243

Merged
merged 1 commit into from
Apr 30, 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.7)
set(VERSION 0.6.8)
endif()

project(dde-launchpad VERSION ${VERSION})
Expand Down
13 changes: 12 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
dde-launchpad (0.6.8) unstable; urgency=medium

* Fix keyboard focus navigation (linuxdeepin/developer-center#8135)
* Fix search icon color in fullscreen (linuxdeepin/developer-center#8182)
* Fix swipe and drag conflict, take two.
* Disable page wrap in fullscreen
* Fix text overflow when font size is too large (linuxdeepin/developer-center#8239)
* Various UI fixes

-- Wang Zichong <[email protected]> Mon, 29 Apr 2024 16:51:00 +0800

dde-launchpad (0.6.7) unstable; urgency=medium

* Check MIME before accepting drop and avoid related crash
* Various UI fixes (linuxdeepin/developer-center#8182)
* Ensure text elide when necessary (linuxdeepin/developer-center#8183)
* Allow same-folder drop (linuxdeepin/developer-center#7640)

-- Gary Wang <luhongxu@deepin.org> Thu, 25 Apr 2024 18:42:00 +0800
BLumia marked this conversation as resolved.
Show resolved Hide resolved
-- Gary Wang <wangzichong@deepin.org> Thu, 25 Apr 2024 18:42:00 +0800

dde-launchpad (0.6.6) unstable; urgency=medium

Expand Down
Loading