- Fixed Issue 97. 2010-08-17, by moel.mich
- Restricted ITE detection to port 0x2E. 2010-08-17, by moel.mich
- Fixed Issue 104. 2010-08-15, by moel.mich
- Fixed some Code Analysis warnings. 2010-08-15, by moel.mich
- Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings. 2010-08-12, by moel.mich
- Refactored the hardware monitoring code into a library (Issue 101). 2010-08-08, by moel.mich
- Added a fan control sensor for ATI GPUs. 2010-08-05, by moel.mich
- Added ISA bus mutex support to the super IO detection. 2010-08-05, by moel.mich
- Added an ISA bus mutex. 2010-08-04, by moel.mich
- Adding missing class SensorVisitor. 2010-08-04, by moel.mich
- Fixed BadImageFormatExceptions. 2010-07-27, by moel.mich
- Refactoring and fine tuning for Linux GUI. 2010-07-27, by moel.mich
- Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely. 2010-07-24, by moel.mich
- Delete the config file if it can not be parsed, and restart with a new one. 2010-07-18, by moel.mich
- Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu. 2010-07-18, by moel.mich
- Fixed Issue 91. 2010-07-17, by moel.mich
- Fixed Issue 90. 2010-07-14, by moel.mich
- Added a mainboard specific configuration for the ASRock 880GMH/USB3 2010-07-11, by moel.mich
- An attempt at adding a mainboard specific configuration for the ASUS P6X58D-E. 2010-07-11, by moel.mich
- Fixed Issue 82. 2010-07-04, by moel.mich
- Fixed Issue 66. 2010-07-04, by moel.mich
- Split the sensors and parameter report tree. 2010-07-03, by moel.mich
- Added a mainboard specific configuration for the Gigabyte GA-P55-UD4. 2010-07-01, by moel.mich
- Added more revisions for the W83627THF, as there seems to exist chips with revision 0x82, 0x84, and 0x85 as well. 2010-06-30, by moel.mich
- Corrected the mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79). 2010-06-29, by moel.mich
- Added the ITE chip version to the report. 2010-06-28, by moel.mich
- A fist attempt at adding a mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79). 2010-06-27, by moel.mich
- Fixed Issue 72. 2010-06-27, by moel.mich
- Fixed Issue 71. 2010-06-27, by moel.mich
- Fixed Issue 76. 2010-06-27, by moel.mich
- Improved the support for Nvidia GPUs. 2010-06-27, by moel.mich
- Fixed Issue 73. 2010-06-12, by moel.mich
- Added a mainboard specific configuration for the Gigabyte GA-X58A-UD3R. 2010-06-08, by moel.mich
- Added support for a second miniNG on the T-Balancer bigNG. 2010-06-07, by moel.mich
- 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
- 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