diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e67709..c41218d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/debian/changelog b/debian/changelog index 02e07d0..e6bd028 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 28 Feb 2026 13:59:25 +0800 + ddm (0.3.2) unstable; urgency=medium * fix: fix ddm crash on treeland crash