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).
|
file | diff | annotate |
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.
|
file | diff | annotate |
Wed, 27 Jul 2011 18:27:16 +0000 |
Added support for Intel CPU power sensors (package and cores).
|
file | diff | annotate |
Sun, 15 May 2011 16:00:22 +0000 |
Fixed Issue 217.
|
file | diff | annotate |
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.
|
file | diff | annotate |
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).
|
file | diff | annotate |
Thu, 30 Sep 2010 20:59:21 +0000 |
Fixed some problems when compiling in Mono and running on Linux.
|
file | diff | annotate |
Mon, 06 Sep 2010 19:53:13 +0000 |
Added a desktop gadget implementation.
|
file | diff | annotate |
Thu, 12 Aug 2010 20:53:27 +0000 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |
Sun, 08 Aug 2010 13:57:26 +0000 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
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.
|
file | diff | annotate |
Sat, 05 Jun 2010 18:59:54 +0000 |
Fixed Issue 65.
|
file | diff | annotate |
Sat, 15 May 2010 14:16:00 +0000 |
Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
|
file | diff | annotate |
Sat, 15 May 2010 12:50:28 +0000 |
Fixed some font issues.
|
file | diff | annotate |
Sat, 15 May 2010 11:34:36 +0000 |
Fixed the following Exception:
|
file | diff | annotate |
Thu, 06 May 2010 19:20:38 +0000 |
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
|
file | diff | annotate |
Fri, 02 Apr 2010 16:05:07 +0000 |
Fixed Issue 26. Added a dialog to automatically send a crash report.
|
file | diff | annotate |
Sat, 27 Mar 2010 19:55:09 +0000 |
Fixed Issue 9.
|
file | diff | annotate |
Thu, 04 Mar 2010 20:26:56 +0000 |
Changed the system tray font.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Sun, 21 Feb 2010 18:10:30 +0000 |
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
|
file | diff | annotate |
Sun, 14 Feb 2010 20:16:30 +0000 |
Added core and bus clock support for Intel CPUs (Core 2).
|
file | diff | annotate |
Sat, 13 Feb 2010 17:08:36 +0000 |
New graphical system tray display for load sensors.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Fri, 12 Feb 2010 00:36:56 +0000 |
First system tray sensor monitor support.
|
file | diff | annotate |