Compare commits

..

7 Commits
V110 ... V111

Author SHA1 Message Date
Rem0o
c10e97309e Update README.md 2022-04-25 14:00:42 -04:00
Rem0o
cbe2b59650 Version 111 2022-04-23 13:40:07 -04:00
Rem0o
ce89015727 Update README.md 2022-04-15 11:32:45 -04:00
Rem0o
36150b8a53 Update README.md 2022-04-06 00:59:15 -04:00
Rem0o
13c200602b Update README.md 2022-04-06 00:56:26 -04:00
Rem0o
d55a4c91b2 Update README 2022-04-06 00:51:40 -04:00
Rem0o
eed1701293 Update README 2022-04-06 00:34:44 -04:00
5 changed files with 42 additions and 40 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 71 KiB

BIN
Images/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

View File

@@ -1,20 +1,36 @@
# FanControl.Releases
# 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 focused, highly customizable fan controlling software for Windows.
<p align=center>
<img src="Images/logo.gif" width=60/>
</p>
<p align=center>This is the release repository for Fan Control, a focused and highly customizable fan controlling software for Windows.</span>
<br>
<br>
[![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)
## Main features
* Guided __setup__ process on first launch
* Save, edit and load multiple __profiles__
* Change the __theme__ and __color__ to fit your setup
* 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 ressource usage
* Advanced tuning with steps, start %, stop %, response time and hysteresis
![Fan Control](Images/MainUI.png)
## New
* <b> Configurable temperature range for graphs </b>
* Better decimal support in graphs
* __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
* Allow text-wrapping for long names
* Sensor settings dialog window. Activate or deactivate specific sources.
* Numeric textbox for graph points
## Installation
@@ -25,10 +41,13 @@ This is the release repository for Fan Control, a focused, highly customizable f
## Plugins
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
* https://github.com/Rem0o/FanControl.HWInfo
* https://github.com/Rem0o/FanControl.DellPlugin
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
Some examples (notify me if I'm missing some):
* <b>(NEW) </b> https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
* <b>(NEW) </b> https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
## Issues and hardware compatibility
@@ -37,32 +56,20 @@ This is the release repository for Fan Control, a focused, highly customizable f
* https://github.com/falahati/NvAPIWrapper
* Please only open issues for the software itself, UI, feature request and so on.
* If you do have a hardware compatibility request and you can provide a <b>working</b> 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.
* 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
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br><b>A</b>: See section above.
* __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.
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
* <b>Q</b>: Does it run on my OS?
<br><b>A</b>: If your OS is Windows 10 <b> Or 11</b>, yes.
## Features
* Save, edit and load multiple profiles
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
* <b>Mix different curves and sensors together</b>
* Custom fan curves
* Manual control
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
* Modern, dashboard-style UI
* Works as a background application with a customizable tray icon
* And more!
* __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?
<br>__A__: If your OS is Windows 10 __Or 11__, yes.
## Fan curve types
* (NEW) Auto: PI-ish type function. % will surf until temp is stable at load.
* <b>(NEW)<\b> Auto: PI-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
@@ -72,18 +79,13 @@ This is the release repository for Fan Control, a focused, highly customizable f
## Graph fan curve editor
* (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
![Fan Control](Images/GraphDialog.png)
## Theme editor
* Dark mode available
![Fan Control](Images/ColorsDialog.png)
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit

View File

@@ -1,4 +1,4 @@
{
"Number": 110,
"Message": "- Fixed a bug where the graph width was changing dynamically"
"Number": 111,
"Message": "- Fixed a plugin display bug in the sensor settings \r\n- A fefault fan curve is now created on first launch \r\n- Fixed a drag/drop issue \r\n- Ask for save on exit from the tray icon (Thanks Jay) \r\n- Fixed a bug when adding a curve/sensor in a mix"
}