Compare commits

...

6 Commits
V129 ... V131

Author SHA1 Message Date
Rem0o
a835764f93 Update FanControl.zip 2022-10-05 21:40:07 -04:00
Rem0o
f3ca1c5217 Version 131 2022-10-05 21:14:54 -04:00
Rem0o
ac5e836e21 Update issue templates 2022-09-28 12:57:14 -04:00
Rem0o
d72751cce3 Update FanControl.zip 2022-09-25 17:12:07 -04:00
Rem0o
d36e79d776 V130 2022-09-25 14:00:13 -04:00
Rem0o
4b21134396 Update README.md
Add missing plugins.
2022-09-25 13:41:26 -04:00
4 changed files with 12 additions and 7 deletions

View File

@@ -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]

Binary file not shown.

View File

@@ -47,10 +47,15 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
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

View File

@@ -1,4 +1,4 @@
{
"Number": 129,
"Message": "-Bugfix: Plugin initialization would duplicate cards\r\n-Update LibreHardwareMonitorLib (NZXT GRID+ V3 support)"
"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."
}