mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-09 22:47:57 -05:00
Version 109
This commit is contained in:
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
10
README.md
10
README.md
@@ -8,23 +8,20 @@ This is the release repository for Fan Control, a focused, highly customizable f
|
||||

|
||||
|
||||
## 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
|
||||

|
||||
* 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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user