Compare commits

...

2 Commits
V79 ... V80

Author SHA1 Message Date
Rem0o
91b0fd2f28 Version 80 2021-05-27 16:51:22 -04:00
Rem0o
2638976181 Typo 2021-05-17 20:32:13 -04:00
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@@ -6,7 +6,8 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* <b> Replaced numerical comboboxes with text boxes </b>
* <b>Increased max temp. to 120 C </b>
* Replaced numerical comboboxes with text boxes
* Time average custom sensor ( Plus sign menu )
* File custom sensor interface ( Plus sign menu )
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and

View File

@@ -1,4 +1,4 @@
{
"Number": 79,
"Message": "- Numeric up/down fields now have a + and a - button. You can also use the arrow keys to change the value. \r\n Fixed a bug where Nvidia fan settings would be overriden even if the control was disabled. "
"Number": 80,
"Message": "- Decimal fix for supported numeric fields \r\n- Increased max temp. to 120 C."
}