OpenHardwareMonitorLib.csproj
Tue, 24 Jul 2012 16:45:48 +0000 Changed the RAM implementation (removed Microsoft.VisualBasic dependency which is not implemented in Mono) and added code to prevent RAM hardware from loading on Linux.
Mon, 23 Jul 2012 21:54:35 +0000 Added a RAM hardware and sensor, fixed Issue 115.
Wed, 11 Jul 2012 22:28:39 +0000 Fixed Issue 274. Fixed Issue 107.
Sun, 08 Jul 2012 15:24:44 +0000 Added support for SSDs with a controller from Micron.
Mon, 02 Jan 2012 18:44:19 +0000 Added SMART support for Samsung SSDs.
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.
Thu, 07 Jul 2011 20:41:09 +0000 Added support for reading the TAMG ACPI table on Gigabyte mainboards. Fixed a small problem with HDD/SSD names (0 chars are trimmed now as well).
Sun, 19 Jun 2011 12:41:18 +0000 Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value.
Thu, 20 Jan 2011 21:31:54 +0000 Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
Sun, 21 Nov 2010 17:31:25 +0000 Added first experimental support for the Nuvoton NCT6771F super I/O chip.
Thu, 04 Nov 2010 21:46:14 +0000 Replaced the direct reference to the Mono.Posix assembly with reflection.
Wed, 03 Nov 2010 22:07:46 +0000 Added CPUID support for Linux.
Sun, 31 Oct 2010 22:08:47 +0000 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
Wed, 22 Sep 2010 19:12:12 +0000 Rewritten the PCI access for AMD CPUs.
Mon, 20 Sep 2010 19:28:25 +0000 Refactored the CPU classes and added a GenericCPU class.
Sun, 22 Aug 2010 21:53:11 +0000 Added a first implementation for the Heatmaster fan controller.
Sun, 15 Aug 2010 14:46:58 +0000 Fixed some Code Analysis warnings.
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).