Skip to content

Commit 04e203b

Browse files
authored
Pre-release changes (#81)
* Pre-release changes * A correction
1 parent 025a84e commit 04e203b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
lxqt-wayland-session-0.2.1 / 2025-07-30
2+
=======================================
3+
* Removed unused shortcuts.
4+
* Updated config files of all compositors.
5+
* Removed some default shortcuts from Labwc's config file.
6+
* Updated Sway's config to 1.11.
7+
* Updated Labwc's config to 0.9.
8+
* Updated Hyprland's config to 0.50.
9+
110
lxqt-wayland-session-0.2.0 / 2025-04-17
211
=======================================
312
* Fixes and updates for Hyprland 0.48.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ find_package(XdgUserDirs REQUIRED)
2626

2727
set(LXQT_WAYLAND_SESSION_MAJOR_VERSION 0)
2828
set(LXQT_WAYLAND_SESSION_MINOR_VERSION 2)
29-
set(LXQT_WAYLAND_SESSION_PATCH_VERSION 0)
29+
set(LXQT_WAYLAND_SESSION_PATCH_VERSION 1)
3030
set(LXQT_WAYLAND_SESSION_VERSION ${LXQT_WAYLAND_SESSION_MAJOR_VERSION}.${LXQT_WAYLAND_SESSION_MINOR_VERSION}.${LXQT_WAYLAND_SESSION_PATCH_VERSION})
3131

3232
include(LXQtPreventInSourceBuilds)

0 commit comments

Comments
 (0)