Compare commits

...

10 Commits
V96 ... V105

Author SHA1 Message Date
Rem0o
8ac5476635 Update FanControl.zip 2022-02-22 09:40:32 -05:00
Rem0o
be42ab5d91 Version 105 2022-02-22 09:23:37 -05:00
Rem0o
36df17525f Version 104 2022-02-21 22:27:38 -05:00
Rem0o
0da3496784 Version 103 2022-02-09 11:23:42 -05:00
Rem0o
2cdf109c87 Version 102 2022-01-27 11:47:47 -05:00
Rem0o
8bc27bec29 Version 101 2022-01-13 09:24:44 -05:00
Rem0o
d76c61dccf Version 100
!!!
2022-01-05 15:03:25 -05:00
Rem0o
1e1f3585f3 Version 99 2021-12-15 16:22:58 -05:00
Rem0o
8cfa4d3989 Version 98 2021-11-23 12:23:01 -05:00
Rem0o
67d139f90d Version 97 2021-11-14 11:47:43 -05:00
8 changed files with 13 additions and 6 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 68 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,15 +9,16 @@ This is the release repository for Fan Control, a focused, highly customizable f
## New
* <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
@@ -25,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": 96,
"Message": "- New sensor settings dialog window\r\n- Refined fan start and stop logic\r\n- Subtract function for mixes\r\n- Updated LibreHardwareMonitorLib (driver)"
"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"
}