diff --git a/CHANGELOG b/CHANGELOG index a1db21f5..7bf0137a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +lxqt-session-2.0.0 / 2024-04-17 +================================ + * Made the user inputs stricter in auto-start. + * Don't allow inputs consisting of only whitespaces, and remove start and end whitespaces from them. + * Fixed a typo. + * Ported to Qt6. + * Used an overlay layer shell for the leaving dialog and centered it under Wayland. + lxqt-session-1.4.0 / 2023-11-05 ================================ * Update the DBus activation environment, to fix problems with apps (like Telegram) which set `DBusActivatable` to `true` in their desktop entries. diff --git a/CMakeLists.txt b/CMakeLists.txt index b33525f5..3d6d3abb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR) # CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level # CMakeLists.txt file even before calling the project() command. # The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)