File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
6
lxqt-panel-2.1.2 / 2024-11-24
2
7
==============================
3
8
* Fixed changing of desktop names under X11.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
46
46
find_package (LayerShellQt REQUIRED )
47
47
48
48
# Patch Version
49
- set (LXQT_PANEL_PATCH_VERSION 2 )
49
+ set (LXQT_PANEL_PATCH_VERSION 3 )
50
50
set (LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION} )
51
51
add_definitions ("-DLXQT_PANEL_VERSION=\" ${LXQT_PANEL_VERSION} \" " )
52
52
You can’t perform that action at this time.
0 commit comments