Compare commits

...

19 Commits
V137 ... V143

Author SHA1 Message Date
Rem0o
7a04e27195 V143 2023-01-12 16:14:14 -05:00
Evan Mulawski
9cfcea9b04 Add CorsairLink plugin link to README (#1445) 2023-01-09 09:29:16 -05:00
Rem0o
843b0426c2 V142 2022-12-29 12:43:24 -05:00
Rem0o
d68fa708f6 Update README.md 2022-12-28 13:59:24 -05:00
Rem0o
5eca2a6c3c Update README.md 2022-12-23 12:24:27 -05:00
Rem0o
b600f596b5 Update README.md 2022-12-21 13:08:39 -05:00
Rem0o
a45fff6ab6 Update README.md 2022-12-21 13:08:01 -05:00
Kris Schneider
edb77c0244 README.md: I got FanControl added to scoop (#1392)
Scoop installation
2022-12-21 11:43:25 -05:00
Rem0o
def30f6f0e V141 2022-12-16 10:17:10 -05:00
Rem0o
3699cccdf0 V140 2022-12-13 09:06:34 -05:00
Rem0o
976f035354 V139 2022-12-05 09:31:27 -05:00
Rem0o
645e46dc1e Update FanControl.zip 2022-12-02 15:16:52 -05:00
Rem0o
cded897020 Update Updater.exe 2022-12-01 11:22:00 -05:00
Rem0o
57726e18b4 Version 138 2022-12-01 10:36:34 -05:00
Rem0o
ecbc3dea07 Update README.md 2022-11-29 12:15:09 -05:00
Rem0o
1c8fba991d Update README.md 2022-11-23 10:57:02 -05:00
Rem0o
728bc8df58 Update Updater.exe 2022-11-22 16:31:32 -05:00
Rem0o
34dd545416 Hotfix/updater triggers defender (#1311)
* Got rid of Newtonsoft json + Fody weaver
* UseShellExecute false on the Process.Start("FanControl.exe") at the end of the update process.
2022-11-21 18:41:29 -05:00
Rem0o
10333d1104 Update README.md 2022-11-21 17:55:43 -05:00
4 changed files with 27 additions and 23 deletions

Binary file not shown.

View File

@@ -16,6 +16,24 @@
[![Download](https://img.shields.io/badge/Download-FanControl-green.svg?style=flat&logo=download)](/FanControl.zip?raw=true)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. Start FanControl.exe
4. (Optional) -c or --config [json config file] command line arg
### Install with [Scoop](https://scoop.sh/#/apps?s=2&d=1&o=true&p=1&q=fan+control)
```
scoop bucket add extras
scoop install fancontrol
```
# Documentation
https://getfancontrol.com/docs/
## Featured On
JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
@@ -27,28 +45,22 @@ 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/>
![Fan Control](Images/MainUI.png)
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. Start FanControl.exe
4. (Optional) -c or --config [json config file] command line arg
## Uninstall
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
@@ -63,7 +75,9 @@ From the community (notify me if I'm missing some):
* https://github.com/jmarucha/FanControl.Liquidctl
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
* https://github.com/FoPzl/FanControl.AquacomputerQuadro to interface with aquacomputer Quadro
* https://github.com/vision57/FanControl.GPU-Z
* https://github.com/EvanMulawski/FanControl.CorsairLink to interface with Corsair Commander controllers
From Rem0o
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
@@ -92,16 +106,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

Binary file not shown.

View File

@@ -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": 143,
"Message": "- Change the color of any tray icon via the appearance dialog\r\n- Added the option to disable Asus EC in sensor settings"
}