upower 0.4.0 upower: ^0.4.0 copied to clipboard
Provides a client to connect to UPower - the service that does power management on Linux.
Changelog #
0.4.0 #
- Update to dbus 0.4.
- Change outputs from Iterable to List so can be easily indexed.
- Fix wrong text in UPowerDeviceStatisticsRecord.toString.
- Allow UPowerDeviceHistoryRecord and UPowerDeviceStatisticsRecord to be compared.
- Add regression tests.
0.2.0 #
- Make the DBusClient parameter optional.
0.1.0 #
- Initial release