Skip to content

Commit

Permalink
Pre-release changes (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent 840dbe1 commit 026092e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 026092e

Please sign in to comment.