OpenHardwareMonitor.csproj
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.
Thu, 28 Jan 2010 23:29:39 +0000 Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration.
Tue, 26 Jan 2010 22:37:48 +0000 Initial commit.