Pārlūkot izejas kodu

Bump to v0.18.0

Nick Babcock 4 gadi atpakaļ
vecāks
revīzija
38ffbf7cfa
2 mainītis faili ar 14 papildinājumiem un 1 dzēšanām
  1. 13 0
      CHANGELOG.md
  2. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 13 - 0
CHANGELOG.md

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

+ 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>17</Minor>
+    <Minor>18</Minor>
     <Revision>0</Revision>
     <AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
     <AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>