diff --git a/CHANGELOG b/CHANGELOG index d8132e1..a8ba0a9 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 413d05f..0de5d33 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)