diff --git a/CHANGELOG b/CHANGELOG index 384ee82a..ead01f74 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 54cd48de..715719c8 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)