From eeb0d87c64577ab0472bd2fa9c0d8baa8ce76866 Mon Sep 17 00:00:00 2001 From: tsujan Date: Sat, 16 Apr 2022 17:26:34 +0430 Subject: [PATCH] Prerelease changes (#312) --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c2bad2cf..c8bfb516 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +lxqt-notificationd-1.1.0 / 2022-04-15 +====================================== + * A better layout for config dialog. + * Added a preview button, instead of automatic preview. + * Show LXQt config's test notifications in do-not-disturb mode too. + * Updated `README.md`. + * Update notification icon when global settings are changed. + lxqt-notificationd-1.0.0 / 2021-11-04 ====================================== * Updated AUTHORS. diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bf2645c..f7e37563 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 "1.0.0") +set(LXQT_MINIMUM_VERSION "1.1.0") set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)