Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e80a0e7d40 | ||
|
|
9200a61ec2 | ||
|
|
7e07c22626 | ||
|
|
e655ab2257 | ||
|
|
c1cbf89fe3 | ||
|
|
dc8d367149 | ||
|
|
8ac5476635 | ||
|
|
be42ab5d91 | ||
|
|
36df17525f | ||
|
|
0da3496784 | ||
|
|
2cdf109c87 | ||
|
|
8bc27bec29 | ||
|
|
d76c61dccf | ||
|
|
1e1f3585f3 |
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 |
16
README.md
@@ -9,15 +9,16 @@ This is the release repository for Fan Control, a focused, highly customizable f
|
||||
|
||||
## New
|
||||
|
||||
* <b> Better decimal support in graphs </b>
|
||||
* 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
|
||||
* 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
|
||||
|
||||
@@ -25,6 +26,13 @@ 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
|
||||
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext
|
||||
|
||||
## 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": 98,
|
||||
"Message": "- Fixed bug with start/stop detection \r\n- Updated LibreHardwareMonitorLib \r\n -UI refinements"
|
||||
"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"
|
||||
}
|
||||