From d2b92e7d3efc794f9604d9331cf71134d38f6d0d Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 28 Feb 2026 14:04:59 +0800 Subject: [PATCH] chore(debian): update version to 0.8.4 log: new tag --- CMakeLists.txt | 2 +- debian/changelog | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f4eecf53..0b9378468 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.25.0) project(Treeland - VERSION 0.8.2 + VERSION 0.8.4 LANGUAGES CXX C) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/debian/changelog b/debian/changelog index 3d7b7471b..aa25a40a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +treeland (0.8.4) unstable; urgency=medium + + * refactor: optimize PrelaunchSplash animation and destruction logic + * feat: add prelaunch splash v2 protocol support + * fix: fix cannot unlock session after crash recovery + * fix: memory leak in prelaunch splash + * feat: listen to the Lock/Unlock signal of + org.freedesktop.login1.Session + * chore: clean up the logic of greeter and lockscreen + * fix: WBufferRenderer missing disconnect during QQuickItem destructor + * refactor: move dock preview management to ShellHandler + * feat: make splash screens visible and closable via foreign-toplevel + protocol + * feat: implement video slow down and playback control + * feat: enhance wallpaper setting with file type detection + * fix: prevent crash when updateActiveState called on uninitialized + shell surface + * fix: keybinding to quit treeland + * fix: Treeland destruction timing + * fix: SessionManager: correct destruction routine of WXWayland + instances + * fix: qwlroots: expose qw_xwayland::destroy() + * fix: waylib: release renderers before scene graph invalidation + * fix: fix splash screen activation and keyboard focus handling + * feat: improve splash screen active state handling + + -- rewine Sat, 28 Feb 2026 14:03:33 +0800 + treeland (0.8.3) unstable; urgency=medium * chore: refactor treeland screensaver to persistent daemon