Releases: nickbabcock/OhmGraphite
v0.3.0 - May 14th 2018
- Update LibreHardwareMonitor to 3460ec
- Support for NCT6792D (X99)
- Add opt-in to Graphite tag support
- Add InfluxDB support
This release is backwards compatible. For those interested in Graphite tags -- they are not backwards compatible! While tagged metrics will have the same name as pre-tagged OhmGraphite metrics, Graphite will treat them separately. So one can either merge these metrics or start over.
v0.2.1 - May 3rd 2018
Bugfix for users where their computer culture doesn't use a period .
as the decimal separator resulting in warnings and no data being stored.
v0.2.0 - April 2nd 2018
Huge shout out to @jonasbleyl who discovered a whole swath of hardware metrics that can be reported!
- Report sub-hardware sensors. For those missing motherboard temperatures, fan controllers, and voltage metrics -- those should now be reported.
- Change logging of sensors without a value from warning to debug as fan controllers often don't have a value and we want to prevent log spam.
v0.1.3 - March 7th 2018
From now on, OhmGraphite will be distributed as a single executable with application + logging configuration files. This should make it easier to upgrade if dependencies ever change (as everything is packaged inside the executable). For current users of OhmGraphite, this doesn't bring any additional goodies, just additional diagnostics when running OhmGraphite in DEBUG mode.
v0.1.2 - February 6th 2018
- Update LibreHardwareMonitor to 22bd00c
- Z270 PC MATE support
- Add support for Coffee Lake
- Add support for Fintek F71878AD
v0.1.1 - December 12th 2017
- Update LibreHardwareMonitor to 60e16046
- Adds support for PRIME X370-PRO mobo
- Additional metrics for Ryzen 7, Threadripper, and EPYC CPUs
v0.1.0 - November 1st 2017
- Initial public release