Skip to content

Commit b2c0139

Browse files
authored
Pre-release changes (#2185)
1 parent c0029a9 commit b2c0139

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-panel-2.1.3 / 2024-12-01
2+
==============================
3+
* Taken into account an empty shortcut in Fancy/Main Menu. This also fixes searching with non-Latin keyboard layouts under Wayland.
4+
* Fixed bugs about multi-screen setups on Wayland.
5+
16
lxqt-panel-2.1.2 / 2024-11-24
27
==============================
38
* Fixed changing of desktop names under X11.

CMakeLists.txt

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

4848
# Patch Version
49-
set(LXQT_PANEL_PATCH_VERSION 2)
49+
set(LXQT_PANEL_PATCH_VERSION 3)
5050
set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION})
5151
add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")
5252

0 commit comments

Comments
 (0)