Skip to content

Commit 925c02d

Browse files
authored
Pre-release changes (#354)
1 parent 3c8db8e commit 925c02d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
liblxqt-2.1.0 / 2024-11-05
2+
===========================
3+
* Replaced `QLatin1String` with `QLatin1StringView`.
4+
* Enable custom screenlockers on X11 and wayland.
5+
* Fixed setting of item geometries in grid layout.
6+
* Support reversing the order of items in LXQt's grid layout.
7+
18
liblxqt-2.0.0 / 2024-04-17
29
===========================
310
* Ported to Qt6.

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.0.0")
10+
set(LXQTBT_MINIMUM_VERSION "2.1.0")
1111
set(KF6_MINIMUM_VERSION "6.0.0")
1212
set(QT_MINIMUM_VERSION "6.6.0")
13-
set(QTXDG_MINIMUM_VERSION "4.0.0")
13+
set(QTXDG_MINIMUM_VERSION "4.1.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 0)
18+
set(LXQT_MINOR_VERSION 1)
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)