mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a52ff2bfa1 | ||
|
|
e1878f4a50 | ||
|
|
cc73adfef4 | ||
|
|
83ef530b21 | ||
|
|
c4ab548aa8 | ||
|
|
c4483d3422 | ||
|
|
b344e55e25 |
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal 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¤cy_code=USD&source=url&item_name=Fan+Control"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -8,6 +8,11 @@ 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.
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
@@ -19,6 +24,7 @@ Libraries used:
|
||||
* 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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 34,
|
||||
"Message": "- Increased maximum command step \r\n- Increased maximum hysteresis \r\n- Increased maximum response time"
|
||||
"Number": 38,
|
||||
"Message": "-Updated LibreHardwareMonitorLibrary \r\n-Fixed Graph fan curve bug"
|
||||
}
|
||||
Reference in New Issue
Block a user