Skip to content

Commit

Permalink
Pre-release changes (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 12838f4 commit 0ef8baa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ef8baa

Please sign in to comment.