Compare commits

...

18 Commits
V192 ... V203

Author SHA1 Message Date
Rem0o
ff9f0c3c9c V203 2024-09-19 09:28:50 -04:00
Rem0o
822ac9fc1a Update README.md 2024-09-16 09:26:27 -04:00
Rem0o
18ec70f909 V202 2024-09-14 12:54:31 -04:00
Rem0o
1f3fb16472 Update README.md 2024-09-12 17:48:12 -04:00
Rem0o
1209e7a172 V201 2024-09-08 20:00:32 -04:00
Rem0o
92c795a73c Update bug_report.md 2024-09-04 18:42:03 -04:00
Rem0o
90b72479a5 V200 2024-09-03 12:19:19 -04:00
Rem0o
b98b4ee6be Update version.json 2024-08-13 08:59:40 -04:00
Rem0o
de7764ee24 V199 2024-08-13 08:58:08 -04:00
Rem0o
153dc5d994 V198 2024-07-27 13:41:28 -04:00
Rem0o
b5a1d87638 V197 2024-07-24 17:35:11 -04:00
Rem0o
af4c4c2258 Update README.md 2024-07-12 16:35:26 -04:00
Rem0o
b02e29b871 V196 2024-07-11 10:21:29 -04:00
Rem0o
976556dda2 Update README.md 2024-07-10 10:12:44 -04:00
Rem0o
f685381549 Update version.json 2024-07-10 09:55:04 -04:00
Rem0o
8f9e9e1518 V195 2024-07-10 09:53:17 -04:00
Rem0o
f45c626bf5 V194 2024-06-21 11:55:26 -04:00
Rem0o
8b72e27dfd V193 2024-06-06 09:46:39 -04:00
4 changed files with 12 additions and 10 deletions

View File

@@ -7,6 +7,9 @@ assignees: ''
---
**If you are experiencing a crash**
Link the relevant/associated Windows EventViewer logs, and also FanControl's own log.txt.
**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.]

Binary file not shown.

View File

@@ -17,7 +17,8 @@
[![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)
## New
* AMD GPU support through the [ADLX plugin](https://github.com/Rem0o/FanControl.ADLX). Now actively tested and developped by Rem0o.
* The software is now open for translations. Contributions are welcomed here [FanControl.i18n](https://github.com/Rem0o/FanControl.i18n)
* AMD GPU support through [ADLXWrapper](https://github.com/Rem0o/ADLXWrapper).
* Fan calibration and RPM mode for fan curves. See [discussion](https://github.com/Rem0o/FanControl.Releases/discussions/2333).
* Installer now available in addition to the portable version of the application. Both .NET 4.8 and 8.0 versions of the application are available as such [here](https://github.com/Rem0o/FanControl.Releases/releases).
@@ -96,7 +97,7 @@ From the community (notify me if I'm missing some):
From Rem0o
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
* https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
* (OBSOLETE) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
@@ -116,8 +117,6 @@ From Rem0o
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
* __Q__: My Nvidia cards won't go below 30% and doesn't go to 0 RPM, why?
<br>__A__: [See here](https://github.com/Rem0o/FanControl.Releases/wiki/Nvidia-30%25-and-0-RPM)
* __Q__: My new AMD card can't be controlled, why?
<br>__A__: Newer AMD cards are not supported by LHM, but support is available through [ADLX plugin](https://github.com/Rem0o/FanControl.ADLX). This plugin will be ported to the main application at some point, either through LHM or directly like NvAPIWrapper.
* __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,11 +1,11 @@
{
"Number": 192,
"Message": "- Fahrenheit display option\r\n- Fan speed % tray icons\r\n- Tray icon now support for 3 digits\r\n- Fixed a bug when changing sensor sources\r\n- See current temp. while editing a graph",
"Number": 203,
"Message": "- New translations: el, es, hu, pl, ru, zh-CN\r\n- Fix a bug initializing ADLX",
"Checksums": {
"FanControl_4_8": "9DD6788BE4A2D0103788313D3EA44FED",
"FanControl_8_0": "17E229B875390EF7A306DA040B91A1AD",
"FanControl_4_8_Installer": "B4C446A1AE506E217D00491357CE44F4",
"FanControl_8_0_Installer": "756FE5D21BB44F467B0C271491C30197",
"FanControl_4_8": "35D84CE7A9432922B0B75D99E4FCA540",
"FanControl_8_0": "A78AF8938B9842D302A18A5FA4F8CB18",
"FanControl_4_8_Installer": "B471343143DE4DC172C4A9BB7BC9AC1C",
"FanControl_8_0_Installer": "CDBAA22F82C820AC61D68ACA9F385A82",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}