OpenHardwareMonitorLib.csproj
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).