Skip to content

Commit

Permalink
Pre-release changes (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 15, 2023
1 parent 43c0209 commit 60924a6
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.3.0 / 2023-04-15
===============================
* Updated VirtualBox icons for license compatibility.
* Made the window frameless explicitly (for Wayland).

lxqt-runner-1.2.0 / 2022-11-05
===============================
* Force the correct position on the window after it is moved from outside the app.
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.2.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.2.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.3.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 60924a6

Please sign in to comment.