File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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+
111lxqt-powermanagement-1.0.0 / 2021-11-04
212========================================
313 * Bumped minimum required Qt version to 5.15.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1616option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
1717
1818set (KF5_MINIMUM_VERSION "5.36.0" )
19- set (LXQT_MINIMUM_VERSION "1.0 .0" )
19+ set (LXQT_MINIMUM_VERSION "1.1 .0" )
2020set (QT_MINIMUM_VERSION "5.15.0" )
2121
2222find_package (Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments