Skip to content

Commit

Permalink
Pre-release changes (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 11, 2021
1 parent 308110f commit a88c013
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
lxqt-runner-0.17.0 / 2021-04-15
===============================
* Prevent selection jumps in the dropdown list.
* Activated `Home` and `End` in the dropdown list.
* Copy the calculation result to clipboard.
* Completely moved to Qt5 signal/slot syntax.
* Select the calculation result on showing lxqt-runner.

lxqt-runner-0.16.0 / 2020-11-01
===============================
* Don't use QProcess deprecates methods.
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 "0.16.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "0.16.0")
set(LXQT_MINIMUM_VERSION "0.17.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "0.17.0")
set(QT_MINIMUM_VERSION "5.12")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit a88c013

Please sign in to comment.