Skip to content

Commit

Permalink
chore: release version 6.0.34
Browse files Browse the repository at this point in the history
log: as title
  • Loading branch information
tsic404 committed Jan 30, 2024
1 parent edea9b8 commit 48cced0
Show file tree
Hide file tree
Showing 2 changed files with 11 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.33)
set(VERSION 6.0.34)
endif()

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

* fix: dock animation broken (https://github.com/linuxdeepin/developer-center/issues/7143)
* fix: dock plugin calculated to an incorrect size (https://github.com/linuxdeepin/developer-center/issues/7127)
* fix: dock will not auto hide after set size (https://github.com/linuxdeepin/developer-center/issues/7129)
* fix: dock plugin unable to click when in keep hide (https://github.com/linuxdeepin/developer-center/issues/7132)
* fix: dock item indicator not update (https://github.com/linuxdeepin/developer-center/issues/7097)

-- tsic404 <[email protected]> Tue, 30 Jan 2024 16:17:59 +0800

dde-dock (6.0.33) unstable; urgency=medium

* fix: tmp block uosai in quickpanel
Expand Down

0 comments on commit 48cced0

Please sign in to comment.