diff --git a/FanControl.zip b/FanControl.zip index 17921c5..a518665 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/README.md b/README.md index 2e71648..e076e38 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ ![Fan Control](Images/MainUI.png) ## New +* __(NEW) Opt-out of update popup for a specific version__ * Configurable temperature range for graphs * Decimal support in graphs * Nickname any temperature sensor from the sensor settings dialog * Auto fan curve (BETA): Automatically adjust speed to keep target temperature -* Sensor settings dialog window. Activate or deactivate specific sources. ## Installation diff --git a/version.json b/version.json index d62787b..1341d18 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Number": 115, - "Message": "- Change tray icon color from \"Theme and colors\" dialog \r\n- Fixed a bug when matching a single fan automatically \r\n- Fixed various issues with dialogs" + "Number": 116, + "Message": "- Opt-out of update popup for a specific version \r\n- Fixed a graph editing bug \r\n- Extended plugin interface with injectable modules (logger and dialog) \r\n- Auto fan curve now acts like a linear fan curve when not in load temperature \r\n- Show the config file save/load location" } \ No newline at end of file