Compare commits

...

20 Commits
V32 ... V42

Author SHA1 Message Date
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
Rem0o
37048bc633 Version 33 2020-06-15 11:09:21 -04:00
4 changed files with 33 additions and 6 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.

View File

@@ -1,23 +1,38 @@
# 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
* https://github.com/falahati/NvAPIWrapper
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. [Optional] Run the Register_Startup_Task.cmd script
4. 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
@@ -40,4 +55,4 @@ Libraries used:
* Dark mode available
![Fan Control](Images/ColorsDialog.png)
![Fan Control](Images/ColorsDialog.png)

View File

@@ -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": 42,
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)\r\n-Fixed Nvidia fan control when multiple controls are available\r\n-Fixed bug with the automatic fan matching"
}