Compare commits

..

4 Commits
V93 ... V95

Author SHA1 Message Date
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
3 changed files with 6 additions and 7 deletions

Binary file not shown.

View File

@@ -9,10 +9,9 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* <b>Horizontal (columns) UI option</b><br>
<img src="Images/HorizontalUI.png" height="400" />
* Move graph points horizontally
* Reduced CPU usage by 50%
* <b>Numeric textbox for graph points</b>
* <b>Change windows startup delay for sensor detection issues</b>
* 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 +39,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": 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)"
}