Compare commits

...

16 Commits
V119 ... V128

Author SHA1 Message Date
Rem0o
7ef2153659 Version 128 2022-09-15 10:25:10 -04:00
Krzysztof Kowalczyk
2e4666491d Added Asus WMI plugin to README (#1083) 2022-09-06 09:35:45 -04:00
Rem0o
1d01972c4b Version 127 2022-09-04 20:11:55 -04:00
Rem0o
7fd6491855 Update FanControl.zip 2022-09-03 13:56:21 -04:00
Rem0o
084792e8cf Version 126 2022-09-03 13:13:33 -04:00
Rem0o
fe58d80901 Update FanControl.zip 2022-08-31 18:06:57 -04:00
Rem0o
2f83ce99cc Version 125 2022-08-31 17:58:09 -04:00
Rem0o
631cabe792 Version 124 2022-08-25 09:21:11 -04:00
Rem0o
97685b0ecc Update FanControl.zip 2022-08-19 10:36:38 -04:00
Rem0o
d21eeb9ce0 Version 123 2022-08-19 10:24:13 -04:00
Rem0o
761417bf74 Update FanControl.zip 2022-08-18 09:23:40 -04:00
Rem0o
879eabd7ca Version 122 2022-08-17 20:53:15 -04:00
Rem0o
21d6ecbb80 Update issue templates 2022-08-08 22:10:19 -04:00
Rem0o
36f02f761a Update issue templates 2022-08-08 22:08:56 -04:00
Rem0o
e3d0c1e4bc Version 121 2022-07-30 16:30:53 -04:00
Rem0o
44fa6eb0ed Version 120 2022-07-15 10:27:19 -04:00
4 changed files with 20 additions and 2 deletions

17
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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. Hardware support requests do NOT count as a bug. See README. Screenshots are worth a thousand words.]
**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.]

Binary file not shown.

View File

@@ -48,6 +48,7 @@ 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
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data

View File

@@ -1,4 +1,4 @@
{
"Number": 119,
"Message": "- Assisted setup: New settings step + faster fan pairing \r\n- Starting the app twice will open back the existing instance \r\n- UI refinements \r\n- Updated LibreHardwareMonitorLib"
"Number": 128,
"Message": "-Bugfix: Start% issue with non-stopping fans \r\n-Bugfix: Sensors were not refreshed when changing config \r\n-Bugfix: Nicknames were not saved properly \r\n-Add scrollbar to message dialog"
}