OpenHardwareMonitor.csproj
2012-07-25 Added a new icon for RAM hardware.
2012-07-24 Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems.
2012-07-18 Changed the system tray icon font scaling to adapt to the size of the tray icon in pixels, because on Windows 7 the tray icon scales with the system font size, while on Windows XP the tray icons are always 16 pixels large.
2012-07-14 Fixed Issue 269.
2012-07-08 Added support for SSDs with a controller from Micron.
2012-05-27 Added the remote web enhancement developed by Prince Samuel.
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2012-02-14 Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware).
2011-12-31 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-07-27 Added support for Intel CPU power sensors (package and cores).
2011-05-22 Added an option to show the plot in a separate window or on the right of the tree-view.
2010-10-17 Renamed folder from Wmi to WMI also in the project file.
2010-10-16 More refactoring.
2010-10-16 Added license to the WMI stuff and refactored a few things a little.
2010-10-16 Added a WMI provider, documentation to follow.
2010-10-07 Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
2010-10-02 Removed unused assemblies.
2010-10-02 Replaced HttpUtility.UrlEncode with Uri.EscapeDataString and deleted the reference to the System.Web assembly. The System.Web assembly seems to be missing on some .NET 4.0 installations (and the overhead of using it is a bit large, just for the UrlEncode method).
2010-09-18 Fixed Issue 112.
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-07-27 Refactoring and fine tuning for Linux GUI.
2010-07-24 Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
2010-07-18 Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
2010-07-04 Fixed Issue 82.
2010-07-04 Fixed Issue 66.
2010-06-12 Fixed Issue 73.
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-25 Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case.
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-20 Fixed Issue 10.
2010-05-15 Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
2010-05-14 Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
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-04-24 Implemented APIC based CPU enumeration (Issue 41).
2010-04-05 Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
2010-04-02 Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-03-27 Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
2010-03-26 Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
2010-02-27 Added sub-hardware support and basic enumeration for mainboards.
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 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 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
2010-02-12 First system tray sensor monitor support.
2010-02-08 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 Added initial support for W83627HF. Some refactoring for IHardware classes.
2010-02-07 Changed ATI GPU device enumeration.
2010-02-07 Refactoring: New class Computer manages all the hardware and creates events.
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.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
2010-02-01 Added support for Fintek F71862, F71869, F71889.
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 Added additional checks to SMBIOS parsing. New class HexStringArray is for debugging with report data.
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-26 Initial commit.