Compare commits

..

7 Commits
V112 ... V116

Author SHA1 Message Date
Rem0o
914cad5ce0 V116 2022-05-26 18:21:09 -04:00
Rem0o
b57173ca8e Update FanControl.zip 2022-05-16 12:20:54 -04:00
Rem0o
2e4c01afce Update FanControl.zip 2022-05-16 10:30:09 -04:00
Rem0o
1da1614894 V115 2022-05-16 10:20:38 -04:00
Rem0o
9910600ba1 V114
Hotfix for plugin loading that V113 broke
2022-05-10 16:32:54 -04:00
Rem0o
bf1d7d961d Version 113 2022-05-09 19:05:55 -04:00
Rem0o
ea76429a73 Update README.md 2022-05-09 19:00:07 -04:00
3 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@@ -26,11 +26,11 @@
![Fan Control](Images/MainUI.png)
## 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
* Sensor settings dialog window. Activate or deactivate specific sources.
## Installation
@@ -59,10 +59,12 @@ Some examples (notify me if I'm missing some):
* If you do have a hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
## FAQ
* __Q__: What settings should I set in my BIOS to play along nicely with FanControl?
<br>__A__: You want to avoid any "smart" control from your BIOS. Setting a fixed default speed in there, like 50%, works great for most people. Also keep an eye if your BIOS has PWM or DC mode on. One could work better for you depending on your setup.
* __Q__: My Nvidia cards has X fans, but only two cards show up, why?
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br>__A__: See section above.
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?
<br>__A__: Click on its card's icon at the top left, a dialog will tell you.
* __Q__: Does it run on my OS?
@@ -74,7 +76,7 @@ Some examples (notify me if I'm missing some):
* 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 (Min, Max, Sum, Average)
* 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 %

View File

@@ -1,4 +1,4 @@
{
"Number": 112,
"Message": "- Auto-scroll when adding a new item \r\n- Cancel button in graph dialog \r\n- Auto-save on logout, shutdown or restart \r\n- Fixed a \"one way\" hysteresis bug \r\n- Fixed a bug allowing over 100% on Nvidia controls \r\n- Changed minus button style on numeric up/down fields \r\n- Fixed a drag and drop bug\r\n- Fixed window positioning bug \r\n- Fixed transitionary state bug for linear and graph"
"Number": 116,
"Message": "- Opt-out of update popup for a specific version \r\n- Fixed a graph editing bug \r\n- Extended plugin interface with injectable modules (logger and dialog) \r\n- Auto fan curve now acts like a linear fan curve when not in load temperature \r\n- Show the config file save/load location"
}