From 01699d85bb48411e80877610f6d11b457f57cc17 Mon Sep 17 00:00:00 2001 From: tsujan Date: Sun, 5 Nov 2023 15:14:38 +0330 Subject: [PATCH] Pre-release changes (#361) --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d8132e18..a8ba0a9b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +lxqt-notificationd-1.4.0 / 2023-11-05 +====================================== + * Moved the size and margin settings to the Appearance page of config dialog. + * Ported a deprecated KWindowSystem method. + * Port away from deprecated date/time format. + * Ensure cleaning of resources. + * Exit upon unsuccessful initialization. + lxqt-notificationd-1.3.0 / 2023-04-15 ====================================== * Updated translations and bumped the version. diff --git a/CMakeLists.txt b/CMakeLists.txt index 413d05f7..0de5d336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O option(LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF) set(KF5_MINIMUM_VERSION "5.101.0") -set(LXQT_MINIMUM_VERSION "1.3.0") +set(LXQT_MINIMUM_VERSION "1.4.0") set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)