Version 96

This commit is contained in:
Rem0o 2021-11-08 10:44:58 -05:00
parent 2e7fe2365e
commit f71e79f2eb
5 changed files with 7 additions and 5 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.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -2,15 +2,17 @@
[<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg">](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
##
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
This is the release repository for Fan Control, a focused, highly customizable fan controlling software for Windows.
![Fan Control](Images/MainUI.png)
## New
* <b>Numeric textbox for graph points</b>
* <b>Change windows startup delay for sensor detection issues</b>
* 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

View File

@ -1,4 +1,4 @@
{
"Number": 95,
"Message": "- Numeric up/down controls for points in the graph \r\n- Change windows startup delay for sensor detection issues\r\n- Display 1 decimal place for % on all cards\r\n- Refined the tray icon tooltip text \r\n- Updated LibreHardwareMonitorLib (driver)"
"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)"
}