Skip to content

Commit 2e61e38

Browse files
authored
Pre-release changes (#556)
* Pre-release changes * Fixed a typo
1 parent bc06d99 commit 2e61e38

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
lxqt-session-2.0.0 / 2024-04-17
218
================================
319
* Made the user inputs stricter in auto-start.

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
2020

2121
# Minimum Versions
2222
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")
2525
set(QT_MINIMUM_VERSION "6.6.0")
2626
set(SHELLQT_MINIMUM_VERSION "6.0.0")
2727

0 commit comments

Comments
 (0)