File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-session-2.1.0 / 2024-11-05
2
+ ================================
3
+ * Reenable lock settings under wayland.
4
+ * Fixed the errors in KF6 check.
5
+ * Under wayland, show the leave dialog on the screen with the cursor.
6
+ * Don't start apps with "X-LXQt-X11-Only" under wayland.
7
+ * Check if `wordexp` succeeds before using output (to prevent a segfault).
8
+ * Improved the desktop entry.
9
+ * Added a section for wayland settings.
10
+ * Added a checkbox for "X-LXQt-X11-Only" to autostart editor.
11
+ * Set `palette_override` to `true` by default.
12
+ * Added tooltip for screen scaling under Wayland.
13
+ * Added a config file for Wayland compositors.
14
+ * Set the layer shell scope to "dialog" for the leave dialog.
15
+ * Added GUI for custom screenlocker on x11.
16
+
1
17
lxqt-session-2.0.0 / 2024-04-17
2
18
================================
3
19
* Made the user inputs stricter in auto-start.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
20
20
21
21
# Minimum Versions
22
22
set (KF6_MINIMUM_VERSION "6.0.0" )
23
- set (LXQT_MINIMUM_VERSION "2.0 .0" )
24
- set (QTXDG_MINIMUM_VERSION "4.0 .0" )
23
+ set (LXQT_MINIMUM_VERSION "2.1 .0" )
24
+ set (QTXDG_MINIMUM_VERSION "4.1 .0" )
25
25
set (QT_MINIMUM_VERSION "6.6.0" )
26
26
set (SHELLQT_MINIMUM_VERSION "6.0.0" )
27
27
You can’t perform that action at this time.
0 commit comments