Hardware/Mainboard/Mainboard.cs
2012-07-23 Added a RAM hardware and sensor, fixed Issue 115.
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2011-08-06 Added Added a mainboard specific configuration for the Shuttle SH67Hx barebones. Added the SMBIOS system information to the report.
2011-08-02 Added initial support for the ITE IT8772E super I/O chip.
2011-07-07 Added support for reading the TAMG ACPI table on Gigabyte mainboards. Fixed a small problem with HDD/SSD names (0 chars are trimmed now as well).
2011-06-19 Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value.
2011-04-30 Fixed Issue 199.
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-15 Fixed some Code Analysis warnings.
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-07-11 An attempt at adding a mainboard specific configuration for the ASUS P6X58D-E.
2010-06-27 A fist attempt at adding a mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
2010-06-08 Added a mainboard specific configuration for the Gigabyte GA-X58A-UD3R.
2010-06-07 Added (partial) SMBIOS support for Linux by reading from sysfs.
2010-06-06 Added experimental lm-sensors super I/O support for Linux.
2010-06-05 Fixed Issue 65.
2010-06-03 Fixed Issue 63.
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-08 Fixed Issue 11.
2010-03-01 Added support for Winbond W83687THF and improved report output for LPC detection.
2010-02-27 Added sub-hardware support and basic enumeration for mainboards.