Skip to content

Commit

Permalink
Pre-release changes (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2021
1 parent 7703cf6 commit 5b88718
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
lxqt-panel-1.0.0 / 2021-11-04
==============================
* Updated AUTHORS.
* Fixed the keypad navigation in main menu.
* Bumped minimum required Qt version to 5.15.
* Added Custom Command plugin.
* Added context menu and drag-and-drop support to search results of main menu.
* Consider icon names that end with a valid extension in Status Notifier.
* Don't check icon name with hasTheme() in Status Notifier.
* Prevent sliding of volume tooltip.
* Do not force Openbox configs under LXQt.

lxqt-panel-0.17.1 / 2021-04-16
==============================
* Fixed compilation against Qt < 5.15.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ set(CMAKE_AUTORCC ON)

set(REQUIRED_QT_VERSION "5.15.0")
set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "0.17.0")
set(LXQT_MINIMUM_VERSION "0.17.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.0.0")
set(LXQT_MINIMUM_VERSION "1.0.0")

find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${REQUIRED_QT_VERSION} REQUIRED)
Expand All @@ -44,7 +44,7 @@ find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_MINIMUM_VERSION} REQUIRED)

# Patch Version
set(LXQT_PANEL_PATCH_VERSION 1)
set(LXQT_PANEL_PATCH_VERSION 0)
set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION})
add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")

Expand Down

0 comments on commit 5b88718

Please sign in to comment.