Skip to content

Commit

Permalink
Pre-release changes (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Jan 11, 2025
1 parent 9938641 commit b094cc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}\"")

Expand Down

0 comments on commit b094cc8

Please sign in to comment.