1
0
Эх сурвалжийг харах

Update version and release notes

Nick Babcock 3 жил өмнө
parent
commit
6f857457ef

+ 20 - 0
CHANGELOG.md

@@ -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:

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -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>