diff --git a/FanControl.zip b/FanControl.zip index 241eaea..eedf79e 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/README.md b/README.md index 2e86dc2..82dd41b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ This is the release repository for Fan Control, a highly customizable fan contro ## New -* Replaced numerical comboboxes with text boxes +* Increased max temp. to 120 C +* 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 diff --git a/version.json b/version.json index 13b09eb..36d881e 100644 --- a/version.json +++ b/version.json @@ -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 overridden even if the control was disabled. " + "Number": 80, + "Message": "- Decimal fix for supported numeric fields \r\n- Increased max temp. to 120 C." } \ No newline at end of file