Compare commits

..

10 Commits
V31 ... V37

Author SHA1 Message Date
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
Rem0o
628e308f3f Version 32 2020-06-06 21:42:56 -04:00
Rem0o
7dab9b2b7b Update README.md 2020-06-03 20:03:06 -04:00
4 changed files with 31 additions and 5 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

@@ -2,21 +2,29 @@
## [![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)
Fan Control is a highly customizable and feature-rich fan controlling software for Windows.
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
## 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 )
* Custom fan curves
* Fine tune the fan control response with steps, activation %, response time and hysteresis
* Mix different curves and sensors together
* Modern UI
* Create, edit and load multiple profiles
* 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
@@ -29,8 +37,14 @@ Libraries used:
## Graph fan curve editor
* Add, remove and drag points arround the graph
* Copy and paste points from a graph to another
* Fine-tune the response with the hysteresis and response time parameters
![Fan Control](Images/GraphDialog.png)
## Theme editor
* Dark mode available
![Fan Control](Images/ColorsDialog.png)

View File

@@ -1,4 +1,4 @@
{
"Number": 31,
"Message": "- Minor bug fixes \r\n- Changed host to Github repo \r\n- Updated LibreHardwareMonitorLib"
"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."
}