- Cleaned the macros up a bit. 2010-10-04, by paulwerelds
- Fixed the context menu positioning as well, following the previous fix to multimonitor setups. 2010-10-04, by paulwerelds
- Fixed an issue where the gadget would not be movable on an extra monitor positioned to the left of the primary monitor. 2010-10-04, by paulwerelds
- Removed unused assemblies. 2010-10-02, by moel.mich
- 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-10-02, by moel.mich
- Reverted the SMART temperature attribute search strategy to the one used previously. Fixed a few minor details in the HDDGroup class. 2010-10-02, by moel.mich
- Added a S.M.A.R.T dump for all drives, regardless of temperature presence so that we can start debugging SSD's and such. 2010-10-02, by paulwerelds
- 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