Skip to content

Commit 3885880

Browse files
authored
Pre-release changes (#1827)
1 parent 991f0df commit 3885880

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lxqt-panel-1.2.0 / 2022-11-05
2+
==============================
3+
* Added context items to Quick Launch for reloading desktop entries.
4+
* Set window flags of the volume popup explicitly (useful under Wayland).
5+
* Fixed Quick Launch icons when there are multiple config files.
6+
17
lxqt-panel-1.1.0 / 2022-04-15
28
==============================
39
* Updated `README.md`.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(CMAKE_AUTORCC ON)
3131

3232
set(REQUIRED_QT_VERSION "5.15.0")
3333
set(KF5_MINIMUM_VERSION "5.36.0")
34-
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1.0")
35-
set(LXQT_MINIMUM_VERSION "1.1.0")
34+
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.2.0")
35+
set(LXQT_MINIMUM_VERSION "1.2.0")
3636

3737
find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
3838
find_package(Qt5LinguistTools ${REQUIRED_QT_VERSION} REQUIRED)

0 commit comments

Comments
 (0)