Skip to content

Commit

Permalink
Bump to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed May 8, 2021
1 parent ff8780f commit 38ffbf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.18.0 - 2021-05-08

A purposively small release to test the new distribution. OhmGraphite is now
packaged as a single executable that does not depend on the system's .NET
framework. This should allow more users to access OhmGraphite, but I'm not sure
I've tracked all the downsides. One of the major downsides is that the
executable size has increased from 3MB to 30MB.

- Bump LibreHardwareMonitor to latest
- Intel Gen11 Rocket Lake Support
- Enable reporting SoC voltage for Zen+ APUs
- Fix AMD Overdrive5 detection

## 0.17.0 - 2021-03-22

- Allow configuration file parameter when run interactively
Expand Down
2 changes: 1 addition & 1 deletion OhmGraphite/OhmGraphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Description>Extract hardware sensor data and exports it to a given host and port in a graphite compatible format</Description>
<Copyright>Nick Babcock</Copyright>
<Major>0</Major>
<Minor>17</Minor>
<Minor>18</Minor>
<Revision>0</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
Expand Down

0 comments on commit 38ffbf7

Please sign in to comment.