- Corrected links in README.
- Extended battery-stats-collector to handle Purism Librem-13 (ADP1).
- Adjusted udev rules to really trigger on power changes.
- Adjusted battery-graph.in to avoid syntax error when no discharging is logged yet.
- Disable rate calculations in battery-graph when there is no data yet.
- Make sure battery-stats-collector do not fail when no battery is present, allowing hibernation to happen.
- Fix typos breaking battery-graph.
- Get battery-stats-graph working when selected from the desktop file.
- Fixed some typos in the documentation.
- Added keywords to desktop files.
- Stopped installing non-working battery-stats-graph-gnuplot until it is fixed or we decide to drop it.
- Adjusted battery-log to report log files sorted on file timestamp.
- Made battery-stats-collector able to handle more types of hardware where AC is named ACAD.
- Added linear fit and colors to output from battery-graph script.
- Extended battery-stats-collector to handle batteries with charge_* instead of energy_* values.
- Changed battery-stats-graph to read from /var/log/battery-stats.csv* instead of stdin by default.
- Changed battery-stats-graph to handle files less fields than currently is currently collected by collect-csv.
- Changed battery-stats-graph-flow to graph using lines instead of dots to make the flow information easier to see.
- Changed collect-csv to handle BAT* symlinks in /sys/class/power_supply/.
- Added udev rule to call collector when power status changes.
- Fixed battery-stats-graph-flow to work with new file name and format.
- Fixed typo in desktop file blocking the entry from showing the graph.
- Changed collection frequence for original collector from 30 seconds to 10 minutes, and call collector when power and suspend status change instead.
- Added scripts to collect more battery statistics as a CSV file on power related events (like AC power connect/disconnect and into/out of sleep and hibernation).
- New desktop file to graph CSV file using the python script battery-stats-graph.
- New developer.
- Collector rewritten as shell script, losing some features along the way.
- Use CMake buildsystem, and other code base cleanups
- Make Gnuplot syntax used in graph-setup compatible with gnuplot-4.6
- Fix missing 'I' option in help output
- Make it possible to write to stdout instead just /var/log/...
- Convert all source files to UTF-8
- Improve --help output a lot
- New upstream release that integrates a patch to specify the battery number (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535815)
- Debian release
- Merged ACPI support from debian/patches
- initial patch author: Michael Bunk [email protected]
- patch adapted to support autotools by Antonio Radici [email protected]
- Created a ./configure script using autotools to support the optional ACPI patch
- New gnuplot syntax supported, taken from debian/patches
- Corrected some manpages formatting error, taken from debian/patches
- New maintaner: Antonio Radici [email protected]
- Added an icon, gnome-ccperiph.png, it's taken from the debian package gnome-desktop-data, the icon is licensed with the GPL-2 and it's copyrighted by the GNOME group
- Converted part of the CVS changelog into this. The debian/changelog is exclusively for use by debian-specific changes from now on.
- battery-log: Added (a slightly modified version of) patch from David Z Maze (debian bug #185623).
- battery-stats-collector.c:myversion : oops: This still thought it was version 0.2. It's now version 0.3.3...
- debian/: README, changelog, control, copyright, init.d, logrotate, menu, rules: Removed debian-specific files from trunc. They now belong on the debian_version_xxx branches
- debian/control: Slight paraphrasing in Note:
- debian/changelog, debian/control: Bumped Standards-Version: to 3.5.6.1
- debian/README: No more mention of splitting into multiple packages - this is already mentioned in ../README
- README: Slightly more verbose now
- README: Bumped version number to 0.3.2
- debian/README: Now available on non-i386 too.
- debian/: changelog, menu: Menu entry is now immune to log rotation
- debian/changelog: No longer a debian-native package
- See debian/changelog for prehistoric change history.