Hardware/ATI/ATIGPU.cs
2011-05-14 Fixed the ATI GPU fan control. The settings now restore correctly to default settings (previously the "manual mode" was kept on some systems).
2011-04-30 Fixed Issue 199.
2011-04-15 Fixed Issue 111.
2011-01-20 Improved the saving and restoring of default fan control settings for ATI GPUs.
2011-01-20 Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-08 Fixed some Code Analysis warnings.
2010-09-06 Added a desktop gadget implementation.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-08-05 Added a fan control sensor for ATI GPUs.
2010-06-06 Fixed Issue 69.
2010-05-24 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.
2010-05-09 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
2010-05-06 Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
2010-03-10 Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0).
2010-02-07 Added initial support for W83627HF. Some refactoring for IHardware classes.
2010-02-03 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
2010-01-31 Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
2010-01-27 Changed ATI GPU enumeration.
2010-01-26 Initial commit.