Skip to content

Commit

Permalink
Bump csproj to 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Sep 14, 2024
1 parent 3cdc590 commit 6fb2e41
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.34.0 - 2024-09-14

*Breaking*: Some sensor names have been update:

- VBat -> CMOS Battery
- CPU SA -> CPU System Agent
- VTT -> CPU Voltage Termination
- 3VSB -> +3V Standby

Changes:

- Update LibreHardwareMonitor to latest
- 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
- Updated prometheus dashboard template to better support multi-gpu and AMD setups

## 0.33.0 - 2024-04-10

- Improve CPU/mem efficiency by avoiding tracking multiple values
Expand Down
2 changes: 1 addition & 1 deletion OhmGraphite/OhmGraphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>33</Minor>
<Minor>34</Minor>
<Revision>0</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
Expand Down

0 comments on commit 6fb2e41

Please sign in to comment.