2012-01-08 moel.mich Updated year to 2012 in properties and about box.
2012-01-02 moel.mich Further restricted the identification for Indilinx SSDs to prevent Maxtor HDDs to be identified as Indilinx SSD.
2012-01-02 moel.mich Small corrections for AMD family 15h CPUs (based on documentation).
2012-01-02 moel.mich Added SMART support for Samsung SSDs.
2012-01-01 moel.mich Added code to save and restore the plot sensor selection.
2012-01-01 moel.mich Added a context menu to the plot which allows the user to configure the time window for plotting.
2012-01-01 moel.mich Added the hard drive firmware version to the report. This could be important if the SMART attribute layout changes with firmware versions on some drives.
2011-12-31 moel.mich Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
2011-08-31 moel.mich Added first experimental support for fan control on the NCT677X super I/O chips.
2011-08-29 moel.mich Fixed issue 268.
2011-08-11 moel.mich Added additional Intel Sandy Bridge CPU power sensors.
2011-08-06 moel.mich Added Added a mainboard specific configuration for the Shuttle SH67Hx barebones. Added the SMBIOS system information to the report.
2011-08-02 moel.mich Added initial support for the ITE IT8772E super I/O chip.
2011-07-28 moel.mich Fixed the power sensor display in the desktop gadget.
2011-07-27 moel.mich Added support for Intel CPU power sensors (package and cores).
2011-07-25 moel.mich Buffered the gadget background drawing in order to improve drawing performance.
2011-07-24 moel.mich Fixed the Intel CPU package temperature sensor MSR.
2011-07-24 moel.mich Replaced the more expensive calls to DateTime.Now with DateTime.UtcNow.
2011-07-24 moel.mich Improved the CPU load sensors. The values displayed for the load per core and the total load should now be more accurate.
2011-07-24 moel.mich Added a mainboard specific configuration for the ASUS P8P67 mainboard.
2011-07-24 moel.mich Added a mainboard specific configuration for the ASUS P8P67 EVO mainboard.
2011-07-18 moel.mich Improved the mainboard specific configuration for the ASUS P8P67 PRO mainboard.
2011-07-07 moel.mich Added fan control for Nvidia GPUs based on a patch by Christian Valli?res.
2011-07-07 moel.mich 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-26 moel.mich Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard.
2011-06-26 moel.mich Added support for package level temperature sensors on new Intel Sandy Bridge CPUs.
2011-06-26 moel.mich Added a mainboard specific configuration for the Gigabyte Z68X-UD7-B3 mainboard.
2011-06-25 moel.mich Changed the maximum buffer size for double buffering of controls that isn't disposed after each draw call to the size of the screen. This should reduce the memory allocation and disposing on each sensor update. Also page faults are no longer increasing with this change.
2011-06-25 moel.mich Add a text (Open Hardware Monitor) to the main system tray icon to simplify identification.
2011-06-22 moel.mich Removed the bitmap.GetHbitmap call for every redraw of the gadget. This should reduce dynamic memory allocation and freeing and removes some of the page faults increasing.
2011-06-19 moel.mich Added initial support for AMD family 12h and 15h CPUs.
2011-06-19 moel.mich Fixed issue 241.