|
| 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 | + |
1 | 39 | treeland (0.8.1) unstable; urgency=medium |
2 | 40 |
|
3 | 41 | * fix: update treeland-protocol structure names (#690) |
|
0 commit comments