Version 109

This commit is contained in:
Rem0o
2022-03-29 21:41:41 -04:00
parent 8bc8689c43
commit d5df3eb3e0
4 changed files with 6 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -8,23 +8,20 @@ This is the release repository for Fan Control, a focused, highly customizable f
![Fan Control](Images/MainUI.png)
## New
* <b> Better decimal support in graphs </b>
* <b> Configurable temperature range for graphs </b>
* Better decimal support in graphs
* Nickname any temperature sensor from the sensor settings dialog
![Sensor settings dialog](Images/SensorNickname.png)
* 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
* Change windows startup delay for sensor detection issues
* Horizontal (columns) UI option
* -c or --config [json config file] command line arg
## 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
## Plugins
@@ -65,6 +62,7 @@ This is the release repository for Fan Control, a focused, highly customizable f
## Fan curve types
* (NEW) 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

View File

@@ -1,4 +1,4 @@
{
"Number": 108,
"Message": "- Better decimal support all arround\r\n- Fixed potential UI memory leak \r\n- Removed useless properties when saving a config file"
"Number": 109,
"Message": "- Configurable temperature range for graphs\r\n- Better decimal temp support"
}