File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
liblxqt-1.3.0 / 2023-04-15
2
7
===========================
3
8
* Updated translations and bumped version to 1.3.0.
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ project(liblxqt)
10
10
set (LXQTBT_MINIMUM_VERSION "0.13.0" )
11
11
set (KF5_MINIMUM_VERSION "5.101.0" )
12
12
set (QT_MINIMUM_VERSION "5.15.0" )
13
- set (QTXDG_MINIMUM_VERSION "3.11 .0" )
13
+ set (QTXDG_MINIMUM_VERSION "3.12 .0" )
14
14
15
15
# Major LXQt Version, belong to all components
16
16
set (LXQT_MAJOR_VERSION 1 )
17
17
# Minor LXQt Version, belong to all components
18
- set (LXQT_MINOR_VERSION 3 )
18
+ set (LXQT_MINOR_VERSION 4 )
19
19
#
20
20
# Patch Version, belong *only* to the component
21
21
# LXQt is 0.13 - liblxqt is at patch version 0
You can’t perform that action at this time.
0 commit comments