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
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
dde-shell (2.0.39) unstable; urgency=medium

* fix: correct SPDX comment syntax in DDEShellDockConfig.cmake.in
* chore: update copyright years and fix tooltip behavior
* fix: correct ActiveRole and AttentionRole data retrieval for active
app model
* fix: prevent use-after-free in DataAccessorProxy::setSource
* fix: modernize CMake configuration for notification server tests
* chore: update copyright year ranges in source headers
* build(debian): add libgmock-dev to build dependencies
* fix(dock): fix memory leak in RoleGroupModel and add comprehensive
tests
* Revert "feat(build): add ENABLE_SANITIZER option for debugging"
* chore(tests): update license and copyright headers
* feat(build): add ENABLE_SANITIZER option for debugging
* chore(build): remove sanitizer flags from CMakeLists
* fix(test): fix memory leaks in test code
* fix:add test notification server applet case by gtest

-- zhangkun <zhangkun2@uniontech.com> Wed, 29 Apr 2026 16:10:12 +0800

dde-shell (2.0.38) unstable; urgency=medium

* fix: resolve tray submenu display position issue at screen top-left
Expand Down
Loading