Compare commits

..

14 Commits
V102 ... 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
Rem0o
e80a0e7d40 Merge pull request #548 from medevil84/patch-1
Update README.md
2022-03-20 10:55:27 -04:00
medevil
9200a61ec2 Update README.md
Added a link to the FanControl.AquacomputerHighFlowNext repository
2022-03-19 20:51:45 +01:00
Rem0o
7e07c22626 Version 108 2022-03-15 17:57:08 -04:00
Rem0o
e655ab2257 Version 107 2022-03-15 11:23:54 -04:00
Rem0o
c1cbf89fe3 Update FanControl.zip 2022-03-12 18:53:50 -05:00
Rem0o
dc8d367149 Version 106 2022-03-12 11:33:33 -05:00
Rem0o
8ac5476635 Update FanControl.zip 2022-02-22 09:40:32 -05:00
Rem0o
be42ab5d91 Version 105 2022-02-22 09:23:37 -05:00
Rem0o
36df17525f Version 104 2022-02-21 22:27:38 -05:00
Rem0o
0da3496784 Version 103 2022-02-09 11:23:42 -05:00
8 changed files with 17 additions and 13 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

BIN
Images/SensorNickname.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -8,24 +8,27 @@ This is the release repository for Fan Control, a focused, highly customizable f
![Fan Control](Images/MainUI.png)
## New
* <b> Auto fan curve (BETA): Automatically adjust speed to keep target temperature</b>
* <b> Allow text-wrapping for long names </b>
* <b> Configurable temperature range for graphs </b>
* Better decimal support in graphs
* Nickname any temperature sensor from the sensor settings dialog
* 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.
![Sensor settings dialog](Images/SensorSettingsDialog.png)
* 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
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
* https://github.com/Rem0o/FanControl.HWInfo
* https://github.com/Rem0o/FanControl.DellPlugin
## 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
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
* https://github.com/Rem0o/FanControl.HWInfo
* https://github.com/Rem0o/FanControl.DellPlugin
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext
## Issues and hardware compatibility
@@ -59,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": 102,
"Message": "- Added sensor configuration window as part of the assisted setup. \r\n- Allow 1 degree as minimum deadband value for Auto fan curve"
"Number": 110,
"Message": "- Fixed a bug where the graph width was changing dynamically"
}