Skip to content

Commit

Permalink
Pre-release changes (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent 991f0df commit 3885880
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-panel-1.2.0 / 2022-11-05
==============================
* Added context items to Quick Launch for reloading desktop entries.
* Set window flags of the volume popup explicitly (useful under Wayland).
* Fixed Quick Launch icons when there are multiple config files.

lxqt-panel-1.1.0 / 2022-04-15
==============================
* Updated `README.md`.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ set(CMAKE_AUTORCC ON)

set(REQUIRED_QT_VERSION "5.15.0")
set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.2.0")
set(LXQT_MINIMUM_VERSION "1.2.0")

find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${REQUIRED_QT_VERSION} REQUIRED)
Expand Down

0 comments on commit 3885880

Please sign in to comment.