Skip to content

Commit 21ca619

Browse files
authored
Pre-release changes (#403)
1 parent 5695b8c commit 21ca619

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
lxqt-notificationd-2.0.1 / 2024-05-04
211
======================================
312
* Prevented a random crash on killing the process with Qt ≥ 6.7.

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717
option(LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF)
1818

1919
set(KF6_MINIMUM_VERSION "6.0.0")
20-
set(LXQT_MINIMUM_VERSION "2.0.0")
20+
set(LXQT_MINIMUM_VERSION "2.1.0")
2121
set(QT_MINIMUM_VERSION "6.6.0")
2222
set(SHELLQT_MINIMUM_VERSION "6.0.0")
2323

@@ -30,7 +30,7 @@ find_package(LayerShellQt ${SHELLQT_MINIMUM_VERSION} REQUIRED)
3030
message(STATUS "Building with Qt${Qt6Core_VERSION}")
3131

3232
# Patch Version
33-
set(LXQT_NOTIFICATIOND_PATCH_VERSION 1)
33+
set(LXQT_NOTIFICATIOND_PATCH_VERSION 0)
3434

3535
set(LXQT_NOTIFICATIOND_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_NOTIFICATIOND_PATCH_VERSION})
3636
add_definitions(

0 commit comments

Comments
 (0)