Version 104

This commit is contained in:
Rem0o 2022-02-21 22:27:38 -05:00
parent 0da3496784
commit 36df17525f
7 changed files with 13 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

BIN
Images/SensorNickname.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View File

@ -9,17 +9,16 @@ This is the release repository for Fan Control, a focused, highly customizable f
## New
* <b> Auto fan curve (BETA): Automatically adjust speed to keep target temperature</b>
* <b> Allow text-wrapping for long names </b>
* <b>Nickname any temperature sensor from the sensor settings dialog</b>
![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.
![Sensor settings dialog](Images/SensorSettingsDialog.png)
* 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
* 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
## Installation
@ -27,6 +26,12 @@ This is the release repository for Fan Control, a focused, highly customizable f
2. Extract to the desired installation folder
3. Start FanControl.exe
## 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
## Issues and hardware compatibility
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on:

View File

@ -1,4 +1,4 @@
{
"Number": 103,
"Message": "- Updated LibreHardwareMonitorLib"
"Number": 104,
"Message": "- Nickname any temperature sensor from the sensor settings dialog \r\n- Fixed a graph display bug in the graph fan curve card"
}