Skip to content

Commit 7ed9d4d

Browse files
authored
Pre-release changes (#332)
1 parent 53a0f99 commit 7ed9d4d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
liblxqt-1.4.0 / 2023-11-05
2+
===========================
3+
* Ported deprecated KWindowSystem methods.
4+
* Show error on trying to lock screen under Wayland.
5+
16
liblxqt-1.3.0 / 2023-04-15
27
===========================
38
* Updated translations and bumped version to 1.3.0.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ project(liblxqt)
1010
set(LXQTBT_MINIMUM_VERSION "0.13.0")
1111
set(KF5_MINIMUM_VERSION "5.101.0")
1212
set(QT_MINIMUM_VERSION "5.15.0")
13-
set(QTXDG_MINIMUM_VERSION "3.11.0")
13+
set(QTXDG_MINIMUM_VERSION "3.12.0")
1414

1515
# Major LXQt Version, belong to all components
1616
set(LXQT_MAJOR_VERSION 1)
1717
# Minor LXQt Version, belong to all components
18-
set(LXQT_MINOR_VERSION 3)
18+
set(LXQT_MINOR_VERSION 4)
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)