Skip to content

Commit 6be6ef0

Browse files
authored
Prerelease changes (#315)
* Prerelease changes * A small correction
1 parent d94f5c5 commit 6be6ef0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
lxqt-powermanagement-1.1.0 / 2022-04-15
2+
========================================
3+
* Updated `README.md`.
4+
* Removed unused xml namespaces from IconProducer.
5+
* Add percentage to generated icon in IconProducer.
6+
* Remove unneeded computation from IconProducer.
7+
* Added info on remaining time to full charge to the tray icon tooltip.
8+
* Added three tray icons, with the charge percentage inside them. Now, the built-in tray icon can be circular or shaped like a battery.
9+
* Prevented high memory usage by tray icon.
10+
111
lxqt-powermanagement-1.0.0 / 2021-11-04
212
========================================
313
* Bumped minimum required Qt version to 5.15.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "1.0.0")
19+
set(LXQT_MINIMUM_VERSION "1.1.0")
2020
set(QT_MINIMUM_VERSION "5.15.0")
2121

2222
find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)