Skip to content

Commit 20db0e4

Browse files
authored
Pre-release changes (#1181)
* Pre-release changes * Pedantic changes.
1 parent 85b4d34 commit 20db0e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
lxqt-config-2.3.1 / 2026-01-29
2+
===============================
3+
* Updated the code for kscreen 6.6.
4+
* Added monospace setting to lxqt-config-appearance.
5+
* Added draglock and disable-while-typing settings for X11.
6+
* Added unsupported notice for brightness on Wayland to lxqt-config-brightness.
7+
* Gave parent to advanced settings dialog of monitor dialog.
8+
* Removed unneeded .ui <hints> tags.
9+
* Added missing colons to labels of lxqt-config-input.
10+
* Restored margins of Default Applications page.
11+
112
lxqt-config-2.3.0 / 2025-11-05
213
===============================
314
* Changed the default cursor size from 16 to 24.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ include(LXQtPreventInSourceBuilds)
4141
include(LXQtCompilerSettings NO_POLICY_SCOPE)
4242

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

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

0 commit comments

Comments
 (0)