Releases: hexagon-oss/openhardwaremonitor
Releases · hexagon-oss/openhardwaremonitor
v1.0.3.0
What's Changed
- Update IntelCPU.cs by @ssjrocks in #75
- fix blurry text on hi-dpi screens __
- fix gui freezing by @blackholeearth in #76
New Contributors
- @ssjrocks made their first contribution in #75
- @blackholeearth made their first contribution in #76
Full Changelog: v1.0.2.0...v1.0.3.0
v1.0.2.0
This is a major new release. Most important changes:
- Runs with .NET 8.0 (the runtime is not included in the installer)
- Support for a few new CPU types
What's Changed
- Network & Disk performance extended by @pgrawehr in #1
- Context menu to display the axis labels. by @Cereal-Killa in #5
- Clean up build structure by @pgrawehr in #7
- Command line support by @pgrawehr in #8
- Add logging for hidden errors and fix issue with missing disks by @pgrawehr in #11
- HD Temperatures can be negative by @pgrawehr in #13
- Set version to 0.97-alpha06 by @pgrawehr in #14
- Abort in case interface not available by @pgrawehr in #16
- Fix a crash after waking up from sleep by @pgrawehr in #18
- Iterator fix by @pgrawehr in #19
- HttpServer: only stop a running server by @frutiger in #20
- MainForm: persist splitContainer SplitterDistance by @frutiger in #21
- Upgraded to .NET 5.0 and add REST API instead of unreliable WMI for external monitoring by @pgrawehr in #23
- Improve installation experience, allow to configure autostart by providing command line arguments by @pgrawehr in #25
- Add extended system memory usage information by @pgrawehr in #26
- Make sure old installations are properly removed, avoid json parser error by @pgrawehr in #27
- Fixed multi-GPU NVIDIA memory reporting, fixed null ref in NVMeGeneric by @msawyer91 in #28
- FCMS 8629 Limited openhardwaremonitor to a single instance, maximizes when minimized / in iconbar by @derrichter1997 in #31
- Fix display of Gadget context menu by @pgrawehr in #34
- 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
- TaskScheduler tweaks by @easymoney322 in #50
- New ID for Intel N100 by @pgrawehr in #52
- Improve logging for cases where web server was not active after installation by @pgrawehr in #53
- Add separate "basic" configuration for manually changed items by @lukas-vonblon in #59
- Append log to installer script by @pgrawehr in #60
- Net update and additional CPU support by @pgrawehr in #70
- Add favicon link in index.html by @cyrosy in #74
New Contributors
- @pgrawehr made their first contribution in #1
- @Cereal-Killa made their first contribution in #5
- @frutiger made their first contribution in #20
- @msawyer91 made their first contribution in #28
- @derrichter1997 made their first contribution in #31
- @gym404 made their first contribution in #40
- @easymoney322 made their first contribution in #50
- @lukas-vonblon made their first contribution in #59
- @cyrosy made their first contribution in #74
Full Changelog: 0.9.6...v1.0.2.0
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)