- 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