Skip to content

Commit

Permalink
Pre-release changes (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2021
1 parent cf123b9 commit 6ae2da6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
lxqt-runner-1.0.0 / 2021-11-04
===============================
* Updated AUTHORS.
* Fixed compilation with menu-cache.
* Bumped minimum required Qt version to 5.15.
* Use visible names as the last criterion for sorting items.

lxqt-runner-0.17.0 / 2021-04-15
===============================
* Prevent selection jumps in the dropdown list.
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.17.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "0.17.0")
set(LXQT_MINIMUM_VERSION "1.0.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.0.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 6ae2da6

Please sign in to comment.