- Added (partial) SMBIOS support for Linux by reading from sysfs. 2010-06-07, by moel.mich
- 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