Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ac5476635 | ||
|
|
be42ab5d91 | ||
|
|
36df17525f | ||
|
|
0da3496784 | ||
|
|
2cdf109c87 | ||
|
|
8bc27bec29 | ||
|
|
d76c61dccf |
BIN
FanControl.zip
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 68 KiB |
BIN
Images/SensorNickname.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 26 KiB |
17
README.md
@@ -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>
|
||||

|
||||
* 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
|
||||
* 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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 99,
|
||||
"Message": "- Auto fan-curve (BETA): Automatically adjust speed to keep a load target temperature. Settings and behavior are subject to change. Use at your own risk. Feedback welcomed. \r\n- Allow text-wrapping for longer sensors/curves names \r\n- Updated Libraries"
|
||||
"Number": 105,
|
||||
"Message": "- Nickname any temperature sensor from the sensor settings dialog \r\n- Fixed a graph display bug in the graph fan curve card"
|
||||
}
|
||||