diff --git a/CHANGELOG b/CHANGELOG index f526917..16f558b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +lxqt-runner-1.2.0 / 2022-11-05 +=============================== + * Force the correct position on the window after it is moved from outside the app. + * Added an option for clearing the entry on launching apps. + lxqt-runner-1.1.0 / 2022-04-15 =============================== * Prevented redundant writings of dialog width to config file. diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d4adf..c1fef7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ cmake_dependent_option(RUNNER_VBOX_HEADLESS # Minimum Versions set(KF5_MINIMUM_VERSION "5.36.0") set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0") -set(LXQT_MINIMUM_VERSION "1.1.0") -set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1.0") +set(LXQT_MINIMUM_VERSION "1.2.0") +set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.2.0") set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)