Skip to content

Commit

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

* Fixed a typo
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent bc06d99 commit 2e61e38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
lxqt-session-2.1.0 / 2024-11-05
================================
* Reenable lock settings under wayland.
* Fixed the errors in KF6 check.
* Under wayland, show the leave dialog on the screen with the cursor.
* Don't start apps with "X-LXQt-X11-Only" under wayland.
* Check if `wordexp` succeeds before using output (to prevent a segfault).
* Improved the desktop entry.
* Added a section for wayland settings.
* Added a checkbox for "X-LXQt-X11-Only" to autostart editor.
* Set `palette_override` to `true` by default.
* Added tooltip for screen scaling under Wayland.
* Added a config file for Wayland compositors.
* Set the layer shell scope to "dialog" for the leave dialog.
* Added GUI for custom screenlocker on x11.

lxqt-session-2.0.0 / 2024-04-17
================================
* Made the user inputs stricter in auto-start.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)

# Minimum Versions
set(KF6_MINIMUM_VERSION "6.0.0")
set(LXQT_MINIMUM_VERSION "2.0.0")
set(QTXDG_MINIMUM_VERSION "4.0.0")
set(LXQT_MINIMUM_VERSION "2.1.0")
set(QTXDG_MINIMUM_VERSION "4.1.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(SHELLQT_MINIMUM_VERSION "6.0.0")

Expand Down

0 comments on commit 2e61e38

Please sign in to comment.