Skip to content

Commit ad0c05c

Browse files
authored
Pre-release changes (#1120)
1 parent 67d80db commit ad0c05c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
lxqt-config-2.2.0 / 2025-04-17
2+
===============================
3+
* Tidy up some whitespaces in the code.
4+
* Replaced qMin,qMax,qBound,qRound and qAbs with standard functions.
5+
* Let Keyboard and Mouse Settings be shown partially under Wayland.
6+
* Apply cursor changes to GTK in Keyboard and Mouse Settings if needed.
7+
* Fixed screen images with different scales in the monitors page of LXQt Monitor Settings.
8+
* Cleaned up the code of fast options in LXQt Monitor Settings.
9+
110
lxqt-config-2.1.1 / 2025-02-07
211
===============================
312
* Fixed the "Set Position" page in lxqt-config-monitor.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(CMAKE_AUTORCC ON)
2727

2828
set(KF6_MINIMUM_VERSION "6.0.0")
2929
set(KF6SCREEN_MINIMUM_VERSION "6.0.0")
30-
set(LXQT_MINIMUM_VERSION "2.1.0")
30+
set(LXQT_MINIMUM_VERSION "2.2.0")
3131
set(QT_MINIMUM_VERSION "6.6.0")
3232

3333
find_package(Qt6DBus ${QT_MINIMUM_VERSION} REQUIRED)
@@ -41,7 +41,7 @@ include(LXQtPreventInSourceBuilds)
4141
include(LXQtCompilerSettings NO_POLICY_SCOPE)
4242

4343
# Patch Version
44-
set(LXQT_CONFIG_PATCH_VERSION 1)
44+
set(LXQT_CONFIG_PATCH_VERSION 0)
4545

4646
set(LXQT_CONFIG_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_CONFIG_PATCH_VERSION})
4747
add_definitions(

0 commit comments

Comments
 (0)