Version 136

This commit is contained in:
Rem0o 2022-11-03 21:02:43 -04:00
parent d0621da9da
commit 6a14584dd8
3 changed files with 13 additions and 12 deletions

Binary file not shown.

View File

@ -25,21 +25,22 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
* Guided __setup__ process on first launch * Guided __setup__ process on first launch
* Save, edit and load multiple __profiles__ * Save, edit and load multiple __profiles__
* Change the __theme__ and __color__ to fit your setup * Change the __theme__ and __color__ of the application.
* Multiple temperature __sources__ ( CPU, GPU, motherboard, hard drives... ) * 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](#fan-curve-types)__, including a custom __[graph](#graph-fan-curve-editor)__
* __Mix__ fan curves or sensor togethers (max, min, average) * __Mix__ fan curves or sensor togethers (max, min, average)
* Low resource usage * Low resource usage
* Advanced tuning with steps, start %, stop %, response time and hysteresis * Advanced tuning with steps, start %, stop %, response time and hysteresis
![Fan Control](Images/MainUI.png) ## __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 * __(NEW)__ When the app fail to start due to sensor initialization issue, the sensor settings window will open
* __(NEW) When the app fail to start due to sensor initialization issue, the sensor settings window will open__ * __(NEW)__ Refined UI
* __(NEW) Refined UI__
* 0 RPM override for Nvidia cards * 0 RPM override for Nvidia cards
* Opt-out of update popup for a specific version <br/>
* Configurable temperature range for graphs <br/>
![Fan Control](Images/MainUI.png)
## Installation ## Installation
@ -93,7 +94,7 @@ From Rem0o
## Fan curve types ## Fan curve types
* (NEW) Auto: PI controller-ish type function. % will surf until temp is stable at load. * Auto: PI controller-ish type function. % will surf until temp is stable at load.
* Linear : Temperature based linear function * Linear : Temperature based linear function
* Graph : Temperature based custom curve * Graph : Temperature based custom curve
* Target: Temperature based that holds speed until target temperature is reached * Target: Temperature based that holds speed until target temperature is reached
@ -103,7 +104,7 @@ From Rem0o
## Graph fan curve editor ## Graph fan curve editor
* (NEW) Change the temperature range for finer control over a small range * __(NEW)__ Change the temperature range for finer control over a small range
* Add, remove and drag points arround the graph * Add, remove and drag points arround the graph
* Copy and paste points from a graph to another * Copy and paste points from a graph to another
* Fine-tune the response with the hysteresis and response time parameters * Fine-tune the response with the hysteresis and response time parameters

View File

@ -1,4 +1,4 @@
{ {
"Number": 135, "Number": 136,
"Message": "- Fixed initialization bug \r\n- UI refinements \r\n- Sexier graph fan curve card \r\n- Failed initialization will now prompt the sensor settings" "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"
} }