File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.25.0)
22
33project (Treeland
4- VERSION 0.7.0
4+ VERSION 0.8.1
55 LANGUAGES CXX C)
66
77set (CMAKE_INCLUDE_CURRENT_DIR ON )
Original file line number Diff line number Diff line change 1+ treeland (0.8.1) unstable; urgency=medium
2+
3+ * fix: update treeland-protocol structure names (#690)
4+ * fix: systemd warnings caused by invalid directives in socket units.
5+ * fix: fix user mistakenly marked as logged in when login happened
6+ outside ddm
7+ * fix: fix user cannot login after logout once
8+ * fix: missing license LGPL-2.1-or-later for kde keystate protocol
9+ * feat: adopt kde-keystate-v5 to expose states of stateful keys
10+ * fix: fix treeland crash on virtual machine
11+
12+ -- rewine <luhongxu@uniontech.com> Thu, 15 Jan 2026 11:07:00 +0800
13+
114treeland (0.8.0) unstable; urgency=medium
215
316 * chore: temporary disable TreelandUserConfig smart pointer
Original file line number Diff line number Diff line change 1- find_package (TreelandProtocols REQUIRED)
1+ find_package (TreelandProtocols 0.5.3 REQUIRED)
22
33ws_generate_local(server ${TREELAND_PROTOCOLS_DATA_DIR} /treeland-screensaver-v1.xml treeland-screensaver-v1-protocol)
44
You can’t perform that action at this time.
0 commit comments