mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cded897020 | ||
|
|
57726e18b4 | ||
|
|
ecbc3dea07 | ||
|
|
1c8fba991d | ||
|
|
728bc8df58 | ||
|
|
34dd545416 | ||
|
|
10333d1104 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
23
README.md
23
README.md
@@ -16,6 +16,10 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
# Documentation
|
||||
|
||||
https://getfancontrol.com/docs/
|
||||
|
||||
## Featured On
|
||||
JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
|
||||
@@ -27,15 +31,16 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
* Save, edit and load multiple __profiles__
|
||||
* Change the __theme__ and __color__ of the application.
|
||||
* Multiple temperature __sources__ ( CPU, GPU, motherboard, hard drives... )
|
||||
* Multiple fan curve __[functions](#fan-curve-types)__, including a custom __[graph](#graph-fan-curve-editor)__
|
||||
* Multiple fan curve __[functions](https://getfancontrol.com/docs)__, including a custom __[graph](#graph-fan-curve-editor)__
|
||||
* __Mix__ fan curves or sensor togethers (max, min, average)
|
||||
* Low resource usage
|
||||
* Advanced tuning with steps, start %, stop %, response time and hysteresis
|
||||
|
||||
## __New__
|
||||
* __(NEW)__ Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs.
|
||||
* __(NEW)__ When the app fail to start due to sensor initialization issue, the sensor settings window will open
|
||||
* __(NEW)__ Refined UI
|
||||
* __(NEW)__ Minimum % on control cards
|
||||
* Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs.
|
||||
* When the app fail to start due to sensor initialization issue, the sensor settings window will open
|
||||
* Refined UI
|
||||
* 0 RPM override for Nvidia cards
|
||||
<br/>
|
||||
<br/>
|
||||
@@ -92,16 +97,6 @@ From Rem0o
|
||||
* __Q__: Does it run on my OS?
|
||||
<br>__A__: If your OS is Windows 10 __Or 11__, yes.
|
||||
|
||||
## Fan curve types
|
||||
|
||||
* Auto: PI controller-ish type function. % will surf until temp is stable at load.
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Trigger: Temperature based that holds speed until trigger temperatures are reached
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
## Graph fan curve editor
|
||||
|
||||
* __(NEW)__ Change the temperature range for finer control over a small range
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 137,
|
||||
"Message": "- Updated LibreHardwareMonitorLib (NCT6799D, NCT6686D, Windows storage spaces) \r\n- Renamed target fan curve to trigger fan curve to better reflect its internal logic."
|
||||
"Number": 138,
|
||||
"Message": "-Minimum % feature on control cards \r\n- Updated LibreHardwareMonitorLib \r\n- Add EULA to the program."
|
||||
}
|
||||
Reference in New Issue
Block a user