Skip to content

Commit

Permalink
Release v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Mar 16, 2023
1 parent e30d2fe commit 08275f9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.29.0 - 2023-03-16

- [Updates LibrehardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/compare/58cef11...1131b4)
- Fix for Windows 11 22H2 (22621) incorrect total CPU load issue
- Fix ASUS X470-I incontrollable fans
- Added ASUS ROG Maximus Z690 Hero - SuperIO sensors
- Add Support IT8625E and X670E Valkyrie
- Add support for ASRock Z790 Taichi/Z790 Taichi Carrara
- Fix sensor asrock sensor detection
- Added ROG Maximus X Hero (Wifi AC) - Super IO sensors
- Added support for KrakenZ Devices
- Cleanup thread affinity and support > 64 threads.
- Read storage performance sensors without WMI
- Fix battery underflow
- Fix incorrect GPU temperature calculation
- Update client libraries:
- postgres client from 7.0.0 to 7.0.2
- influxdb client from 4.9.0 to 4.11.0

## 0.28.1 - 2022-12-11

- Revert update of prometheus client that was causing high CPU load
Expand Down
4 changes: 2 additions & 2 deletions OhmGraphite/OhmGraphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<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>28</Minor>
<Revision>1</Revision>
<Minor>29</Minor>
<Revision>0</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
<InformationalVersion>$(Major).$(Minor).$(Revision)</InformationalVersion>
Expand Down

0 comments on commit 08275f9

Please sign in to comment.