Skip to content

Commit

Permalink
Bump librehardware monitor to latest
Browse files Browse the repository at this point in the history
- Improved support for AMD GPUs
- Add shared memory free/total for Intel iGPU
- Add support for platform energy counter for Intel CPUs
- Support for ASUS Z790-E GAMING WIFI
- Support for ROG MAXIMUS Z690 HERO
- Support for Asrock H61M-DGS
- Fix memory size calculation with extended size
- Fix signedness of LPC/EC sensor readings
- Add Aquastream Ultimate support
- Add NZXT kraken X
- Add 16th voltage input for NCT67xxD chips
- Fix incorrect fan and temp readings on IT8655E
- Fix AccessViolationException crash for AMD Radeon RAMDisk
- Add Aqua Computer high flow NEXT support

Sensor name updates:

- VBat -> CMOS Battery
- CPU SA -> CPU System Agent
- VTT -> CPU Voltage Termination
- 3VSB -> +3V Standby
  • Loading branch information
nickbabcock committed Sep 10, 2024
1 parent 769535c commit 160de0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OhmGraphite/OhmGraphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre277" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre339" />
<PackageReference Include="InfluxDB.Client" Version="4.15.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
Expand Down

0 comments on commit 160de0e

Please sign in to comment.