Skip to content

Commit b094cc8

Browse files
authored
Pre-release changes (#2216)
1 parent 9938641 commit b094cc8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
lxqt-panel-2.1.3 / 2024-12-01
212
==============================
313
* Taken into account an empty shortcut in Fancy/Main Menu. This also fixes searching with non-Latin keyboard layouts under Wayland.

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 3)
49+
set(LXQT_PANEL_PATCH_VERSION 4)
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)