File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-notificationd-2.1.0 / 2024-11-05
2
+ ======================================
3
+ * Corrected a mistake in processing `image-path`.
4
+ * Fixed multi-screen setups with Wayland.
5
+ * Standardized the desktop file.
6
+ * Added "Do Not Disturb" to tray menu.
7
+ * Fixed regressions.
8
+ * Workaround for translucency artifacts with Qt 6.8.0 on Wayland.
9
+
1
10
lxqt-notificationd-2.0.1 / 2024-05-04
2
11
======================================
3
12
* Prevented a random crash on killing the process with Qt ≥ 6.7.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
17
17
option (LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF )
18
18
19
19
set (KF6_MINIMUM_VERSION "6.0.0" )
20
- set (LXQT_MINIMUM_VERSION "2.0 .0" )
20
+ set (LXQT_MINIMUM_VERSION "2.1 .0" )
21
21
set (QT_MINIMUM_VERSION "6.6.0" )
22
22
set (SHELLQT_MINIMUM_VERSION "6.0.0" )
23
23
@@ -30,7 +30,7 @@ find_package(LayerShellQt ${SHELLQT_MINIMUM_VERSION} REQUIRED)
30
30
message (STATUS "Building with Qt${Qt6Core_VERSION} " )
31
31
32
32
# Patch Version
33
- set (LXQT_NOTIFICATIOND_PATCH_VERSION 1 )
33
+ set (LXQT_NOTIFICATIOND_PATCH_VERSION 0 )
34
34
35
35
set (LXQT_NOTIFICATIOND_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION} .${LXQT_NOTIFICATIOND_PATCH_VERSION} )
36
36
add_definitions (
You can’t perform that action at this time.
0 commit comments