From a2456aa7aa40963842b403a71e4eb0641beb6003 Mon Sep 17 00:00:00 2001 From: rewine Date: Fri, 26 Jun 2026 13:41:27 +0800 Subject: [PATCH] chore: bump version to 0.8.13 Log: bump --- CMakeLists.txt | 2 +- debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8adc5eebc..1637a34db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/debian/changelog b/debian/changelog index f7d99a3cc..0ca2d1b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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