Compare commits

...

4 Commits
V80 ... V82

Author SHA1 Message Date
Rem0o
d0fcd4e88f Version 82 2021-06-14 14:09:40 -04:00
Rem0o
5be9e89635 Revert LHM dll 2021-06-09 09:53:33 -04:00
Rem0o
dba48adfb6 Version 81 2021-06-08 13:18:21 -04:00
Rem0o
e0e6994ce4 Update README.md 2021-06-08 12:06:47 -04:00
3 changed files with 8 additions and 6 deletions

Binary file not shown.

View File

@@ -6,14 +6,14 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* <b>Increased max temp. to 120 C </b>
* <b> -c or --config [json config file] command line arg </b>
* 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,8 +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: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br>A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
* <b>Q</b>: Does it run on my OS?
<br><b>A</b>: If your OS is W10, yes.
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br><b>A</b>: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
![Fan Control](Images/MainUI.png)

View File

@@ -1,4 +1,4 @@
{
"Number": 80,
"Message": "- Decimal fix for supported numeric fields \r\n- Increased max temp. to 120 C."
"Number": 82,
"Message": "- Bug fixes \r\n- Updated LibreHardwareMonitorLib"
}