Skip to content

Commit fb18a89

Browse files
committed
Release 0.38.0
1 parent 0d27366 commit fb18a89

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.38.0 - 2026-06-03
2+
3+
- Add environment variable expansion support in configuration
4+
- LibreHardwareMonitorLib has been updated to latest:
5+
- Added support for Intel Panther Lake and Arrow Lake-U CPUs (including a Panther Lake voltage fix).
6+
- Corrected temperature offset calculations for newer Zen (Ryzen) processors.
7+
- Added motherboard support for MSI B860 (NCT6687D-R) and ASRock B550M Pro4.
8+
- Added sensor support for older Intel Framework laptops.
9+
- NVIDIA GPUs now recover gracefully when the GPU driver restarts.
10+
- NVIDIA GPU load index 3 is now reserved for GPU Memory and the remaining GPU loads have been remapped, so NVIDIA GPU load sensor names/order may change.
11+
- Fixed NVMe temperature sensors and improved storage and SMART detection (storage backend upgraded to DiskInfoToolkit 2.x).
12+
- Fixed long delays when reporting mechanical (HDD) read/write speeds.
13+
- Fixed crashes from an X570 null reference and from an unhandled network interface exception during sensor updates.
14+
- Fixed a potential freeze and added support for newer device firmware.
15+
116
## 0.37.0 - 2026-03-10
217

318
LibreHardareMonitor has been bumped to the latest version:

OhmGraphite/OhmGraphite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Description>Extract hardware sensor data and exports it to a given host and port in a graphite compatible format</Description>
1111
<Copyright>Nick Babcock</Copyright>
1212
<Major>0</Major>
13-
<Minor>37</Minor>
13+
<Minor>38</Minor>
1414
<Revision>0</Revision>
1515
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
1616
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>

0 commit comments

Comments
 (0)