Compare commits

...

2 Commits
V94 ... 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
3 changed files with 5 additions and 6 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

View File

@@ -1,4 +1,4 @@
{
"Number": 94,
"Message": "- UI tweaks \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)"
}