diff --git a/FanControl.zip b/FanControl.zip index 5a93182..fb2e219 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/README.md b/README.md index 21cb7ed..0109b01 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ From Rem0o * Auto: PI controller-ish type function. % will surf until temp is stable at load. * Linear : Temperature based linear function * Graph : Temperature based custom curve -* Target: Temperature based that holds speed until target temperature is reached +* Trigger: Temperature based that holds speed until trigger temperatures are reached * Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract) * Sync : Sync to an existing control * Flat: Set a fixed % diff --git a/version.json b/version.json index 75283a8..a2fc0ac 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Number": 136, - "Message": "- Use -c or --config [CONFIG FILE] argument to change config at runtime.\r\n- Create shortcuts, bind them to hotkeys with your favorite app, or automate as you please.\r\n- Small bug fixes" + "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." } \ No newline at end of file