Compare commits

...

10 Commits
V40 ... V46

Author SHA1 Message Date
Rem0o
ebdb29c012 Update FanControl.zip 2020-08-24 21:09:53 -04:00
Rem0o
c7a02fbe9e Version 46 2020-08-24 21:05:24 -04:00
Rem0o
487dd68003 Version 45 2020-08-20 17:09:24 -04:00
Rem0o
60e8afd5f2 Version 44 2020-08-16 17:48:35 -04:00
Rem0o
1f19b19b6b Update README.md 2020-08-15 11:57:16 -04:00
Rem0o
839ade896e Update README.md 2020-08-15 11:56:36 -04:00
Rem0o
13409451b5 Version 43 2020-08-15 11:45:23 -04:00
Rem0o
ae50069d18 Version 42 2020-08-11 18:06:07 -04:00
Rem0o
14723551ff Update README.md 2020-08-11 14:33:27 -04:00
Rem0o
5dc75d69c5 Version 41 2020-08-11 13:18:17 -04:00
3 changed files with 16 additions and 9 deletions

Binary file not shown.

View File

@@ -1,13 +1,14 @@
# FanControl.Releases
## [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
[<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg">](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
##
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper
## 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)
## Installation
@@ -26,7 +27,7 @@ Libraries used:
## Features
* Save, edit and load multiple profiles
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives )
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
* Custom fan curves
* Fine tune the fan control response with steps, activation %, response time and hysteresis
* Mix different curves and sensors together
@@ -39,6 +40,7 @@ Libraries used:
* 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 %
@@ -56,3 +58,8 @@ Libraries used:
* Dark mode available
![Fan Control](Images/ColorsDialog.png)
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper

View File

@@ -1,4 +1,4 @@
{
"Number": 40,
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)"
"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"
}