From c9cd800d564805ed0f952c12e756eb322a1e3c18 Mon Sep 17 00:00:00 2001 From: rewine Date: Fri, 6 Mar 2026 09:46:06 +0800 Subject: [PATCH] chore(debian): update version to 0.8.5 Log: new tag --- CMakeLists.txt | 2 +- debian/changelog | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b937846..ae208389 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.25.0) project(Treeland - VERSION 0.8.4 + VERSION 0.8.5 LANGUAGES CXX C) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/debian/changelog b/debian/changelog index aa25a40a..80b7996d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +treeland (0.8.5) unstable; urgency=medium + + * fix: correct CMake config name for submodule build + * fix: qw_buffer metatype handling for Clang builds + * chore: add org.freedesktop.ScreenSaver test for test_idle_inhibit_v1 + * fix: add wl_display_flush for treeland_screensaver request + * chore: update translations for project TreeLand + * fix: fix renaming of treeland_screensaver_v1 protocol + * feat: add treeland-wallpaper-factory as recommended dependency + * fix: fix wallpaper scaling and clipping issues + * feat: improve prelaunch splash screen layout and styling + * feat(examples): add idle inhibit v1 test client + * fix: suppress unused parameter warnings in WallpaperLauncher + * fix: fix dconfig initialization check compatibility + * feat: implement wallpaper switching with smooth transitions + * fix: prevent crash by delaying output assignment until surface + mapped + * feat: implement wallpaper management system + + -- rewine Fri, 06 Mar 2026 09:44:57 +0800 + treeland (0.8.4) unstable; urgency=medium * refactor: optimize PrelaunchSplash animation and destruction logic