File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-panel-2.1.4 / 2025-01-11
2
+ ==============================
3
+ * Fixed Task Manager when a window is shown on all desktops.
4
+ * Fixed handling of windows that are on all desktops.
5
+ * Check visibility of task buttons only relative to task-bar (this fixes icon shift with auto-hiding on Wayland).
6
+ * Added exclusion list to Task Manager's config.
7
+ * Added X11-only info for kbindicator.
8
+ * Added configurable tooltip to Custom Command plugin.
9
+ * Fixed regression in showing only task buttons of the current screen.
10
+
1
11
lxqt-panel-2.1.3 / 2024-12-01
2
12
==============================
3
13
* Taken into account an empty shortcut in Fancy/Main Menu. This also fixes searching with non-Latin keyboard layouts under Wayland.
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 3 )
49
+ set (LXQT_PANEL_PATCH_VERSION 4 )
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