From 0ef8baa82ccb06a3a0830a02b06dbbae38517b61 Mon Sep 17 00:00:00 2001 From: tsujan Date: Tue, 5 Nov 2024 08:52:05 +0330 Subject: [PATCH] Pre-release changes (#1074) --- CHANGELOG | 22 ++++++++++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 384ee82a6..ead01f744 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +lxqt-config-2.1.0 / 2024-11-05 +=============================== + * Fixed a FTBFS with Clang in `lxqt-config-input`. + * Show unsupported message for `lxqt-config-input` under wayland. + * Show unsupported message for `lxqt-config-monitor` under wlroots-based compositors. + * Fixed a memory leak in `lxqt-config-input`. + * Added nullity check for monitor config. + * Safer size saving for the dialog of `lxqt-config-appearance`. + * Do not load monitor or input settings under Wayland. + * More informative tooltips in lxqt-config dialog. + * Standardized desktop files for settings. + * Consistent capitalization for GenericName for desktop files. + * Added tooltip colors to LXQt Appearance. + * Added checkbox to use palette provided by LXQt theme. + * Fixed an old problem in setting wallpapers. + * Don't start `xsettingsd` outside X11. + * Added an option for toolbar icon size. + * Make sure Monitor Settings dialog is shown completely on Wayland. + * Remember size of Monitor Settings dialog. + * Start `xsettingsd` on X11 only when GTK themes should be set. + * Scale monitor images on resizing monitor settings dialog. + lxqt-config-2.0.0 / 2024-04-17 =============================== * Ported to Qt6. diff --git a/CMakeLists.txt b/CMakeLists.txt index 54cd48de3..715719c80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set(CMAKE_AUTORCC ON) set(KF6_MINIMUM_VERSION "6.0.0") set(KF6SCREEN_MINIMUM_VERSION "6.0.0") -set(LXQT_MINIMUM_VERSION "2.0.0") +set(LXQT_MINIMUM_VERSION "2.1.0") set(QT_MINIMUM_VERSION "6.6.0") find_package(Qt6DBus ${QT_MINIMUM_VERSION} REQUIRED)