Skip to content

Commit

Permalink
Pre-release changes (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 7, 2024
1 parent b4de67f commit 3ff8c02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lxqt-panel-2.1.1 / 2024-11-07
==============================
* Fixed destination dir of `lxqt-panel_wayland.desktop` to prevent packaging failure.
* Made auto-hiding on overlapping work under `kwin_wayland`. Also, made auto-hiding animation work on Wayland in general.

lxqt-panel-2.1.0 / 2024-11-05
==============================
* Refactored Window Manager interaction and added 2 Wayland back-ends for task-bar.
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 0)
set(LXQT_PANEL_PATCH_VERSION 1)
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 3ff8c02

Please sign in to comment.