We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4408c commit 0f93647Copy full SHA for 0f93647
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.28)
+ set(VERSION 6.0.29)
5
endif()
6
7
project(dde-dock)
debian/changelog
@@ -1,3 +1,9 @@
+dde-dock (6.0.29) unstable; urgency=medium
+
+ * fix: when no timeformat, tooltip is empty
+ -- chenhongtao <chenhongtao@deepin.org> Mon, 22 Jan 2024 09:47:21 +0800
dde-dock (6.0.28) unstable; urgency=medium
8
9
* fix: the item that removed is exist yet (https://github.com/linuxdeepin/developer-center/issues/4631)
0 commit comments