diff --git a/CHANGELOG b/CHANGELOG index 331a0aa8..9edaa53c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +lxqt-powermanagement-1.1.0 / 2022-04-15 +======================================== + * Updated `README.md`. + * Removed unused xml namespaces from IconProducer. + * Add percentage to generated icon in IconProducer. + * Remove unneeded computation from IconProducer. + * Added info on remaining time to full charge to the tray icon tooltip. + * Added three tray icons, with the charge percentage inside them. Now, the built-in tray icon can be circular or shaped like a battery. + * Prevented high memory usage by tray icon. + lxqt-powermanagement-1.0.0 / 2021-11-04 ======================================== * Bumped minimum required Qt version to 5.15. diff --git a/CMakeLists.txt b/CMakeLists.txt index 9891b554..088dca5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.0.0") +set(LXQT_MINIMUM_VERSION "1.1.0") set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)