Skip to content

Commit a842b6d

Browse files
authored
Pre-release changes (#2276)
* Pre-release changes * Added two lines to changelog
1 parent 4f733b5 commit a842b6d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
lxqt-panel-2.2.0 / 2025-04-17
214
==============================
315
* Handle Wayland screens by using their names, not numbers.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
4343
find_package(LayerShellQt REQUIRED)
4444

4545
# Patch Version
46-
set(LXQT_PANEL_PATCH_VERSION 0)
46+
set(LXQT_PANEL_PATCH_VERSION 1)
4747
set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION})
4848
add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")
4949

0 commit comments

Comments
 (0)