Skip to content

Commit 68b2a71

Browse files
committed
chore(debian): update version to 0.8.2
Log: update
1 parent ce633b8 commit 68b2a71

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.25.0)
22

33
project(Treeland
4-
VERSION 0.8.1
4+
VERSION 0.8.2
55
LANGUAGES CXX C)
66

77
set(CMAKE_INCLUDE_CURRENT_DIR ON)

debian/changelog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
treeland (0.8.2) unstable; urgency=medium
2+
3+
* refactor: use const iterators for QVector in signal connector
4+
* Revert "chore: temporary disable TreelandUserConfig smart pointer"
5+
* fix: crash on session removal (logout) window active
6+
* fix: fix compatibility with older dconfig versions
7+
* fix: align dconfig theme type values with wayland protocol
8+
* chore: remove splash theme type configuration
9+
* refactor: extract prelaunch splash creation logic
10+
* fix: fix splash screen icon buffer leak and size validation
11+
* chore: apply clang-format code style cleanup
12+
* fix: prevent icon buffer destruction during dconfig initialization
13+
* refactor: clean up splash dconfig logic
14+
* feat: add per-app prelaunch splash configuration
15+
* feat: add splash screen theme color customization
16+
* refactor: rename WindowSizeStore to WindowConfigStore
17+
* fix: fix splash size incorrect due to dconfig async initialization
18+
* feat: add splash screen theme support and adjust default window size
19+
* feat: migrate window size storage to dconfig
20+
* feat: Add wallpaper producer client for Treeland Wayland compositor
21+
* feat: replace assert with runtime error handling for output commit
22+
* fix: clean up all treeland originated warnings on treeland startup
23+
* feat: expose a method to move XWayland window position relative to
24+
wl_surface
25+
* fix(WSurfaceItem): add subsurfaces.clear() after deleteLater
26+
* chore: remove obsolete dconfig usage in personalization
27+
* feat: add dconfig option to allow setting Numlock state on startup
28+
* feat: add minimal wallpaper setting test client
29+
* fix: use systemd sd-login API for session info query instead of D-
30+
Bus
31+
* fix: clean up warnings on treeland startup
32+
* fix: decoration assert crash when proxy decoration is not created
33+
* fix: remove unused DDM headers in treeland.cpp
34+
* fix: compilation issues due to update in treeland-dde-shell-v1
35+
protocol
36+
37+
-- rewine <luhongxu@uniontech.com> Fri, 30 Jan 2026 09:51:46 +0800
38+
139
treeland (0.8.1) unstable; urgency=medium
240

341
* fix: update treeland-protocol structure names (#690)

0 commit comments

Comments
 (0)