Skip to content

Commit

Permalink
Pre-release changes (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 73ff311 commit cb83333
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
lxqt-config-1.4.0 / 2023-11-05
===============================
* Use lxqt-menu-data.
* Fixed setting of primary monitor after a change in libkscreen.
* Put cursor settings in ~/.Xresources (fixes the problem of not being able to set the cursor or its size when Xresources from `/etc` is read).
* Corrected some typos.
* Improved the message about default monitor settings.
* Don't return uninitialized struct members.

lxqt-config-1.3.0 / 2023-04-15
===============================
* Fixed potential segfault when loading keyboard layout settings.
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(KF5_MINIMUM_VERSION "5.36.0")
set(KF5SCREEN_MINIMUM_VERSION "5.27.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit cb83333

Please sign in to comment.