Compare commits

..

13 Commits
V131 ... V136

Author SHA1 Message Date
Rem0o
6a14584dd8 Version 136 2022-11-03 21:02:43 -04:00
Rem0o
d0621da9da Update README.md
Removed abandoned plugin.
2022-10-30 20:40:15 -04:00
Rem0o
6bc3a9fc1c V135
Hotfix for initialization bug.
2022-10-29 12:13:02 -04:00
Rem0o
055d4727d6 Update FanControl.zip 2022-10-27 12:21:04 -04:00
Rem0o
ac4277c734 V134 2022-10-27 11:55:35 -04:00
Rem0o
5bb9e71738 Update MainUI.png 2022-10-26 10:38:29 -04:00
Rem0o
78c5686e5b Version 133 2022-10-23 12:59:27 -04:00
Rem0o
588e28d575 Update README.md 2022-10-22 11:30:47 -04:00
Rem0o
123a123436 Update README.md 2022-10-22 11:30:14 -04:00
Drew Mares
a6f7ef7217 Update README with Uninstall Instructions (#1190)
* Update README with Uninstall Instructions
2022-10-22 11:26:40 -04:00
Rem0o
b059dbadc3 Update README.md 2022-10-21 10:38:04 -04:00
Rem0o
ebd1774448 Update README.md 2022-10-19 14:58:10 -04:00
Rem0o
afa9f09a70 Version 132 2022-10-18 12:25:45 -04:00
5 changed files with 25 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -1,9 +1,14 @@
# Fan Control
<p align=center>
<img src="Images/logo.gif" width=60/>
<a href="https://www.getfancontrol.com">
<img src="Images/logo.gif" width=60/>
</a>
</p>
<p align=center>This is the release repository for Fan Control, a focused and highly customizable fan controlling software for Windows.</span>
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.</span>
<br>
<br>
@@ -20,21 +25,22 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
* Guided __setup__ process on first launch
* Save, edit and load multiple __profiles__
* Change the __theme__ and __color__ to fit your setup
* 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)__
* __Mix__ fan curves or sensor togethers (max, min, average)
* Low resource usage
* Advanced tuning with steps, start %, stop %, response time and hysteresis
![Fan Control](Images/MainUI.png)
## __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
* 0 RPM override for Nvidia cards
<br/>
<br/>
## New
* __(NEW) Opt-out of update popup for a specific version__
* Configurable temperature range for graphs
* Decimal support in graphs
* Nickname any temperature sensor from the sensor settings dialog
* Auto fan curve (BETA): Automatically adjust speed to keep target temperature
![Fan Control](Images/MainUI.png)
## Installation
@@ -43,6 +49,11 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
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.
Note: If you have Fan Control set to automatically start with Windows, either untick the checkbox in Fan Control, or manually delete the "Fan Control" task in Windows Task Scheduler.
## Plugins
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
@@ -51,7 +62,6 @@ From the community (notify me if I'm missing some):
* https://github.com/fu-raz/FanControlThermaltake
* https://github.com/jmarucha/FanControl.Liquidctl
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
* https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
* https://github.com/vision57/FanControl.GPU-Z
@@ -84,7 +94,7 @@ From Rem0o
## Fan curve types
* (NEW) Auto: PI controller-ish type function. % will surf until temp is stable at load.
* Auto: PI controller-ish type function. % will surf until temp is stable at load.
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
* Target: Temperature based that holds speed until target temperature is reached
@@ -94,7 +104,7 @@ From Rem0o
## Graph fan curve editor
* (NEW) Change the temperature range for finer control over a small range
* __(NEW)__ Change the temperature range for finer control over a small range
* Add, remove and drag points arround the graph
* Copy and paste points from a graph to another
* Fine-tune the response with the hysteresis and response time parameters

Binary file not shown.

View File

@@ -1,4 +1,4 @@
{
"Number": 131,
"Message": "- Fan start bug: control could get stuck at start %. \r\n- Logger will now split itself in multiple files to avoid one giant unmanageable file. \r\n- Sync fan curve now detects if there is a loop. \r\n- Improved multi-instance handling: will now look if a FanControl instance is opened in a different user session. If yes, that instance will be closed before opening a new one."
"Number": 136,
"Message": "- Use -c or --config [CONFIG FILE] argument to change config at runtime.\r\n- Create shortcuts, bind them to hotkeys with your favorite app, or automate as you please.\r\n- Small bug fixes"
}