Skip to content

Commit

Permalink
Pre-release changes (#1950)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Added a missing change to CHANGELOG
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 9e6e87c commit 1f87ef4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
lxqt-panel-1.4.0 / 2023-11-05
==============================
* Use lxqt-menu-data instead of lxmenu-data.
* Consider the WM2Urgency hint in task bar.
* Fixed checking/clearing of urgency in task bar.
* Fixed window cycling with mouse wheel and focus stealing prevention in task bar.
* Removed unused non trivial variable from plugin-dom.
* Ported away from deprecated Qt::MidButton.
* Ported deprecated KWindowSystem methods to KX11Extras.
* Added a clear button to the search bar of Add Plugins dialog.
* Create dummy widget on unsupported platforms in desktop switch plugin (fixes crashing on Wayland).
* Added parameter parsing to launched command of volume plugin.
* Fixed the initial displayed volume with PulseAudio in volume plugin.
* Fixed the tooltips of volume control under Wayland.
* Added an option to show the output as an image in the custom command plugin.

lxqt-panel-1.3.0 / 2023-04-15
==============================
* Removed redundant classes from `VolumeButton` in volume plugin.
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.101.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.3.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.4.0")
set(LXQT_MINIMUM_VERSION "1.4.0")

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

0 comments on commit 1f87ef4

Please sign in to comment.