File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-panel-2.2.1 / 2025-05-17
2
+ ==============================
3
+ * Made "Show Desktop" work under Wayland compositors compatible with wlroots.
4
+ * Workaround for kwin_wayland's problems with showing desktop.
5
+ * Minimize children of a window with it on kwin_wayland.
6
+ * No attention demand for active parent-child pairs on kwin_wayland.
7
+ * Prevented a rare DND crash in Task Manager under Wayland.
8
+ * Removed ancient QT_USE_XXXX variables and dropped QTX_LIBRARIES.
9
+ * Made timezone switching by mouse wheel optional in World Clock.
10
+ * Added an icon for plugin-sensors.
11
+ * Code cleanup.
12
+
1
13
lxqt-panel-2.2.0 / 2025-04-17
2
14
==============================
3
15
* Handle Wayland screens by using their names, not numbers.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
43
43
find_package (LayerShellQt REQUIRED )
44
44
45
45
# Patch Version
46
- set (LXQT_PANEL_PATCH_VERSION 0 )
46
+ set (LXQT_PANEL_PATCH_VERSION 1 )
47
47
set (LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION} )
48
48
add_definitions ("-DLXQT_PANEL_VERSION=\" ${LXQT_PANEL_VERSION} \" " )
49
49
You can’t perform that action at this time.
0 commit comments