mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
055d4727d6 | ||
|
|
ac4277c734 | ||
|
|
5bb9e71738 | ||
|
|
78c5686e5b | ||
|
|
588e28d575 | ||
|
|
123a123436 | ||
|
|
a6f7ef7217 | ||
|
|
b059dbadc3 | ||
|
|
ebd1774448 | ||
|
|
afa9f09a70 | ||
|
|
a835764f93 | ||
|
|
f3ca1c5217 | ||
|
|
ac5e836e21 | ||
|
|
d72751cce3 | ||
|
|
d36e79d776 | ||
|
|
4b21134396 |
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -8,7 +8,7 @@ assignees: ''
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
[A clear and concise description of what the bug is. Hardware support requests do NOT count as a bug. See README. Screenshots are worth a thousand words.]
|
||||
[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]
|
||||
|
||||
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
35
README.md
35
README.md
@@ -1,9 +1,14 @@
|
||||
# Fan Control
|
||||
|
||||
|
||||
<p align=center>
|
||||
<img src="Images/logo.gif" width=60/>
|
||||
<a href="https://www.getfancontrol.com">
|
||||
<img src="Images/logo.gif" width=60/>
|
||||
</a>
|
||||
</p>
|
||||
<p align=center>This is the release repository for Fan Control, a focused and highly customizable fan controlling software for Windows.</span>
|
||||
|
||||
|
||||
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.</span>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@@ -30,11 +35,11 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||

|
||||
|
||||
## New
|
||||
* __(NEW) Opt-out of update popup for a specific version__
|
||||
* __(NEW) When the app fail to start due to sensor initialization issue, the sensor settings window will open__
|
||||
* __(NEW) Refined UI__
|
||||
* 0 RPM override for Nvidia cards
|
||||
* Opt-out of update popup for a specific version
|
||||
* Configurable temperature range for graphs
|
||||
* Decimal support in graphs
|
||||
* Nickname any temperature sensor from the sensor settings dialog
|
||||
* Auto fan curve (BETA): Automatically adjust speed to keep target temperature
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -43,14 +48,24 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
## Uninstall
|
||||
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
|
||||
|
||||
Note: If you have Fan Control set to automatically start with Windows, either untick the checkbox in Fan Control, or manually delete the "Fan Control" task in Windows Task Scheduler.
|
||||
|
||||
## Plugins
|
||||
|
||||
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/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* __(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
|
||||
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 129,
|
||||
"Message": "-Bugfix: Plugin initialization would duplicate cards\r\n-Update LibreHardwareMonitorLib (NZXT GRID+ V3 support)"
|
||||
"Number": 134,
|
||||
"Message": "- UI refinements \r\n- Sexier graph fan curve card \r\n- Failed initialization will now prompt the sensor settings"
|
||||
}
|
||||
Reference in New Issue
Block a user