Skip to content

Commit

Permalink
Update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Dec 15, 2021
1 parent a7f2095 commit 6f85745
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.23.0 - 2021-12-15

The OhmGraphite download size is double the previous version but the disk size
after extraction is approximately the same. OhmGraphite has been upgraded to
NET 6.0, which shouldn't be user visible; however, changes in executable
trimming forced a migration to a new way to bundle OhmGraphite in order to keep
a reasonable executable size. This should all be transparent to the user, but
this was brought up in case issues are seen with this new version (ie: startup
performance may have worsened so I appreciate any reports about this).

For LibreHardwareMonitor, the headlining change is that Alder Lake and Jasper
Lake are better supported. The other changes are [mostly
minor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/compare/1701eb9...d3a38bf)

Addtionally, a CLI flag was added for OhmGraphite to return its version:

```ps
.\OhmGraphite.exe run --version
```

## 0.22.0 - 2021-10-29

Add configuration to disable polling of hardware:
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>22</Minor>
<Minor>23</Minor>
<Revision>0</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
Expand Down

0 comments on commit 6f85745

Please sign in to comment.