Skip to content
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.6)
set(VERSION 0.6.7)
endif()

project(dde-launchpad VERSION ${VERSION})
Expand Down
11 changes: 10 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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

dde-launchpad (0.6.6) unstable; urgency=medium

* Fix missing focus box border for some items
Expand All @@ -10,7 +19,7 @@ dde-launchpad (0.6.5) unstable; urgency=medium
* fix config file location (linuxdeepin/developer-center#8096)
* hide "add to favorite" menu (linuxdeepin/developer-center#8086)

-- Gary Wang <wangzichong@deepin.org> Mon, 23 Apr 2024 14:07:00 +0800
-- Gary Wang <wangzichong@deepin.org> Tue, 23 Apr 2024 14:07:00 +0800

dde-launchpad (0.6.4) unstable; urgency=medium

Expand Down