diff --git a/FanControl.zip b/FanControl.zip index eedf79e..d070b39 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/README.md b/README.md index e7097db..a153a69 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ This is the release repository for Fan Control, a highly customizable fan contro ## New -* Increased max temp. to 120 C +* -c or --config [json config file] command line arg +* Increased max temp. to 120 C * Replaced numerical comboboxes with text boxes * Time average custom sensor ( Plus sign menu ) * File custom sensor interface ( Plus sign menu ) * Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and * https://github.com/Rem0o/FanControl.HWInfo * https://github.com/Rem0o/FanControl.DellPlugin -* Manual control for each control card ## Installation @@ -27,10 +27,10 @@ This is the release repository for Fan Control, a highly customizable fan contro * Please only open issues for the software itself, UI, feature request and so on. ## FAQ -* Q: Does it run on my OS? -
A: If your OS is W10, yes. -* Q: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue? -
A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section. +* Q: Does it run on my OS? +
A: If your OS is W10, yes. +* Q: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue? +
A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section. ![Fan Control](Images/MainUI.png) diff --git a/version.json b/version.json index 36d881e..331d22d 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Number": 80, - "Message": "- Decimal fix for supported numeric fields \r\n- Increased max temp. to 120 C." + "Number": 81, + "Message": "- --config or -c [json file] command line arg\r\n- Decimal point in Graph \r\n- Updated LibreHardwareMonitorLib" } \ No newline at end of file