Skip to content

Commit 1f87ef4

Browse files
authored
Pre-release changes (#1950)
* Pre-release changes * Added a missing change to CHANGELOG
1 parent 9e6e87c commit 1f87ef4

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
lxqt-panel-1.4.0 / 2023-11-05
2+
==============================
3+
* Use lxqt-menu-data instead of lxmenu-data.
4+
* Consider the WM2Urgency hint in task bar.
5+
* Fixed checking/clearing of urgency in task bar.
6+
* Fixed window cycling with mouse wheel and focus stealing prevention in task bar.
7+
* Removed unused non trivial variable from plugin-dom.
8+
* Ported away from deprecated Qt::MidButton.
9+
* Ported deprecated KWindowSystem methods to KX11Extras.
10+
* Added a clear button to the search bar of Add Plugins dialog.
11+
* Create dummy widget on unsupported platforms in desktop switch plugin (fixes crashing on Wayland).
12+
* Added parameter parsing to launched command of volume plugin.
13+
* Fixed the initial displayed volume with PulseAudio in volume plugin.
14+
* Fixed the tooltips of volume control under Wayland.
15+
* Added an option to show the output as an image in the custom command plugin.
16+
117
lxqt-panel-1.3.0 / 2023-04-15
218
==============================
319
* Removed redundant classes from `VolumeButton` in volume plugin.

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(CMAKE_AUTORCC ON)
3131

3232
set(REQUIRED_QT_VERSION "5.15.0")
3333
set(KF5_MINIMUM_VERSION "5.101.0")
34-
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.3.0")
35-
set(LXQT_MINIMUM_VERSION "1.3.0")
34+
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.4.0")
35+
set(LXQT_MINIMUM_VERSION "1.4.0")
3636

3737
find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
3838
find_package(Qt5LinguistTools ${REQUIRED_QT_VERSION} REQUIRED)

0 commit comments

Comments
 (0)