- Added experimental lm-sensors super I/O support for Linux. 2010-06-06, by moel.mich
- Fixed Issue 69. 2010-06-06, by moel.mich
- Fixed Issue 65. 2010-06-05, by moel.mich
- Fixed Issue 23. 2010-06-05, by moel.mich
- Fixed Issue 68. 2010-06-05, by moel.mich
- Fixed Issue 63. 2010-06-03, by moel.mich
- Fixed Issue 64. 2010-05-29, by moel.mich
- 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-25, by moel.mich
- Added a workaround for the "You must keep the stream open for the lifetime of the Image." problem of the Image.FromStream method. This also reduced the overall memory usage (private working set). 2010-05-25, by moel.mich
- 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-24, by moel.mich
- A few bug fixes to avoid crashes on Linux systems. 2010-05-22, by moel.mich
- Attempt to fix an exception: 2010-05-22, by moel.mich
- Fixed an UnauthorizedAccessException in the StartupManager. The exception occurred when the application was running without administrator rights. A task for the current user could be created manually, but RegisterTaskDefinition somehow always throws an UnauthorizedAccessException. The current fix restricts the TaskScheduler startup method to accounts with administrator rights. 2010-05-21, by moel.mich
- Fixed Issue 10. 2010-05-20, by moel.mich
- Fixed an EntryPointNotFoundException in the NVAPI wrapper: 2010-05-18, by moel.mich
- Fixed Issue 60. 2010-05-18, by moel.mich
- Added information about software environment to the report. 2010-05-15, by moel.mich
- Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2. 2010-05-15, by moel.mich
- Fixed some font issues. 2010-05-15, by moel.mich
- Fixed the following Exception: 2010-05-15, by moel.mich
- Fixed the following NullReferenceException: 2010-05-15, by moel.mich
- Fixed Issue 55. 2010-05-15, by moel.mich
- Fixed Issue 57. 2010-05-15, by moel.mich
- 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
- Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used. 2010-03-09, by moel.mich
- Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read. 2010-03-09, by moel.mich
- Fixed Issue 12. 2010-03-08, by moel.mich
- Fixed Issue 11. 2010-03-08, by moel.mich
- Changed the T-Balancer fields for the actual PWM (percent) value of the channels from 156+ to 137+, because on some (older?) hardware the fields 156+ seem not to be updated. Fields 137+ have one bit less resolution, but it's what the Navigator uses as well (and used only if in PWM mode). 2010-03-07, by moel.mich
- Fixed a typo in the parameter form. 2010-03-07, by moel.mich
- Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier. 2010-03-06, by moel.mich
- Changed the system tray font. 2010-03-04, by moel.mich
- Small fix for the Form Handle creating patch. 2010-03-02, by moel.mich