Skip to content

Commit 46711d9

Browse files
authored
Pre-release changes (#370)
1 parent e09e009 commit 46711d9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
liblxqt-2.3.0 / 2025-11-05
2+
===========================
3+
* Added a separate key for turning off monitor on Wayland.
4+
15
liblxqt-2.2.0 / 2025-04-17
26
===========================
37
* Limit disabling of autostart entries to LXQt (used in lxqt-session).

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
77
project(liblxqt)
88

99

10-
set(LXQTBT_MINIMUM_VERSION "2.2.0")
10+
set(LXQTBT_MINIMUM_VERSION "2.3.0")
1111
set(KF6_MINIMUM_VERSION "6.0.0")
1212
set(QT_MINIMUM_VERSION "6.6.0")
13-
set(QTXDG_MINIMUM_VERSION "4.2.0")
13+
set(QTXDG_MINIMUM_VERSION "4.3.0")
1414

1515
# Major LXQt Version, belong to all components
1616
set(LXQT_MAJOR_VERSION 2)
1717
# Minor LXQt Version, belong to all components
18-
set(LXQT_MINOR_VERSION 2)
18+
set(LXQT_MINOR_VERSION 3)
1919
#
2020
# Patch Version, belong *only* to the component
2121
# LXQt is 0.13 - liblxqt is at patch version 0

0 commit comments

Comments
 (0)