mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
219e48a4f1 | ||
|
|
990750d9aa | ||
|
|
653c33a23d | ||
|
|
95d4378fdc | ||
|
|
74b38e837e | ||
|
|
7857eb3322 | ||
|
|
33806ef411 | ||
|
|
cff04475c6 | ||
|
|
6005e58c71 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -6,6 +6,8 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
|
||||
## New
|
||||
|
||||
* Hysteresis can now be switched from one-way (down only) to two-way (up and down)
|
||||
* Average function for the mix curve
|
||||
* Start with Windows setting
|
||||
* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached.
|
||||
* Support for newer Nvidia RTX cards with NvAPIWrapper
|
||||
@@ -41,7 +43,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum)
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum, Average)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 47,
|
||||
"Message": "Prevent multiple instances running from the same folder\r\n-Hide individual fan speed cards\r\n-Updated LibreHardwareMonitor (NCT6687D support)"
|
||||
"Number": 51,
|
||||
"Message": "-Hysteresis option for one-way or two-way\r\n-Top right menu rework\r\n-Refresh sensors detection"
|
||||
}
|
||||
Reference in New Issue
Block a user