Compare commits

..

10 Commits
V37 ... V41

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

Binary file not shown.

View File

@@ -7,6 +7,14 @@ This is the release repository for Fan Control, a highly customizable fan contro
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
@@ -47,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": 37,
"Message": "- External temp. sensors: Create a *.sensor file in the app folder to create a temperature file sensor. See the Example.sensor file."
"Number": 41,
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)"
}