Skip to content

Commit d014405

Browse files
authored
Pre-release changes (#2379)
1 parent 62d3966 commit d014405

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
lxqt-panel-2.3.2 / 2025-12-21
2+
==============================
3+
* Used `QPointer` for handling wlroots desktops to prevent dangling pointers, especially with bad compositor codes (previously, Hyprland could make the panel crash).
4+
15
lxqt-panel-2.3.1 / 2025-11-25
26
==============================
37
* Fixed build failure with Qt < 6.8.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
4848
endif()
4949

5050
# Patch Version
51-
set(LXQT_PANEL_PATCH_VERSION 1)
51+
set(LXQT_PANEL_PATCH_VERSION 2)
5252
set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION})
5353
add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")
5454

0 commit comments

Comments
 (0)