diff --git a/CHANGELOG b/CHANGELOG index e6fe2371..c2bad2cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +lxqt-notificationd-1.0.0 / 2021-11-04 +====================================== + * Updated AUTHORS. + * Bumped minimum required Qt version to 5.15. + * Added do-not-disturb mode. + * Elide action button text if needed. + lxqt-notificationd-0.17.0 / 2021-04-15 ====================================== * Used const references where possible. diff --git a/CMakeLists.txt b/CMakeLists.txt index 52849906..5bf2645c 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.36.0") -set(LXQT_MINIMUM_VERSION "0.17.0") +set(LXQT_MINIMUM_VERSION "1.0.0") set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)