Skip to content

Commit

Permalink
Pre-release changes (#49)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Updated
  • Loading branch information
tsujan authored Nov 24, 2024
1 parent 864d876 commit fe06f90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-wayland-session-0.1.1 / 2024-11-24
=======================================
* Fixed the issue which happened when full paths were used instead of the compositor's executable name.
* Updated lxqt-hyprland.conf for Hyprland v.0.45.
* Added `xdg-activation` to Wayfire's config.

lxqt-wayland-session-0.1.0 / 2024-11-05
=======================================
* First release. For choosing a Wayland LXQt session in LXQt Session Settings. Supports Labwc, KWin, Wayfire, Hyprland, Sway, River and Niri.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ find_package(XdgUserDirs REQUIRED)

set(LXQT_WAYLAND_SESSION_MAJOR_VERSION 0)
set(LXQT_WAYLAND_SESSION_MINOR_VERSION 1)
set(LXQT_WAYLAND_SESSION_PATCH_VERSION 0)
set(LXQT_WAYLAND_SESSION_PATCH_VERSION 1)
set(LXQT_WAYLAND_SESSION_VERSION ${LXQT_WAYLAND_SESSION_MAJOR_VERSION}.${LXQT_WAYLAND_SESSION_MINOR_VERSION}.${LXQT_WAYLAND_SESSION_PATCH_VERSION})

include(LXQtPreventInSourceBuilds)
Expand Down

0 comments on commit fe06f90

Please sign in to comment.