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.2
VERSION 0.8.4
LANGUAGES CXX C)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
28 changes: 28 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <luhongxu@uniontech.com> Sat, 28 Feb 2026 14:03:33 +0800

treeland (0.8.3) unstable; urgency=medium

* chore: refactor treeland screensaver to persistent daemon
Expand Down
Loading