Compare commits

...

4 Commits
V36 ... V38

Author SHA1 Message Date
Rem0o
a52ff2bfa1 Version 38 2020-07-19 11:12:10 -04:00
Rem0o
e1878f4a50 Update README.md 2020-07-11 13:31:46 -04:00
Rem0o
cc73adfef4 Version 37 2020-07-11 13:25:54 -04:00
Rem0o
83ef530b21 Fix serialization bug
- Disable storage sensor setting was not restoring properly
2020-07-02 14:00:17 -04:00
3 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@@ -8,6 +8,11 @@ Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
## Issues
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
* Please only open issues for the software itself, UI, feature request and so on.
![Fan Control](Images/MainUI.png)
## Features
@@ -19,6 +24,7 @@ Libraries used:
* Mix different curves and sensors together
* Modern, dashboard-style UI
* Works as a background application with a customizable tray icon
* Create custom external temperature sensors with *.sensor files.
* And more!
## Fan curve types

View File

@@ -1,4 +1,4 @@
{
"Number": 36,
"Message": "- Hide individual control cards \r\n- Removed hide disabled fan control cards option \r\n- Graph fan curve dialog tweaks \r\n- Added disable storage sensors option"
"Number": 38,
"Message": "-Updated LibreHardwareMonitorLibrary \r\n-Fixed Graph fan curve bug"
}