Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.25.0)

project(DDM
VERSION 0.3.1
VERSION 0.3.3
LANGUAGES CXX C)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
ddm (0.3.3) unstable; urgency=medium

* chore: update copyright to 2026
* feat: Use Lock/Unlock signal from org.freedesktop.login1.Session for
session lock
* chore: replace org.freedesktop.login1 D-Bus call with sd-login API
* fix: avoid mistakenly create seat group on debian-based systems

-- rewine <luhongxu@uniontech.com> Sat, 28 Feb 2026 13:59:25 +0800

ddm (0.3.2) unstable; urgency=medium

* fix: fix ddm crash on treeland crash
Expand Down