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.5
VERSION 0.3.6
LANGUAGES CXX C)

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

* fix(session): avoid tty control in Treeland

-- rewine <luhongxu@deepin.org> Fri, 12 Jun 2026 16:17:52 +0800

ddm (0.3.5) unstable; urgency=medium

* refactor(vt): route VT control through dde-seatd
Expand Down
Loading