OpenHardwareMonitor.csproj
Sun, 03 Feb 2013 18:01:50 +0100 Adding SoundGraphDisplay and SensorFrontView classes.
Sun, 11 Aug 2013 21:26:56 +0000 Added a first data logging implementation.
Sun, 09 Jun 2013 16:08:59 +0000 Added the new OxyPlot based plot implementation.
Wed, 25 Jul 2012 15:33:16 +0000 Added a new icon for RAM hardware.
Tue, 24 Jul 2012 16:04:30 +0000 Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems.
Wed, 18 Jul 2012 19:45:59 +0000 Changed the system tray icon font scaling to adapt to the size of the tray icon in pixels, because on Windows 7 the tray icon scales with the system font size, while on Windows XP the tray icons are always 16 pixels large.
Sat, 14 Jul 2012 19:24:04 +0000 Fixed Issue 269.
Sun, 08 Jul 2012 15:24:44 +0000 Added support for SSDs with a controller from Micron.
Sun, 27 May 2012 20:15:32 +0000 Added the remote web enhancement developed by Prince Samuel.
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Tue, 14 Feb 2012 23:07:55 +0000 Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware).
Sat, 31 Dec 2011 17:31:04 +0000 Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
Wed, 27 Jul 2011 18:27:16 +0000 Added support for Intel CPU power sensors (package and cores).
Sun, 22 May 2011 19:15:27 +0000 Added an option to show the plot in a separate window or on the right of the tree-view.
Sun, 17 Oct 2010 16:13:20 +0000 Renamed folder from Wmi to WMI also in the project file.
Sat, 16 Oct 2010 18:24:20 +0000 More refactoring.
Sat, 16 Oct 2010 14:15:41 +0000 Added license to the WMI stuff and refactored a few things a little.
Sat, 16 Oct 2010 13:29:06 +0000 Added a WMI provider, documentation to follow.
Thu, 07 Oct 2010 19:34:36 +0000 Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
Sat, 02 Oct 2010 20:03:59 +0000 Removed unused assemblies.
Sat, 02 Oct 2010 18:15:46 +0000 Replaced HttpUtility.UrlEncode with Uri.EscapeDataString and deleted the reference to the System.Web assembly. The System.Web assembly seems to be missing on some .NET 4.0 installations (and the overhead of using it is a bit large, just for the UrlEncode method).
Sat, 18 Sep 2010 16:56:52 +0000 Fixed Issue 112.
Mon, 06 Sep 2010 19:53:13 +0000 Added a desktop gadget implementation.
Thu, 12 Aug 2010 20:53:27 +0000 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Tue, 27 Jul 2010 18:38:11 +0000 Refactoring and fine tuning for Linux GUI.
Sat, 24 Jul 2010 20:15:49 +0000 Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
Sun, 18 Jul 2010 12:38:01 +0000 Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
Sun, 04 Jul 2010 12:49:16 +0000 Fixed Issue 82.
Sun, 04 Jul 2010 12:12:37 +0000 Fixed Issue 66.
Sat, 12 Jun 2010 12:15:00 +0000 Fixed Issue 73.
Sun, 06 Jun 2010 14:44:53 +0000 Added experimental lm-sensors super I/O support for Linux.
Sat, 05 Jun 2010 18:59:54 +0000 Fixed Issue 65.
Thu, 03 Jun 2010 22:40:18 +0000 Fixed Issue 63.
Tue, 25 May 2010 22:33:03 +0000 Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case.
Mon, 24 May 2010 15:27:46 +0000 Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations.
Thu, 20 May 2010 21:23:54 +0000 Fixed Issue 10.
Sat, 15 May 2010 14:16:00 +0000 Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
Fri, 14 May 2010 22:30:06 +0000 Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
Sun, 09 May 2010 16:22:13 +0000 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
Thu, 06 May 2010 19:20:38 +0000 Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
Sat, 24 Apr 2010 19:59:52 +0000 Implemented APIC based CPU enumeration (Issue 41).
Mon, 05 Apr 2010 15:31:19 +0000 Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
Fri, 02 Apr 2010 16:05:07 +0000 Fixed Issue 26. Added a dialog to automatically send a crash report.
Sat, 27 Mar 2010 12:57:09 +0000 Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
Fri, 26 Mar 2010 20:58:10 +0000 Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
Sat, 27 Feb 2010 20:08:13 +0000 Added sub-hardware support and basic enumeration for mainboards.
Sat, 27 Feb 2010 15:55:17 +0000 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
Mon, 22 Feb 2010 09:57:02 +0000 Fintek super I/O chips with base address 0x..5 are detected now as well. Set Pack = 1 for NVAPI struct interop (should fix GPU enumeration).
Sun, 21 Feb 2010 18:10:30 +0000 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
Fri, 12 Feb 2010 00:36:56 +0000 First system tray sensor monitor support.
Mon, 08 Feb 2010 20:18:25 +0000 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
Sun, 07 Feb 2010 19:53:51 +0000 Added initial support for W83627HF. Some refactoring for IHardware classes.
Sun, 07 Feb 2010 16:42:26 +0000 Changed ATI GPU device enumeration.
Sun, 07 Feb 2010 16:37:15 +0000 Refactoring: New class Computer manages all the hardware and creates events.
Thu, 04 Feb 2010 21:19:27 +0000 Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).
Wed, 03 Feb 2010 20:35:10 +0000 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
Mon, 01 Feb 2010 20:16:26 +0000 Added support for Fintek F71862, F71869, F71889.
Sun, 31 Jan 2010 20:57:18 +0000 Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
Fri, 29 Jan 2010 20:05:32 +0000 Added additional checks to SMBIOS parsing. New class HexStringArray is for debugging with report data.