Skip to content

Commit

Permalink
Prerelease changes (#315)
Browse files Browse the repository at this point in the history
* Prerelease changes

* A small correction
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent d94f5c5 commit 6be6ef0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
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.0.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 6be6ef0

Please sign in to comment.