Compare commits

...

4 Commits
V108 ... V110

Author SHA1 Message Date
Rem0o
c00f37fa6f Version 110 2022-04-03 14:11:29 -04:00
Rem0o
d5df3eb3e0 Version 109 2022-03-29 21:41:41 -04:00
Rem0o
8bc8689c43 Merge branch 'master' of https://github.com/Rem0o/FanControl.Releases 2022-03-24 15:40:06 -04:00
Rem0o
bae57f49b6 Set sponsor in FUNDING.yml 2022-03-24 15:40:03 -04:00
5 changed files with 7 additions and 9 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1,6 +1,6 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: [rem0o] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -8,23 +8,20 @@ This is the release repository for Fan Control, a focused, highly customizable f
![Fan Control](Images/MainUI.png)
## New
* <b> Better decimal support in graphs </b>
* <b> Configurable temperature range for graphs </b>
* Better decimal support in graphs
* Nickname any temperature sensor from the sensor settings dialog
![Sensor settings dialog](Images/SensorNickname.png)
* Auto fan curve (BETA): Automatically adjust speed to keep target temperature
* Allow text-wrapping for long names
* Sensor settings dialog window. Activate or deactivate specific sources.
* Numeric textbox for graph points
* Change windows startup delay for sensor detection issues
* Horizontal (columns) UI option
* -c or --config [json config file] command line arg
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. Start FanControl.exe
4. (Optional) -c or --config [json config file] command line arg
## Plugins
@@ -65,6 +62,7 @@ This is the release repository for Fan Control, a focused, highly customizable f
## Fan curve types
* (NEW) Auto: PI-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

View File

@@ -1,4 +1,4 @@
{
"Number": 108,
"Message": "- Better decimal support all arround\r\n- Fixed potential UI memory leak \r\n- Removed useless properties when saving a config file"
"Number": 110,
"Message": "- Fixed a bug where the graph width was changing dynamically"
}