Skip to content

Commit b9602c6

Browse files
authored
Pre-release changes (#510)
1 parent 40224d8 commit b9602c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
lxqt-session-2.0.0 / 2024-04-17
2+
================================
3+
* Made the user inputs stricter in auto-start.
4+
* Don't allow inputs consisting of only whitespaces, and remove start and end whitespaces from them.
5+
* Fixed a typo.
6+
* Ported to Qt6.
7+
* Used an overlay layer shell for the leaving dialog and centered it under Wayland.
8+
19
lxqt-session-1.4.0 / 2023-11-05
210
================================
311
* Update the DBus activation environment, to fix problems with apps (like Telegram) which set `DBusActivatable` to `true` in their desktop entries.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
22
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
33
# CMakeLists.txt file even before calling the project() command.
44
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)

0 commit comments

Comments
 (0)