Skip to content

v0.3.2

Latest
Compare
Choose a tag to compare
@David00 David00 released this 24 Sep 01:38

This release includes several small improvements and fixes, plugins, and a snazzy new 3D printable case!

All users currently running a v0.3.x version are recommended update to this version. Updating while on v0.3.0 involves the following git operations:

cd ~/rpi_power_monitor
sed -i 's|+refs/tags/v0.3.*:refs/tags/v0.3.*|+refs/heads/*:refs/remotes/origin/*|g' .git/config
git fetch
git checkout v0.3.2

sudo systemctl restart power-monitor.service

Also note: If you are using the configuration setting watts_cutoff_threshold, please update your config file with the new amps_cutoff_threshold. See the docs for more details. The watts_cutoff_threshold will inadvertently cause valid amperage measurements to be discarded if the 9V AC transformer is removed or fails.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.2