From 4be64a7f09ad4b96721d1a996085319c375179e4 Mon Sep 17 00:00:00 2001 From: tsujan Date: Sun, 5 Nov 2023 15:22:24 +0330 Subject: [PATCH] Pre-release changes (#384) --- CHANGELOG | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3bf288fa..d85e0b44 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +lxqt-powermanagement-1.4.0 / 2023-11-05 +======================================== + * Override DPMS on enabling idleness watcher (to fix the problem of default DPMS timeouts being in conflict with lxqt-powermanagement). + * Suspend screensaver when idle watcher is enabled (to prevent the screensaver timeout from kicking in and interfere with our daemon). + * Removed "Ask" option from lid and idle watchers. + * Ported a deprecated KWindowSystem method. + lxqt-powermanagement-1.3.0 / 2023-04-15 ======================================== * Updated translations and bumped the version. diff --git a/CMakeLists.txt b/CMakeLists.txt index c1acc232..07f95490 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O set(LXQTBT_MINIMUM_VERSION "0.13.0") 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(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)