Properties/AssemblyInfo.cs
Sun, 09 Jun 2013 16:08:59 +0000 Added the new OxyPlot based plot implementation.
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Sun, 08 Jan 2012 18:47:56 +0000 Updated year to 2012 in properties and about box.
Sat, 23 Apr 2011 14:18:02 +0000 Updated version info.
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).
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, 11 Jul 2010 15:52:50 +0000 An attempt at adding a mainboard specific configuration for the ASUS P6X58D-E.
Sun, 04 Jul 2010 12:49:16 +0000 Fixed Issue 82.
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.
Tue, 18 May 2010 19:16:55 +0000 Fixed an EntryPointNotFoundException in the NVAPI wrapper:
Sat, 01 May 2010 15:55:19 +0000 Fixed the "System.ComponentModel.Win32Exception: An error occurred in sending the command to the application" error in the about-box link code.
Wed, 28 Apr 2010 06:55:45 +0000 Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
Tue, 27 Apr 2010 18:43:56 +0000 Added support for F71889ED super I/O chips.
Sun, 25 Apr 2010 19:05:15 +0000 Improved the stability of the crash reporting system.
Sun, 25 Apr 2010 12:03:43 +0000 Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException.
Mon, 05 Apr 2010 21:31:21 +0000 Fixed Issue 25.
Sat, 27 Mar 2010 19:55:09 +0000 Fixed Issue 9.
Tue, 09 Mar 2010 22:27:10 +0000 Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.
Mon, 08 Mar 2010 20:05:51 +0000 Fixed Issue 12.
Mon, 08 Mar 2010 19:42:42 +0000 Fixed Issue 11.
Tue, 02 Mar 2010 22:52:37 +0000 Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.
Mon, 01 Mar 2010 22:12:29 +0000 Added support for Winbond W83687THF and improved report output for LPC detection.
Sun, 28 Feb 2010 16:12:55 +0000 The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.
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 20:54:49 +0000 NVAPI interop struct packing improved.
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 21:41:22 +0000 Corrected version info.
Sun, 21 Feb 2010 18:10:30 +0000 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
Sat, 20 Feb 2010 19:51:10 +0000 Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors.
Fri, 19 Feb 2010 18:33:08 +0000 Added support for Winbond W83627THF super I/O chip.
Fri, 19 Feb 2010 14:08:56 +0000 Added additional register banks to report output for Winbond chips.
Thu, 18 Feb 2010 14:03:02 +0000 Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
Wed, 17 Feb 2010 18:48:27 +0000 Added additional SMART temperature attributes.
Tue, 16 Feb 2010 21:44:25 +0000 Restored CTSHolding check and added more report output for T-Balancer enumeration.
Mon, 15 Feb 2010 22:58:29 +0000 Added core clock and bus speed support for Intel Core i5, i7 CPUs.
Sun, 14 Feb 2010 21:09:08 +0000 Allow all protocols 2X for T-Balancer.
Sun, 14 Feb 2010 20:16:30 +0000 Added core and bus clock support for Intel CPUs (Core 2).
Fri, 12 Feb 2010 22:46:31 +0000 Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
Fri, 12 Feb 2010 08:17:51 +0000 Changed the T-Balancer detection and added more report details.
Fri, 12 Feb 2010 00:36:56 +0000 First system tray sensor monitor support.
Thu, 11 Feb 2010 13:22:17 +0000 A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported).
Tue, 09 Feb 2010 19:42:33 +0000 Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration.
Mon, 08 Feb 2010 20:18:25 +0000 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
Sun, 07 Feb 2010 20:59:13 +0000 Release version 0.1.15. Added protocol 0x2C for T-Balancer.
Sun, 07 Feb 2010 19:53:51 +0000 Added initial support for W83627HF. Some refactoring for IHardware classes.
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 22:02:58 +0000 Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor).
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.
Tue, 02 Feb 2010 21:58:54 +0000 Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function.
Mon, 01 Feb 2010 23:10:05 +0000 Release version 0.1.9. Fixed ATI GPU id check.
Mon, 01 Feb 2010 22:11:06 +0000 Release version 0.1.8. Added support for W83627DHG-P super i/o chips.
Mon, 01 Feb 2010 21:04:14 +0000 Release version 0.1.7. Improved report writer.
Sun, 31 Jan 2010 22:00:31 +0000 Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
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 21:58:31 +0000 Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations.
Fri, 29 Jan 2010 21:14:23 +0000 Release version 0.1.3.1. Added a a bit more info to ADL reports.
Fri, 29 Jan 2010 20:28:27 +0000 Release 0.1.3.
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.
Thu, 28 Jan 2010 19:31:10 +0000 Fixed 5th fan channel for IT87 chips. Added ADL status code to report.