Compare commits

..

12 Commits
V201 ... V209

Author SHA1 Message Date
Rem0o
909977eb2e V209 2024-11-25 12:31:37 -05:00
Bob Conan
b0da34f02d Updated README.md, fix typo(s) (#2840) 2024-11-20 16:48:37 -05:00
Rem0o
f057861044 V208 2024-11-15 19:42:42 -05:00
Rem0o
95f56bf765 Update version.json 2024-10-28 20:15:14 -04:00
Rem0o
b9341972f0 V207 2024-10-28 20:13:16 -04:00
Rem0o
9d0be200af V206 2024-10-08 12:37:53 -04:00
Rem0o
30c50da4f1 V205 2024-09-27 12:07:08 -04:00
Rem0o
7c43b5edd2 V204 2024-09-23 19:29:58 -04:00
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
3 changed files with 9 additions and 8 deletions

Binary file not shown.

View File

@@ -17,6 +17,7 @@
[![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
* 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
@@ -126,7 +127,7 @@ From Rem0o
## Graph fan curve editor
* __(NEW)__ Change the temperature range for finer control over a small range
* Add, remove and drag points arround the graph
* Add, remove and drag points around the graph
* Copy and paste points from a graph to another
* Fine-tune the response with the hysteresis and response time parameters

View File

@@ -1,11 +1,11 @@
{
"Number": 201,
"Message": "- Full French translation available.\r\n- Other translations soon open for contribution\r\n- Fix a sensor refresh bug",
"Number": 209,
"Message": "- Update LibreHardwareMonitorLib (some X870 support + various other motherboards)\r\n- Fix negative value support with Mix custom sensor\r\n- Small fixes\r\n- Korean lang. support",
"Checksums": {
"FanControl_4_8": "A2339D33D780FC786E7947163DEC1E28",
"FanControl_8_0": "D179C84A1649AAA434CDFE0D481F51C8",
"FanControl_4_8_Installer": "855F10AD487444442934623C6AC2602E",
"FanControl_8_0_Installer": "C4FA799E900B27249BAD37F672D982A0",
"FanControl_4_8": "6852BC0AD7E5CF2C07911EF0DFB05AC6",
"FanControl_8_0": "89964E7084A8227777D9F1720B7040D4",
"FanControl_4_8_Installer": "ED4C5A26BC5ABCD94CE05415C3AFD4A4",
"FanControl_8_0_Installer": "88F7298E1BBFFC2F6E8BA2448DBF2DBF",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}