Skip to content

Commit

Permalink
Prerelease changes (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent e8f418e commit 84ca879
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
lxqt-panel-1.1.0 / 2022-04-15
==============================
* Updated `README.md`.
* Split panel config dialog into 3 sections.
* Modified default conf file.
* Prevented flickering of desktop switcher when only active button is shown.
* Close QProcess in the d-tor of CustomCommand.
* Show desktop names on taskbutton's context menu.
* Keep stat history on width change in sysstat (fixes the resetting of graph on auto-hiding panels).
* Close main menu on pressing its shortcut (the clash with the built-in shortcuts of the search entry is fixed).
* Made SNI proxy for xembed tray icons. Now the legacy tray icons are shown inside Status Notifier.
* Added lxqt-build-tools build dependency to README.
* Added options for button label and style of Directory Menu.
* Fixed Reset button in taskbar config dialog.
* Fixed Reset button in Status Notifier config dialog.
* Fix storing/restoring of settings in general.

lxqt-panel-1.0.0 / 2021-11-04
==============================
* Updated AUTHORS.
Expand Down
4 changes: 2 additions & 2 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 "1.0.0")
set(LXQT_MINIMUM_VERSION "1.0.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1.0")
set(LXQT_MINIMUM_VERSION "1.1.0")

find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${REQUIRED_QT_VERSION} REQUIRED)
Expand Down

0 comments on commit 84ca879

Please sign in to comment.