mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebdb29c012 | ||
|
|
c7a02fbe9e | ||
|
|
487dd68003 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -6,6 +6,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
|
||||
## New
|
||||
|
||||
* 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
|
||||
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
|
||||
|
||||
@@ -39,6 +40,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)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 44,
|
||||
"Message": "-Bug fixes\r\n-Improved exception handling"
|
||||
"Number": 46,
|
||||
"Message": "-Start with Windows setting\r\n-Target Fan Curve: Holds the load fan speed until idle temperature is reached \r\n-0 deg (empty/null) temperature readout will max fan curves"
|
||||
}
|
||||
Reference in New Issue
Block a user