Releases: hexagon-oss/openhardwaremonitor
Releases · hexagon-oss/openhardwaremonitor
v0.10.3-alpha1
What's Changed
- Hopefully fix hang during installation
- Update IntelCPU.cs by @gym404 in #40
- Ensure performance counters are enabled by @pgrawehr in #41
- Intel Gen13 support by @pgrawehr in #47
- Add treeview sources directly by @pgrawehr in #44
New Contributors
Full Changelog: v0.10.3-alpha1...v0.10.5-alpha1
Version 0.10.3-alpha1
This release fixes the right-click context menu of the gadget window.
The "Show gadget window topmost" option has been moved to the main "Options" menu, because it cannot otherwise be used if the gadget window is invisible.
Version 0.10.2-alpha1
- Fixed multi-GPU NVIDIA memory reporting, fixed null ref in NVMeGeneric (thanks @msawyer91)
- Launching a second instance will now bring up the already running insteance instead. This is for support on Windows Server Core, where no task bar is available. (thanks @derrichter1997)
The installer does not include the .NET runtime. To run, please download the .NET desktop runtime version 6.0 from https://aka.ms/dotnet-download
v0.10.0-alpha1
Mayor update:
- The application is now built against .NET 5.0, to be more future-proof (thanks @Ttxman for the help)
- Instead of a zip file, the download is now a self-extracting installer
- A new REST-Api has been added to the web server, to remotely access all sensors in a computer-readable way. The client library in https://github.com/dotnet/iot (Nuget package
Iot.Device.Bindings
) will be updated accordingly. - The old WMI interface has been deprecated and is no longer available (it was found to be unreliable).
- Improved auto-start capabilities
Minor improvements/Bug fixes:
- The clickable links in some dialogs didn't work
- The gadget view was by default hidden behind all other windows. Now there's an option to show it on top.
- Fixed an internal exception stopping the web server (thanks @frutiger)
- Fixed a bug loosing the last position of some UI controls
- Fixed some crashes when the computer was recovering from sleep state
Release 0.9.7-alpha11
- Added support for Intel Core AlderLake CPUs
- Fixed another crash when recovering from sleep
OpenHardwareMonitor fork build - v0.9.7-alpha10
This release includes several bugfixes and minor improvements:
- Allow selecting different configuration options from the command line. This allows for instance always starting in minimized mode, regardless of the current configuration setting
- Adds logging to better analyze errors or unrecognized devices (The log files are named OHM* and sit in the user's temp directory)
- Add some additional attributes for SSD drives
- Improve behavior when certain SSD or NVMe specific interfaces are not available
- Fix a regression that broke the context menu for the plot diagram
- Fix display of negative harddisk temperatures
OpenHardwareMonitor fork build - v0.9.7-alpha01
Includes a few fixes and improvements compared to the last official release:
- Include network interface (backported from LibreHardwareMonitor)
- Fix an interface incompatibility issue that caused OHM to crash on certain Win10 systems with FTDI USB-to-Serial adapters
- Added disk throughput data
- Added a few addtional SMART parameters
- Fixed NVMe support (Merged branch from @lprocx)
- Added Console tool (Merged branch from @jochenwetzel)