Compare commits

..

11 Commits
V72 ... V79

Author SHA1 Message Date
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
Rem0o
334aca13f0 Update FanControl.zip 2021-04-22 19:33:37 -04:00
Rem0o
59c883a213 Update FanControl.zip 2021-04-21 11:00:02 -04:00
Rem0o
a20fa5a811 Version 76 2021-04-20 16:56:39 -04:00
Rem0o
8725128cfb Update FanControl.zip 2021-04-20 11:39:22 -04:00
Rem0o
212292f9a9 Version 75 2021-04-18 21:11:50 -04:00
Rem0o
2100c3a81d Version 74 2021-04-05 11:50:24 -04:00
Rem0o
05347ad029 Version 73 2021-03-24 11:08:46 -04:00
Rem0o
5ac5128afb Update FanControl.zip 2021-03-24 10:55:30 -04:00
3 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -5,14 +5,14 @@
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> Replaced numerical comboboxes with text boxes </b>
* 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": 72,
"Message": "- New Time Average custom sensor \r\n- File sensors are now part of the custom sensors interface \r\n- Updated LibreHardwareMonitor"
"Number": 79,
"Message": "- Numeric up/down fields now have a + and a - button. You can also use the arrow keys to change the value. \r\n Fixed a bug where Nvidia fan settings would be overriden even if the control was disabled. "
}