소스 검색

Bump to v0.35

Nick Babcock 1 개월 전
부모
커밋
adb1ea2f47
2개의 변경된 파일22개의 추가작업 그리고 1개의 파일을 삭제
  1. 21 0
      CHANGELOG.md
  2. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 21 - 0
CHANGELOG.md

@@ -1,3 +1,24 @@
+## 0.35.0 - 2025-03-29
+
+*Breaking*: hardware instance names have braces trimmed.
+
+`{DBC40827-A257-41FA-84F5-ACBB6A148017}` -> `DBC40827-A257-41FA-84F5-ACBB6A148017`
+
+Changes:
+
+- Update LibreHardwareMonitor to latest:
+  - Ryzen 9000 support
+  - Arrow lake support
+  - Elkhart lake support
+  - Sapphire rapids support
+  - Lunar lake support
+  - Ryzen 9000 Core Frequency Bugfix
+  - More precise system utilization
+  - Add support for kraken elite 2024
+  - Bunch of motherboard improvements
+- Update to .net 8 (should not be observable as OhmGraphite is distributed as a single file exe)
+- Minor dependency updates
+
 ## 0.34.0 - 2024-09-14
 
 *Breaking*: Some sensor names have been update:

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