Compare commits

..

33 Commits
V33 ... V49

Author SHA1 Message Date
Rem0o
7857eb3322 Version 49 2020-09-14 11:51:33 -04:00
Rem0o
33806ef411 Update FanControl.zip 2020-09-03 08:59:00 -04:00
Rem0o
cff04475c6 Update README.md 2020-09-02 17:46:12 -04:00
Rem0o
6005e58c71 Version 48 2020-09-02 17:45:29 -04:00
Rem0o
064052f6a1 Version 47 2020-08-28 17:51:50 -04:00
Rem0o
cff6cb08e9 Update README.md 2020-08-25 11:57:26 -04:00
Rem0o
ef3f799205 Update README.md 2020-08-25 09:20:27 -04:00
Rem0o
ebdb29c012 Update FanControl.zip 2020-08-24 21:09:53 -04:00
Rem0o
c7a02fbe9e Version 46 2020-08-24 21:05:24 -04:00
Rem0o
487dd68003 Version 45 2020-08-20 17:09:24 -04:00
Rem0o
60e8afd5f2 Version 44 2020-08-16 17:48:35 -04:00
Rem0o
1f19b19b6b Update README.md 2020-08-15 11:57:16 -04:00
Rem0o
839ade896e Update README.md 2020-08-15 11:56:36 -04:00
Rem0o
13409451b5 Version 43 2020-08-15 11:45:23 -04:00
Rem0o
ae50069d18 Version 42 2020-08-11 18:06:07 -04:00
Rem0o
14723551ff Update README.md 2020-08-11 14:33:27 -04:00
Rem0o
5dc75d69c5 Version 41 2020-08-11 13:18:17 -04:00
Rem0o
99e2328b93 Version 40 2020-08-11 11:48:06 -04:00
Rem0o
44566db75a Merge branch 'master' of https://github.com/Rem0o/FanControl.Releases 2020-08-10 10:02:56 -04:00
Rem0o
b1d61ad225 Update README.md 2020-08-10 10:02:50 -04:00
Rem0o
50871fea6c Merge pull request #17 from Rem0o/NvAPIWrapper
Version 39
2020-08-10 09:59:15 -04:00
Rem0o
c2d7882662 Version 39 2020-08-10 09:57:17 -04:00
Rem0o
e17cce467f Update FanControl.zip 2020-08-05 21:07:42 -04:00
Rem0o
3bfc6739bb Version 39
-Changed Nvidia GPU backend to NVApiWrapper
2020-08-04 14:36:18 -04:00
Rem0o
0fa3f0afd8 Update README.md 2020-07-19 12:22:58 -04:00
Rem0o
a52ff2bfa1 Version 38 2020-07-19 11:12:10 -04:00
Rem0o
e1878f4a50 Update README.md 2020-07-11 13:31:46 -04:00
Rem0o
cc73adfef4 Version 37 2020-07-11 13:25:54 -04:00
Rem0o
83ef530b21 Fix serialization bug
- Disable storage sensor setting was not restoring properly
2020-07-02 14:00:17 -04:00
Rem0o
c4ab548aa8 Version 36 2020-07-01 17:16:14 -04:00
Rem0o
c4483d3422 Create FUNDING.yml 2020-06-24 10:57:00 -04:00
Rem0o
b344e55e25 Version 35 2020-06-24 10:02:57 -04:00
Rem0o
f0d8825832 Version 34 2020-06-20 11:21:22 -04:00
6 changed files with 44 additions and 10 deletions

12
.github/FUNDING.yml vendored Normal file
View 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&currency_code=USD&source=url&item_name=Fan+Control"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

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

View File

@@ -1,31 +1,48 @@
# FanControl.Releases
## [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_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&currency_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
* 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.
![Fan Control](Images/MainUI.png)
## 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 %
@@ -41,4 +58,9 @@ Libraries used:
* Dark mode available
![Fan Control](Images/ColorsDialog.png)
![Fan Control](Images/ColorsDialog.png)
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper

View File

@@ -1,4 +1,4 @@
{
"Number": 33,
"Message": "- Fixed memory leak with the graph \r\n- Updated LibreHardwareMonitorLib"
"Number": 49,
"Message": "-Updated LibreHardwareMonitorLib (better IT8628E support)"
}