From b094cc8fd560992eee096d3f28d0213c8b6a945f Mon Sep 17 00:00:00 2001 From: tsujan Date: Sat, 11 Jan 2025 21:06:59 +0330 Subject: [PATCH] Pre-release changes (#2216) --- CHANGELOG | 10 ++++++++++ CMakeLists.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 98955a618..96898fb64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +lxqt-panel-2.1.4 / 2025-01-11 +============================== + * Fixed Task Manager when a window is shown on all desktops. + * Fixed handling of windows that are on all desktops. + * Check visibility of task buttons only relative to task-bar (this fixes icon shift with auto-hiding on Wayland). + * Added exclusion list to Task Manager's config. + * Added X11-only info for kbindicator. + * Added configurable tooltip to Custom Command plugin. + * Fixed regression in showing only task buttons of the current screen. + lxqt-panel-2.1.3 / 2024-12-01 ============================== * Taken into account an empty shortcut in Fancy/Main Menu. This also fixes searching with non-Latin keyboard layouts under Wayland. diff --git a/CMakeLists.txt b/CMakeLists.txt index 1da824188..43ae8e391 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED) find_package(LayerShellQt REQUIRED) # Patch Version -set(LXQT_PANEL_PATCH_VERSION 3) +set(LXQT_PANEL_PATCH_VERSION 4) set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION}) add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")