diff --git a/FanControl.zip b/FanControl.zip index 04fa1c7..7faa0f7 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/README.md b/README.md index b0245f7..9758967 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,16 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me! * Save, edit and load multiple __profiles__ * Change the __theme__ and __color__ of the application. * Multiple temperature __sources__ ( CPU, GPU, motherboard, hard drives... ) -* Multiple fan curve __[functions](#fan-curve-types)__, including a custom __[graph](#graph-fan-curve-editor)__ +* Multiple fan curve __[functions](https://getfancontrol.com/docs)__, including a custom __[graph](#graph-fan-curve-editor)__ * __Mix__ fan curves or sensor togethers (max, min, average) * Low resource usage * Advanced tuning with steps, start %, stop %, response time and hysteresis ## __New__ -* __(NEW)__ Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs. -* __(NEW)__ When the app fail to start due to sensor initialization issue, the sensor settings window will open -* __(NEW)__ Refined UI +* __(NEW)__ Minimum % on control cards +* Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs. +* When the app fail to start due to sensor initialization issue, the sensor settings window will open +* Refined UI * 0 RPM override for Nvidia cards

diff --git a/version.json b/version.json index a2fc0ac..4f4cd97 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Number": 137, - "Message": "- Updated LibreHardwareMonitorLib (NCT6799D, NCT6686D, Windows storage spaces) \r\n- Renamed target fan curve to trigger fan curve to better reflect its internal logic." + "Number": 138, + "Message": "-Minimum % feature on control cards \r\n- Updated LibreHardwareMonitorLib \r\n- Add EULA to the program." } \ No newline at end of file