From 2e61e38da8053a0cde4ed634723671ce15d7bcd1 Mon Sep 17 00:00:00 2001 From: tsujan Date: Tue, 5 Nov 2024 08:55:16 +0330 Subject: [PATCH] Pre-release changes (#556) * Pre-release changes * Fixed a typo --- CHANGELOG | 16 ++++++++++++++++ CMakeLists.txt | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7bf0137a..ad3d20fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +lxqt-session-2.1.0 / 2024-11-05 +================================ + * Reenable lock settings under wayland. + * Fixed the errors in KF6 check. + * Under wayland, show the leave dialog on the screen with the cursor. + * Don't start apps with "X-LXQt-X11-Only" under wayland. + * Check if `wordexp` succeeds before using output (to prevent a segfault). + * Improved the desktop entry. + * Added a section for wayland settings. + * Added a checkbox for "X-LXQt-X11-Only" to autostart editor. + * Set `palette_override` to `true` by default. + * Added tooltip for screen scaling under Wayland. + * Added a config file for Wayland compositors. + * Set the layer shell scope to "dialog" for the leave dialog. + * Added GUI for custom screenlocker on x11. + lxqt-session-2.0.0 / 2024-04-17 ================================ * Made the user inputs stricter in auto-start. diff --git a/CMakeLists.txt b/CMakeLists.txt index 043a381c..932f7894 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON) # Minimum Versions set(KF6_MINIMUM_VERSION "6.0.0") -set(LXQT_MINIMUM_VERSION "2.0.0") -set(QTXDG_MINIMUM_VERSION "4.0.0") +set(LXQT_MINIMUM_VERSION "2.1.0") +set(QTXDG_MINIMUM_VERSION "4.1.0") set(QT_MINIMUM_VERSION "6.6.0") set(SHELLQT_MINIMUM_VERSION "6.0.0")