Skip to content

Commit bea4e95

Browse files
authored
Pre-release changes (#315)
1 parent fd7e654 commit bea4e95

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lxqt-admin-2.2.0 / 2025-04-17
2+
==============================
3+
* Proper icons for the pages of the date and time config dialog.
4+
* Window title for the password dialog in User and Group Settings.
5+
* Tidy up some whitespaces in the code.
6+
17
lxqt-admin-2.1.0 / 2024-11-05
28
==============================
39
* Don't translate app names.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1212
set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for libraries")
1313

1414
# Minimum Versions
15-
set(LXQT_MINIMUM_VERSION "2.1.0")
15+
set(LXQT_MINIMUM_VERSION "2.2.0")
1616
set(QT_MINIMUM_VERSION "6.6.0")
1717

1818
find_package(Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)