diff --git a/FanControl.zip b/FanControl.zip index caa3cba..073f96a 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/README.md b/README.md index 782d955..382f754 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is the release repository for Fan Control, a highly customizable fan contro ## New +* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached. * Support for newer Nvidia RTX cards with NvAPIWrapper * Support for external sensors with .sensor files (see Example.sensor in your application folder) @@ -39,6 +40,7 @@ This is the release repository for Fan Control, a highly customizable fan contro * Linear : Temperature based linear function * Graph : Temperature based custom curve +* Target: Temperature based that holds speed until target temperature is reached * Mix : Use two different curves and apply a mix function (Max, Sum) * Sync : Sync to an existing control * Flat: Set a fixed % diff --git a/version.json b/version.json index 903103e..b112b88 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Number": 44, - "Message": "-Bug fixes\r\n-Improved exception handling" + "Number": 45, + "Message": "-Target Fan Curve: Holds the load fan speed until idle temperature is reached \r\n-0 deg (empty/null) temperature readout will max fan curves" } \ No newline at end of file