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(Treeland
VERSION 0.8.12
VERSION 0.8.13
LANGUAGES CXX C)

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

* fix(shortcut): avoid exiting task switch on partial modifier release
* fix(wallpaper): pause video playback after slowdown
* fix(output): avoid wrong rearrange on exclusive zone removal
* fix(xwayland): synchronize the primary output
* fix(waylib): prevent stale subsurface access
* fix(output): migrate surfaces when any non-last screen is removed
* fix: broadcast output state after applying config
* fix(workspace): implement addOutput to update surface ownsOutput
after VT switch
* fix(personalization): clean up stale Personalization on surface
teardown
* fix(wallpaper): show wallpaper for newly created workspace
* fix(multitaskview): properly handle surface unmapped and deduplicate
model data
* fix: improve surface wrapper handling and cleanup

-- rewine <luhongxu@deepin.org> Fri, 26 Jun 2026 13:39:17 +0800

treeland (0.8.12) unstable; urgency=medium

* fix(taskswitch): fix window visibility issues and race condition in
Expand Down
Loading