Compare commits

...

6 Commits
V93 ... V97

Author SHA1 Message Date
Rem0o
67d139f90d Version 97 2021-11-14 11:47:43 -05:00
Rem0o
f71e79f2eb Version 96 2021-11-08 10:44:58 -05:00
Rem0o
2e7fe2365e Version 95 2021-10-27 21:47:42 -04:00
Rem0o
fabe2943fa Update FanControl.zip 2021-10-05 15:09:28 -04:00
Rem0o
35e955c2eb Version 94 2021-10-05 14:56:54 -04:00
Rem0o
cb5db02255 Update README.md 2021-10-04 19:36:46 -04:00
5 changed files with 9 additions and 8 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,17 +2,18 @@
[<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>Horizontal (columns) UI option</b><br>
<img src="Images/HorizontalUI.png" height="400" />
* Move graph points horizontally
* Reduced CPU usage by 50%
* 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
@@ -40,7 +41,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
* <b>Q</b>: Does it run on my OS?
<br><b>A</b>: If your OS is Windows 10, yes.
<br><b>A</b>: If your OS is Windows 10 <b> Or 11</b>, yes.
## Features

View File

@@ -1,4 +1,4 @@
{
"Number": 93,
"Message": "- Horizontal UI option \r\n- Fixed graph bug \r\n- Updated LibreHardwareMonitorLib (driver)"
"Number": 97,
"Message": "- Fix storage sensor enabling/disabling bug \r\n- Sensor settings no longer overwrites your config when making a change \r\n -Refined assited setup"
}