Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
dde-shell (2.0.32) unstable; urgency=medium

* fix(notification): change bubble window layer from LayerTop to
LayerOverlay
* fix: remove bubble removal animation and simplify visibility logic
* fix: prevent negative margins in dock center alignment
* fix: replace raw pointers with QPointer to prevent wild pointers
* fix: improve window grouping and drag reordering in dock
* fix: improve notification bubble panel hide animation
* fix(dock): disable smooth rendering for tray icons
* fix: Abnormal behavior when dragging app icons to the tray window
* fix(taskmanager): fix tooltip flickering when dragging files to
trash icon
* fix: Optimized tray window icon sorting
* docs: add plugin development documentation
* fix: Fix the issue of tray area icons moving when released
* fix: font not updating in windowed launcher popup on system font
change
* fix: prevent indefinite blocking in fetchWindowPreview pipe read
* fix: Fix the issue where no space is reserved after dragging out the
tray icon
* fix: prevent visual ghosting and flashing during dock position
change
* fix: correct touchscreen right-click menu interaction

-- zhangkun <zhangkun2@uniontech.com> Thu, 12 Mar 2026 21:32:15 +0800

dde-shell (2.0.31) unstable; urgency=medium

* fix(dock): fix pasting text in Wayland plugin windows
Expand Down
Loading