mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e80a0e7d40 | ||
|
|
9200a61ec2 | ||
|
|
7e07c22626 | ||
|
|
e655ab2257 | ||
|
|
c1cbf89fe3 | ||
|
|
dc8d367149 | ||
|
|
8ac5476635 | ||
|
|
be42ab5d91 | ||
|
|
36df17525f |
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 |
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB |
BIN
Images/SensorNickname.png
Normal file
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 |
18
README.md
18
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> 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
|
||||
|
||||
@@ -27,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": 103,
|
||||
"Message": "- Updated LibreHardwareMonitorLib"
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user