GUI/SensorNotifyIcon.cs
Wed, 18 Jul 2012 19:45:59 +0000 Changed the system tray icon font scaling to adapt to the size of the tray icon in pixels, because on Windows 7 the tray icon scales with the system font size, while on Windows XP the tray icons are always 16 pixels large.
Sat, 14 Jul 2012 19:24:04 +0000 Fixed Issue 269.
Thu, 12 Jul 2012 10:17:18 +0000 Fixed Issue 86.
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Tue, 14 Feb 2012 23:07:55 +0000 Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware).
Sat, 31 Dec 2011 17:31:04 +0000 Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
Wed, 27 Jul 2011 18:27:16 +0000 Added support for Intel CPU power sensors (package and cores).
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.