Properties/AssemblyVersion.cs
2011-06-19 Added initial support for AMD family 12h and 15h CPUs.
2011-05-23 Added support for the Fintek F71889AD super I/O chip. Extended the identification list of mainboard manufacturers.
2011-05-19 Fixed Issue 222.
2011-05-18 Added a mainboard specific configuration for the Gigabyte H67A-UD3H-B3 mainboard and fixed a few issues in the about box.
2011-05-08 Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
2011-05-03 Added a mainboard specific configuration for the Gigabyte P67A-UD4-B3 mainboard.
2011-05-01 Added first experimental support for the IT8728F super I/O chip.
2011-04-30 Fixed Issue 199.
2011-04-23 Updated version info.
2011-04-16 A first correction for reading core and bus clocks on AMD family 14h CPUs.
2011-04-16 A small correction for AMD K8 (family 0Fh) core temperature reading, and fan reading on older revision of IT8712F chips. This should fix Issue 42 and Issue 194.
2011-04-16 Added initial support for AMD Fusion (family 14h) CPUs.
2011-04-15 Fixed Issue 111.
2011-04-10 Replaced the StreamReader based lm-sensors access with an implementation using the FileStream class in order to avoid buffering problems when seeking.
2011-04-09 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
2011-03-15 Fixed Issue 172.
2011-02-11 Added code to delete any kernel driver service that can't be opened before reinstalling it.
2011-02-08 Added some error reporting to the Ring0 driver loading code.
2011-01-30 Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
2011-01-27 Added support for AMD family 11h CPUs.
2011-01-22 Fixed the Intel Sandy Bridge CPU core clock calculation.
2010-11-16 Improved the moving and resizing of the gadget on multi-monitor systems. Fixed one problem where the underlying gadget window size would be reduced unrequested. Fine tuned the progress bar size in the gadget.
2010-10-17 Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
2010-10-10 Reading the timeStampCounterMultiplier right at the beginning when the time stamp counter is estimated instead of reading it at each update. Refactored the IntelCPU code a bit.
2010-10-02 Removed unused assemblies.
2010-10-02 Reverted the SMART temperature attribute search strategy to the one used previously. Fixed a few minor details in the HDDGroup class.
2010-10-01 Fixed the initialization of the TSC estimating code.
2010-09-30 Improved the implementation for the AMD 10h family CPU clock speeds.
2010-09-24 Added support for more than one Heatmaster fan controller.
2010-09-22 A first (experimental) implementation for the AMD 10h family CPU clock speeds.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-18 Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx
2010-09-13 Added a configurable font size and window width to the gadget.
2010-09-07 Improved the gadget formatting and added an option to remove the hardware names in the gadget.
2010-09-07 Added a mainboard specific configuration for the ECS A890GXM-A.
2010-09-06 Added a desktop gadget implementation.
2010-08-24 Search all possible registry locations for the Heatmaster serial port.
2010-08-24 Added another registry path for getting the Heatmaster serial port.
2010-08-23 Fixed a few problems with the Heatmaster.
2010-08-22 Added a first implementation for the Heatmaster fan controller.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.