Compare commits

...

16 Commits
V114 ... V122

Author SHA1 Message Date
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
Rem0o
92f81d67b4 Version 119 2022-06-29 10:36:32 -04:00
Rem0o
8cd2910fcf Update README.md 2022-06-28 22:00:56 -04:00
xmikedanielsx
5b47a10478 Feature/update readme add featured on (#906)
* Add Featured On - For YouTuber who drove traffic

* change to standard html attribute instead of style tag
2022-06-28 21:57:47 -04:00
Rem0o
0a61f72d51 Version 118 2022-06-08 12:18:54 -04:00
Rem0o
de3aafd60d Update README.md 2022-06-02 00:38:42 -04:00
Rem0o
4f605b4c96 V117 2022-05-30 13:44:23 -04:00
Rem0o
914cad5ce0 V116 2022-05-26 18:21:09 -04:00
Rem0o
b57173ca8e Update FanControl.zip 2022-05-16 12:20:54 -04:00
Rem0o
2e4c01afce Update FanControl.zip 2022-05-16 10:30:09 -04:00
Rem0o
1da1614894 V115 2022-05-16 10:20:38 -04:00
6 changed files with 30 additions and 7 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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -11,6 +11,10 @@
[![Download](https://img.shields.io/badge/Download-FanControl-green.svg?style=flat&logo=download)](/FanControl.zip?raw=true)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_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==&amp;rs=AOn4CLDpjcuKgjSlSO8bZt8bcG4eKoRB4Q" width="350" /></a>
## Main features
@@ -26,11 +30,11 @@
![Fan Control](Images/MainUI.png)
## New
* __(NEW) 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
* Sensor settings dialog window. Activate or deactivate specific sources.
## Installation
@@ -51,18 +55,20 @@ Some examples (notify me if I'm missing some):
## Issues and hardware compatibility
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on:
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on the following projects. If you can't contribute meaningfully with a branch/PR, don't pollute their issue page with "XXXXX doesn't work". The hardware is needed for testing. If a dev has interest in that project, is browsing it, has your specific hardware AND the knowledge to make it work, that dev won't be looking for your issue, he'll just raise a PR.
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/falahati/NvAPIWrapper
* Please only open issues for the software itself, UI, feature request and so on.
* If you do have a hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
* Please only open issues on this repository for the software itself, UI, feature request and so on.
* If you do have a special hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
## FAQ
* __Q__: What settings should I set in my BIOS to play along nicely with FanControl?
<br>__A__: You want to avoid any "smart" control from your BIOS. Setting a fixed default speed in there, like 50%, works great for most people. Also keep an eye if your BIOS has PWM or DC mode on. One could work better for you depending on your setup.
<br>__A__: You want to avoid any "smart" control from your BIOS. Setting a fixed default speed, like 50%, works great for most people. Also keep an eye if your BIOS has PWM or DC mode on. One could work better for you depending on your setup.
* __Q__: My Nvidia cards has X fans, but only two cards show up, why?
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
* __Q__: My new AMD card can't be controlled, why?
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?

View File

@@ -1,4 +1,4 @@
{
"Number": 114,
"Message": "- Fixes an issue with plugin loading"
"Number": 122,
"Message": "- Fixed a drag and drop issue removing user selection \r\n- More robust retry logic when the app starts (requires to re-save your config)"
}