Skip to content

Commit bda7240

Browse files
authored
Pre-release changes (#285)
1 parent f0dde7c commit bda7240

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-powermanagement-1.0.0 / 2021-11-04
2+
========================================
3+
* Bumped minimum required Qt version to 5.15.
4+
* Allow pausing of idleness checks from tray icon.
5+
16
lxqt-powermanagement-0.17.1 / 2021-04-22
27
========================================
38
* Fixed permanent stopping of idleness checks by a fullscreen window.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1616
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1717

1818
set(KF5_MINIMUM_VERSION "5.36.0")
19-
set(LXQT_MINIMUM_VERSION "0.17.0")
19+
set(LXQT_MINIMUM_VERSION "1.0.0")
2020
set(QT_MINIMUM_VERSION "5.15.0")
2121

2222
find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
@@ -31,7 +31,7 @@ find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_MINIMUM_VERSION} REQUIRED)
3131
message(STATUS "Building with Qt${Qt5Core_VERSION}")
3232

3333
# Patch Version
34-
set(LXQT_POWERMANAGEMENT_PATCH_VERSION 1)
34+
set(LXQT_POWERMANAGEMENT_PATCH_VERSION 0)
3535

3636
set(LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_POWERMANAGEMENT_PATCH_VERSION})
3737
add_definitions(

0 commit comments

Comments
 (0)