upower 0.6.0 upower: ^0.6.0 copied to clipboard
Provides a client to connect to UPower - the service that does power management on Linux.
Changelog #
0.6.0 #
- Update to dbus 0.6.
0.5.0 #
- Add keyboard backlight support.
- Update to dbus 0.5.
- Rename test file so can just run 'dart test'.
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