Properties/AssemblyInfo.cs
2010-03-02 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.
2010-03-01 Added support for Winbond W83687THF and improved report output for LPC detection.
2010-02-28 The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.
2010-02-27 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
2010-02-22 NVAPI interop struct packing improved.
2010-02-22 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).
2010-02-21 Corrected version info.
2010-02-21 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
2010-02-20 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.
2010-02-19 Added support for Winbond W83627THF super I/O chip.
2010-02-19 Added additional register banks to report output for Winbond chips.
2010-02-18 Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
2010-02-17 Added additional SMART temperature attributes.
2010-02-16 Restored CTSHolding check and added more report output for T-Balancer enumeration.
2010-02-15 Added core clock and bus speed support for Intel Core i5, i7 CPUs.
2010-02-14 Allow all protocols 2X for T-Balancer.
2010-02-14 Added core and bus clock support for Intel CPUs (Core 2).
2010-02-12 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.
2010-02-12 Changed the T-Balancer detection and added more report details.
2010-02-12 First system tray sensor monitor support.
2010-02-11 A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported).
2010-02-09 Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration.
2010-02-08 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 Release version 0.1.15. Added protocol 0x2C for T-Balancer.
2010-02-07 Added initial support for W83627HF. Some refactoring for IHardware classes.
2010-02-04 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).
2010-02-03 Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor).
2010-02-03 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
2010-02-02 Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function.
2010-02-01 Release version 0.1.9. Fixed ATI GPU id check.
2010-02-01 Release version 0.1.8. Added support for W83627DHG-P super i/o chips.
2010-02-01 Release version 0.1.7. Improved report writer.
2010-01-31 Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
2010-01-31 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).
2010-01-29 Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations.
2010-01-29 Release version 0.1.3.1. Added a a bit more info to ADL reports.
2010-01-29 Release 0.1.3.
2010-01-28 Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration.
2010-01-28 Fixed 5th fan channel for IT87 chips. Added ADL status code to report.
2010-01-27 Release version 0.1.1
2010-01-26 Initial commit.