mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a835764f93 | ||
|
|
f3ca1c5217 | ||
|
|
ac5e836e21 | ||
|
|
d72751cce3 | ||
|
|
d36e79d776 | ||
|
|
4b21134396 | ||
|
|
2b758509b7 | ||
|
|
7ef2153659 | ||
|
|
2e4666491d | ||
|
|
1d01972c4b | ||
|
|
7fd6491855 | ||
|
|
084792e8cf | ||
|
|
fe58d80901 | ||
|
|
2f83ce99cc | ||
|
|
631cabe792 | ||
|
|
97685b0ecc | ||
|
|
d21eeb9ce0 | ||
|
|
761417bf74 | ||
|
|
879eabd7ca | ||
|
|
21d6ecbb80 | ||
|
|
36f02f761a | ||
|
|
e3d0c1e4bc | ||
|
|
44fa6eb0ed | ||
|
|
92f81d67b4 | ||
|
|
8cd2910fcf | ||
|
|
5b47a10478 |
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a bug issue with all relevant informations
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
[A clear and concise description of what the bug is. Screenshots are worth a thousand words. Hardware support requests do NOT count as a bug. See https://github.com/Rem0o/FanControl.Releases#issues-and-hardware-compatibility.]
|
||||
|
||||
**Is there a log.txt file next to FanControl.exe with recent date entries?**
|
||||
[Link it here]
|
||||
|
||||
**Relevant hardware specs and setup**
|
||||
[Laptops and most proprietary pre-built desktops are not supported.]
|
||||
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
16
README.md
16
README.md
@@ -11,6 +11,10 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## Featured On
|
||||
JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
|
||||
<a href="https://www.youtube.com/watch?v=uDPKVKBMQU8"><img alt="JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!" src="https://i.ytimg.com/vi/uDPKVKBMQU8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDpjcuKgjSlSO8bZt8bcG4eKoRB4Q" width="350" /></a>
|
||||
|
||||
## Main features
|
||||
|
||||
@@ -43,9 +47,15 @@
|
||||
|
||||
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
|
||||
|
||||
Some examples (notify me if I'm missing some):
|
||||
* __(NEW)__ https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
|
||||
* __(NEW)__ https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
|
||||
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* https://github.com/vision57/FanControl.GPU-Z
|
||||
|
||||
From Rem0o
|
||||
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
|
||||
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 118,
|
||||
"Message": "- UI improvement: better use of the accent color \r\n- More robust wake from sleep \r\n- Fixed a bug when editing a graph"
|
||||
"Number": 131,
|
||||
"Message": "- Fan start bug: control could get stuck at start %. \r\n- Logger will now split itself in multiple files to avoid one giant unmanageable file. \r\n- Sync fan curve now detects if there is a loop. \r\n- Improved multi-instance handling: will now look if a FanControl instance is opened in a different user session. If yes, that instance will be closed before opening a new one."
|
||||
}
|
||||
Reference in New Issue
Block a user