Skip to content

Commit

Permalink
chore: release 6.0.28
Browse files Browse the repository at this point in the history
release 6.0.28

log: as title
  • Loading branch information
tsic404 authored and deepin-bot[bot] committed Jan 18, 2024
1 parent 326f510 commit ee030a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

if (NOT DEFINED VERSION)
set(VERSION 6.0.27)
set(VERSION 6.0.28)
endif()

project(dde-dock)
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
dde-dock (6.0.28) unstable; urgency=medium

* fix: the item that removed is exist yet (https://github.com/linuxdeepin/developer-center/issues/4631)
* fix: dock wakeup area not changed (https://github.com/linuxdeepin/developer-center/issues/5831)
* fix: onboard not to show on first click (https://github.com/linuxdeepin/developer-center/issues/6675)
* fix: timedate tips show error (https://github.com/linuxdeepin/developer-center/issues/6674)
* fix: quickpanel icon not follow theme (https://github.com/linuxdeepin/developer-center/issues/6263)
* fix: disable resize of dock popup window (https://github.com/linuxdeepin/developer-center/issues/6264)
* feat: add dbus property window margin

-- tsic404 <[email protected]> Thu, 18 Jan 2024 09:57:27 +0800

dde-dock (6.0.27) unstable; urgency=medium

* fix: dock get stucked when launching (https://github.com/linuxdeepin/developer-center/issues/6657)
Expand Down

0 comments on commit ee030a6

Please sign in to comment.