From 96dcb71fddf38f4685a0b4c1405a42bbc8e38ed4 Mon Sep 17 00:00:00 2001 From: tsic404 Date: Fri, 14 Apr 2023 11:42:39 +0800 Subject: [PATCH] chore: bump version 6.0.11 log: bump version 6.0.11 --- CMakeLists.txt | 2 +- debian/changelog | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88523c415..8c42653b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) if (NOT DEFINED VERSION) - set(VERSION 4.0) + set(VERSION 6.0.11) endif() project(dde-dock) diff --git a/debian/changelog b/debian/changelog index 2c622782b..0fe333226 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +dde-dock (6.0.11) unstable; urgency=medium + + * fix: timedate display widget size error + * fix: when there is focus on dockpopupwindow, it hide + * fix: modify the color of the area not covered by the slider + * fix: dont hide all close button(Task: 3608) + * fix: abnormally display battery plug-in in the quick-trays + * fix: when multiscreen connected non-primary display unable to click popupwindow + * fix: xembed tray flew out + * fix: dont hide all close button + * fix: timedate alway request timedate format + * fix: multitasking no response sometime + * fix: FixedLlugin disapprear after drag + * fix: disk popup does not hide(Issue: 3813) + + feat: DockPopupWindow reimplemeted by DBlurEffectWidget + + -- Tsic404 Fri, 14 Apr 2023 11:30:52 +0800 + dde-dock (6.0.10) unstable; urgency=medium [ bugfix ]