Compare commits

...

6 Commits
V41 ... V44

Author SHA1 Message Date
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
3 changed files with 14 additions and 9 deletions

Binary file not shown.

View File

@@ -1,13 +1,13 @@
# 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
## New
* Support for newer Nvidia RTX cards with NvAPIWrapper
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
## Installation
@@ -26,7 +26,7 @@ Libraries used:
## 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
@@ -56,3 +56,8 @@ Libraries used:
* Dark mode available
![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": 41,
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)"
"Number": 44,
"Message": "-Bug fixes\r\n-Improved exception handling"
}