Compare commits

..

5 Commits
V76 ... V80

Author SHA1 Message Date
Rem0o
91b0fd2f28 Version 80 2021-05-27 16:51:22 -04:00
Rem0o
2638976181 Typo 2021-05-17 20:32:13 -04:00
Rem0o
9d73df2ea9 Version 79 2021-05-17 20:28:21 -04:00
Rem0o
4d60929f2c Version 78 2021-05-05 20:52:20 -04:00
Rem0o
49c708a1a9 Version 77 2021-04-26 10:00:58 -04:00
3 changed files with 7 additions and 6 deletions

Binary file not shown.

View File

@@ -5,14 +5,15 @@
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
## New
* <b> Time average custom sensor ( Plus sign menu ) </b>
* <b> File custom sensor interface ( Plus sign menu ) </b>
* <b>Increased max temp. to 120 C </b>
* 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
* Step % has been split in step up and step down.
* Custom sensors: Create a "mix" sensor with a custom function (min, max, average)
## Installation

View File

@@ -1,4 +1,4 @@
{
"Number": 76,
"Message": "- Fixed a bug with the task created by \"Start With Windows\""
"Number": 80,
"Message": "- Decimal fix for supported numeric fields \r\n- Increased max temp. to 120 C."
}