Sat, 12 Jun 2010 12:15:00 +0000 moel.mich Fixed Issue 73.
Tue, 08 Jun 2010 21:07:13 +0000 moel.mich Added a mainboard specific configuration for the Gigabyte GA-X58A-UD3R.
Mon, 07 Jun 2010 20:35:05 +0000 moel.mich Added support for a second miniNG on the T-Balancer bigNG.
Mon, 07 Jun 2010 20:03:48 +0000 moel.mich Added (partial) SMBIOS support for Linux by reading from sysfs.
Sun, 06 Jun 2010 14:44:53 +0000 moel.mich Added experimental lm-sensors super I/O support for Linux.
Sun, 06 Jun 2010 11:07:57 +0000 moel.mich Fixed Issue 69.
Sat, 05 Jun 2010 18:59:54 +0000 moel.mich Fixed Issue 65.
Sat, 05 Jun 2010 11:15:16 +0000 moel.mich Fixed Issue 23.
Sat, 05 Jun 2010 09:40:57 +0000 moel.mich Fixed Issue 68.
Thu, 03 Jun 2010 22:40:18 +0000 moel.mich Fixed Issue 63.
Sat, 29 May 2010 13:49:20 +0000 moel.mich Fixed Issue 64.
Tue, 25 May 2010 22:33:03 +0000 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.
Tue, 25 May 2010 18:57:28 +0000 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).
Mon, 24 May 2010 15:27:46 +0000 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.
Sat, 22 May 2010 15:51:59 +0000 moel.mich A few bug fixes to avoid crashes on Linux systems.
Sat, 22 May 2010 12:12:50 +0000 moel.mich Attempt to fix an exception:
Fri, 21 May 2010 17:28:52 +0000 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.
Thu, 20 May 2010 21:23:54 +0000 moel.mich Fixed Issue 10.
Tue, 18 May 2010 19:16:55 +0000 moel.mich Fixed an EntryPointNotFoundException in the NVAPI wrapper:
Tue, 18 May 2010 19:12:13 +0000 moel.mich Fixed Issue 60.
Sat, 15 May 2010 15:52:08 +0000 moel.mich Added information about software environment to the report.
Sat, 15 May 2010 14:16:00 +0000 moel.mich Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
Sat, 15 May 2010 12:50:28 +0000 moel.mich Fixed some font issues.
Sat, 15 May 2010 11:34:36 +0000 moel.mich Fixed the following Exception:
Sat, 15 May 2010 11:20:50 +0000 moel.mich Fixed the following NullReferenceException:
Sat, 15 May 2010 11:09:02 +0000 moel.mich Fixed Issue 55.
Sat, 15 May 2010 10:48:28 +0000 moel.mich Fixed Issue 57.
Sat, 15 May 2010 10:38:47 +0000 moel.mich Fixed Issue 59.
Fri, 14 May 2010 22:30:06 +0000 moel.mich Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
Sun, 09 May 2010 16:22:13 +0000 moel.mich Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.