2012-07-08 |
Added support for SSDs with a controller from Micron.
|
file | diff | annotate |
2012-05-27 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
2011-07-24 |
Replaced the more expensive calls to DateTime.Now with DateTime.UtcNow.
|
file | diff | annotate |
2011-06-19 |
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.
|
file | diff | annotate |
2011-01-20 |
Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
|
file | diff | annotate |
2010-09-21 |
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
|
file | diff | annotate |
2010-08-15 |
Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-12 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-08 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
2010-07-27 |
Refactoring and fine tuning for Linux GUI.
|
file | diff | annotate |
2010-07-04 |
Fixed Issue 82.
|
file | diff | annotate |
2010-06-06 |
Fixed Issue 69.
|
file | diff | annotate |
2010-05-09 |
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
file | diff | annotate |
2010-05-06 |
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
|
file | diff | annotate |
2010-02-27 |
Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
|
file | diff | annotate |
2010-02-07 |
Refactoring: New class Computer manages all the hardware and creates events.
|
file | diff | annotate |
2010-02-05 |
Changed minimizing to system tray on Windows systems.
|
file | diff | annotate |
2010-01-26 |
Initial commit.
|
file | diff | annotate |