mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c00f37fa6f | ||
|
|
d5df3eb3e0 | ||
|
|
8bc8689c43 | ||
|
|
bae57f49b6 | ||
|
|
e80a0e7d40 | ||
|
|
9200a61ec2 | ||
|
|
7e07c22626 | ||
|
|
e655ab2257 | ||
|
|
c1cbf89fe3 | ||
|
|
dc8d367149 | ||
|
|
8ac5476635 | ||
|
|
be42ab5d91 | ||
|
|
36df17525f | ||
|
|
0da3496784 | ||
|
|
2cdf109c87 | ||
|
|
8bc27bec29 | ||
|
|
d76c61dccf | ||
|
|
1e1f3585f3 | ||
|
|
8cfa4d3989 | ||
|
|
67d139f90d | ||
|
|
f71e79f2eb | ||
|
|
2e7fe2365e | ||
|
|
fabe2943fa | ||
|
|
35e955c2eb | ||
|
|
cb5db02255 |
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -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
|
||||
|
||||
BIN
FanControl.zip
BIN
FanControl.zip
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 |
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 68 KiB |
BIN
Images/SensorNickname.png
Normal file
BIN
Images/SensorNickname.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
29
README.md
29
README.md
@@ -2,27 +2,33 @@
|
||||
|
||||
[<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg">](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
##
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
This is the release repository for Fan Control, a focused, highly customizable fan controlling software for Windows.
|
||||
|
||||
|
||||

|
||||
|
||||
## New
|
||||
|
||||
* <b>Horizontal (columns) UI option</b><br>
|
||||
<img src="Images/HorizontalUI.png" height="400" />
|
||||
* Move graph points horizontally
|
||||
* Reduced CPU usage by 50%
|
||||
* -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
|
||||
* <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.
|
||||
* Numeric textbox for graph points
|
||||
|
||||
## 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
|
||||
|
||||
@@ -40,7 +46,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
|
||||
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
|
||||
* <b>Q</b>: Does it run on my OS?
|
||||
<br><b>A</b>: If your OS is Windows 10, yes.
|
||||
<br><b>A</b>: If your OS is Windows 10 <b> Or 11</b>, yes.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -56,6 +62,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
|
||||
## 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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 93,
|
||||
"Message": "- Horizontal UI option \r\n- Fixed graph bug \r\n- Updated LibreHardwareMonitorLib (driver)"
|
||||
"Number": 110,
|
||||
"Message": "- Fixed a bug where the graph width was changing dynamically"
|
||||
}
|
||||
Reference in New Issue
Block a user