Skip to content

Commit 4be64a7

Browse files
authored
Pre-release changes (#384)
1 parent cf7b246 commit 4be64a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
lxqt-powermanagement-1.4.0 / 2023-11-05
2+
========================================
3+
* Override DPMS on enabling idleness watcher (to fix the problem of default DPMS timeouts being in conflict with lxqt-powermanagement).
4+
* Suspend screensaver when idle watcher is enabled (to prevent the screensaver timeout from kicking in and interfere with our daemon).
5+
* Removed "Ask" option from lid and idle watchers.
6+
* Ported a deprecated KWindowSystem method.
7+
18
lxqt-powermanagement-1.3.0 / 2023-04-15
29
========================================
310
* Updated translations and bumped the version.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717

1818
set(LXQTBT_MINIMUM_VERSION "0.13.0")
1919
set(KF5_MINIMUM_VERSION "5.101.0")
20-
set(LXQT_MINIMUM_VERSION "1.3.0")
20+
set(LXQT_MINIMUM_VERSION "1.4.0")
2121
set(QT_MINIMUM_VERSION "5.15.0")
2222

2323
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)