mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
39 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
219e48a4f1 | ||
|
|
990750d9aa | ||
|
|
653c33a23d | ||
|
|
95d4378fdc | ||
|
|
74b38e837e | ||
|
|
7857eb3322 | ||
|
|
33806ef411 | ||
|
|
cff04475c6 | ||
|
|
6005e58c71 | ||
|
|
064052f6a1 | ||
|
|
cff6cb08e9 | ||
|
|
ef3f799205 | ||
|
|
ebdb29c012 | ||
|
|
c7a02fbe9e | ||
|
|
487dd68003 | ||
|
|
60e8afd5f2 | ||
|
|
1f19b19b6b | ||
|
|
839ade896e | ||
|
|
13409451b5 | ||
|
|
ae50069d18 | ||
|
|
14723551ff | ||
|
|
5dc75d69c5 | ||
|
|
99e2328b93 | ||
|
|
44566db75a | ||
|
|
b1d61ad225 | ||
|
|
50871fea6c | ||
|
|
c2d7882662 | ||
|
|
e17cce467f | ||
|
|
3bfc6739bb | ||
|
|
0fa3f0afd8 | ||
|
|
a52ff2bfa1 | ||
|
|
e1878f4a50 | ||
|
|
cc73adfef4 | ||
|
|
83ef530b21 | ||
|
|
c4ab548aa8 | ||
|
|
c4483d3422 | ||
|
|
b344e55e25 | ||
|
|
f0d8825832 | ||
|
|
37048bc633 |
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # 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
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 74 KiB |
40
README.md
40
README.md
@@ -1,30 +1,49 @@
|
||||
# FanControl.Releases
|
||||
|
||||
## [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
[<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.
|
||||
|
||||
Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
## New
|
||||
|
||||
* Hysteresis can now be switched from one-way (down only) to two-way (up and down)
|
||||
* Average function for the mix curve
|
||||
* Start with Windows setting
|
||||
* 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)
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
|
||||
## Issues
|
||||
|
||||
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
|
||||
* Please only open issues for the software itself, UI, feature request and so on.
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
* Save, edit and load multiple profiles
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives )
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
||||
* Custom fan curves
|
||||
* Fine tune the fan control response with steps, activation %, response time and hysteresis
|
||||
* Mix different curves and sensors together
|
||||
* Modern, dashboard-style UI
|
||||
* Works as a background application with a customizable tray icon
|
||||
* Create custom external temperature sensors with *.sensor files.
|
||||
* And more!
|
||||
|
||||
## Fan curve types
|
||||
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum)
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum, Average)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
@@ -40,4 +59,9 @@ Libraries used:
|
||||
|
||||
* Dark mode available
|
||||
|
||||

|
||||

|
||||
|
||||
## Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 32,
|
||||
"Message": "- Cache system rework (default config will be loaded once after update) \r\n- Link to release repo \r\n- Updated LibreHardwareMonitorLib (Kraken X3 support)"
|
||||
"Number": 51,
|
||||
"Message": "-Hysteresis option for one-way or two-way\r\n-Top right menu rework\r\n-Refresh sensors detection"
|
||||
}
|
||||
Reference in New Issue
Block a user