We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5e49 commit 2b81011Copy full SHA for 2b81011
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.16)
2
3
if (NOT DEFINED VERSION)
4
- set(VERSION 6.0.32)
+ set(VERSION 6.0.33)
5
endif()
6
7
project(dde-dock)
debian/changelog
@@ -1,3 +1,9 @@
+dde-dock (6.0.33) unstable; urgency=medium
+
+ * fix: tmp block uosai in quickpanel
+ -- tsic404 <liuheng@deepin.org> Fri, 26 Jan 2024 14:38:06 +0800
dde-dock (6.0.32) unstable; urgency=medium
8
9
* fix: dock get max size when positionChanged and KeepHide mode (https://github.com/linuxdeepin/developer-center/issues/7040)
0 commit comments