Skip to content

Commit

Permalink
Pre-release changes (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent cf7b246 commit 4be64a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4be64a7

Please sign in to comment.