Skip to content

Commit

Permalink
Pre-release changes (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent 4ac80ec commit 66e1b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-powermanagement-1.2.0 / 2022-11-05
========================================
* Better tray icon descriptions.
* Consider the stable state of battery (neither charging nor discharging).
* Fixed the error message "QString::arg: Argument missing".

lxqt-powermanagement-1.1.0 / 2022-04-15
========================================
* Updated `README.md`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(LXQT_MINIMUM_VERSION "1.2.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 66e1b47

Please sign in to comment.