GUI/SensorNotifyIcon.cs
Sun, 15 May 2011 16:00:22 +0000 Fixed Issue 217.
Sun, 30 Jan 2011 23:45:26 +0000 Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
Thu, 07 Oct 2010 19:34:36 +0000 Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
Thu, 30 Sep 2010 20:59:21 +0000 Fixed some problems when compiling in Mono and running on Linux.
Mon, 06 Sep 2010 19:53:13 +0000 Added a desktop gadget implementation.
Thu, 12 Aug 2010 20:53:27 +0000 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Sun, 18 Jul 2010 12:38:01 +0000 Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
Sat, 05 Jun 2010 18:59:54 +0000 Fixed Issue 65.
Sat, 15 May 2010 14:16:00 +0000 Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
Sat, 15 May 2010 12:50:28 +0000 Fixed some font issues.
Sat, 15 May 2010 11:34:36 +0000 Fixed the following Exception:
Thu, 06 May 2010 19:20:38 +0000 Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
Fri, 02 Apr 2010 16:05:07 +0000 Fixed Issue 26. Added a dialog to automatically send a crash report.
Sat, 27 Mar 2010 19:55:09 +0000 Fixed Issue 9.
Thu, 04 Mar 2010 20:26:56 +0000 Changed the system tray font.
Tue, 02 Mar 2010 22:52:37 +0000 Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.
Sun, 21 Feb 2010 18:10:30 +0000 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
Sun, 14 Feb 2010 20:16:30 +0000 Added core and bus clock support for Intel CPUs (Core 2).
Sat, 13 Feb 2010 17:08:36 +0000 New graphical system tray display for load sensors.
Fri, 12 Feb 2010 22:46:31 +0000 Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
Fri, 12 Feb 2010 00:36:56 +0000 First system tray sensor monitor support.