Skip to content

Releases: hexagon-oss/openhardwaremonitor

v1.0.3.0

24 Apr 09:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2.0...v1.0.3.0

v1.0.2.0

26 Feb 07:54
Compare
Choose a tag to compare

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

Full Changelog: 0.9.6...v1.0.2.0

v0.10.3-alpha1

04 Jul 10:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3-alpha1...v0.10.5-alpha1

Version 0.10.3-alpha1

21 Aug 07:35
Compare
Choose a tag to compare

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

20 Apr 11:13
Compare
Choose a tag to compare
  • 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

31 Jan 06:38
Compare
Choose a tag to compare

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

01 Dec 08:13
Compare
Choose a tag to compare
  • Added support for Intel Core AlderLake CPUs
  • Fixed another crash when recovering from sleep

OpenHardwareMonitor fork build - v0.9.7-alpha10

09 Nov 09:09
Compare
Choose a tag to compare

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

02 Jun 05:24
Compare
Choose a tag to compare

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)