- Fixed Issue 59. 2010-05-15, by moel.mich
- Added a user interface to configure certain sensors as hidden. This fixed Issue 53. 2010-05-14, by moel.mich
- Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree. 2010-05-09, by moel.mich
- Added an Identifier class for IHardware, ISensor and IParameter Identifier properties. 2010-05-06, by moel.mich
- Fixed Issue 52. 2010-05-04, by moel.mich
- Fixed the "System.ComponentModel.Win32Exception: An error occurred in sending the command to the application" error in the about-box link code. 2010-05-01, by moel.mich
- Added a check if all required files are available at startup. Improved the crash reporting. 2010-05-01, by moel.mich
- Fixed an overflow problem with the log function in the CPUID constructor. 2010-04-30, by moel.mich
- Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException). 2010-04-28, by moel.mich
- Added support for F71889ED super I/O chips. 2010-04-27, by moel.mich
- Another small fix of the coreId calculation for multi-CPU systems. 2010-04-27, by moel.mich
- Fixed a few more crash causing bugs. 2010-04-26, by moel.mich
- Added a processorIndex to CPU classes for multi CPU support. 2010-04-26, by moel.mich
- Fixed the CPULoad implementation for multi CPU systems. 2010-04-26, by moel.mich
- Improved the stability of the crash reporting system. 2010-04-25, by moel.mich
- Fixed Issue 43. 2010-04-25, by moel.mich
- Fixed a NullReferenceException in HDD.Update. 2010-04-25, by moel.mich
- Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems. 2010-04-25, by moel.mich
- Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException. 2010-04-25, by moel.mich
- Added basic support for ITE IT8712F super I/O chips. 2010-04-24, by moel.mich
- Added revision 0x41 for Winbond W83627HF chips (cf Issue 44). 2010-04-24, by moel.mich
- Fixed Issue 39. 2010-04-24, by moel.mich
- Implemented APIC based CPU enumeration (Issue 41). 2010-04-24, by moel.mich
- Fixed Issue 25. 2010-04-05, by moel.mich
- Fixed Issue 24. 2010-04-05, by moel.mich
- 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-05, by moel.mich
- Fixed Issue 26. Added a dialog to automatically send a crash report. 2010-04-02, by moel.mich
- Fixed Issue 9. 2010-03-27, by moel.mich
- Fixed Issue 20. 2010-03-27, by moel.mich
- 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-27, by moel.mich
- 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-03-26, by moel.mich
- Fixed Issue 21. 2010-03-22, by moel.mich
- Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0). 2010-03-10, by moel.mich