- Fixed the initialization of the TSC estimating code. 2010-10-01, by moel.mich
- Fixed some problems when compiling in Mono and running on Linux. 2010-09-30, by moel.mich
- Improved the implementation for the AMD 10h family CPU clock speeds. 2010-09-30, by moel.mich
- Fixed a problem where the ADL Main_Memory_Alloc callback delegate could be garbage collected while still in use. 2010-09-27, by moel.mich
- Added support for more than one Heatmaster fan controller. 2010-09-24, by moel.mich
- Added an option to minimize on close. 2010-09-23, by paulwerelds
- A first (experimental) implementation for the AMD 10h family CPU clock speeds. 2010-09-22, by moel.mich
- Rewritten the PCI access for AMD CPUs. 2010-09-22, by moel.mich
- Refactored some of the hardware monitoring code and fixed a few code inspection warnings. 2010-09-21, by moel.mich
- Fixed some silly mistakes 2010-09-21, by paulwerelds
- Added thermal and voltage/frequency MSRs for K8 CPUs, fixed chars-per-line limit 2010-09-21, by paulwerelds
- Added core and bus clock readings for AMD's K8 (0F) family of CPUs 2010-09-21, by paulwerelds
- Refactored the CPU classes and added a GenericCPU class. 2010-09-20, by moel.mich
- Changed the trimming in the treeView to StringTrimming.EllipsisCharacter. 2010-09-18, by moel.mich
- Fixed Issue 112. 2010-09-18, by moel.mich
- Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx 2010-09-18, by moel.mich
- Fixed an InvalidOperationException in OpenHardwareMonitor.GUI.SensorGadget.OnPaint caused by sensors with null as value. 2010-09-17, by moel.mich
- Added a check to verify the FTDI chip ID before opening the T-Balancer port. 2010-09-15, by moel.mich
- Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry. 2010-09-14, by moel.mich
- Fixed some hardware sorting issue in the gadget. Hardware with the same type and name would be added to the same section. 2010-09-13, by moel.mich
- Added a configurable font size and window width to the gadget. 2010-09-13, by moel.mich
- Fixed some Code Analysis warnings. 2010-09-08, by moel.mich
- Improved the gadget formatting and added an option to remove the hardware names in the gadget. 2010-09-07, by moel.mich
- Fixed the GadgetWindow AlwaysOnTop option (could be lost by tracking "Show Desktop" events even when AlwaysOnTop = true). 2010-09-07, by moel.mich
- Any OpenHardwareMonitorShowDesktopReferenceWindow (even from another process) will be good enough to detect "Show Desktop". This fixes the "Show Desktop" detection in a second instance of the Open Hardware Monitor. 2010-09-07, by moel.mich
- Fixed a few closure variables. The local variables used in the closure can not be shared between closures if their values should be different. 2010-09-07, by moel.mich
- Added a mainboard specific configuration for the ECS A890GXM-A. 2010-09-07, by moel.mich
- Added a desktop gadget implementation. 2010-09-06, by moel.mich
- Search all possible registry locations for the Heatmaster serial port. 2010-08-24, by moel.mich
- Fixed Issue 105 and Issue 106. 2010-08-24, by moel.mich
- Added another registry path for getting the Heatmaster serial port. 2010-08-24, by moel.mich
- Fixed a few problems with the Heatmaster. 2010-08-23, by moel.mich
- Added a first implementation for the Heatmaster fan controller. 2010-08-22, by moel.mich