Skip to content

Commit

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

  * 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

Log:
  • Loading branch information
BLumia committed Apr 29, 2024
1 parent 09b0cb0 commit 963a7a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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
-- Gary Wang <wangzichong@deepin.org> Thu, 25 Apr 2024 18:42:00 +0800

dde-launchpad (0.6.6) unstable; urgency=medium

Expand Down

0 comments on commit 963a7a6

Please sign in to comment.