Skip to content

Commit

Permalink
Pre-release changes (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Feb 7, 2025
1 parent 7ee5051 commit faff6a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
lxqt-config-2.1.1 / 2025-02-07
===============================
* Fixed the "Set Position" page in lxqt-config-monitor.
* Fixed clicking zones as well as text drawing in Configuration Center.
* Use `iso-flags-svg` for flags in Locale Config if existing.
* Cleaned up man pages.
* Made the monitor info selectable.
* Prevented redundant writing to config files.
* Removed ending dots from tooltips.
* Improved locale setting in LXQt Locale Config and optimized it.
* Add colons to remaining labels of lxqt-config-appearance.
* Better layout for Appearance → GTK Style.

lxqt-config-2.1.0 / 2024-11-05
===============================
* Fixed a FTBFS with Clang in `lxqt-config-input`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)

# Patch Version
set(LXQT_CONFIG_PATCH_VERSION 0)
set(LXQT_CONFIG_PATCH_VERSION 1)

set(LXQT_CONFIG_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_CONFIG_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit faff6a2

Please sign in to comment.