Skip to content

Commit 026092e

Browse files
authored
Pre-release changes (#228)
1 parent 840dbe1 commit 026092e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-runner-1.2.0 / 2022-11-05
2+
===============================
3+
* Force the correct position on the window after it is moved from outside the app.
4+
* Added an option for clearing the entry on launching apps.
5+
16
lxqt-runner-1.1.0 / 2022-04-15
27
===============================
38
* Prevented redundant writings of dialog width to config file.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cmake_dependent_option(RUNNER_VBOX_HEADLESS
2727
# Minimum Versions
2828
set(KF5_MINIMUM_VERSION "5.36.0")
2929
set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0")
30-
set(LXQT_MINIMUM_VERSION "1.1.0")
31-
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1.0")
30+
set(LXQT_MINIMUM_VERSION "1.2.0")
31+
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.2.0")
3232
set(QT_MINIMUM_VERSION "5.15.0")
3333

3434
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)