Skip to content

Releases: EvanMulawski/FanControl.CorsairLink

v1.4.0-beta.5

01 Sep 19:41
468d6f6
Compare
Choose a tag to compare
v1.4.0-beta.5 Pre-release
Pre-release
  • Hydro Platinum: Always send cooling commands to the device, as the device will revert cooling settings to defaults after a period of time (#90).

v1.4.0-beta.4

01 Sep 02:56
827fab4
Compare
Choose a tag to compare
v1.4.0-beta.4 Pre-release
Pre-release
  • Hydro Platinum: Implemented device communication improvements and fixed "CRC mismatch" errors (#47).
  • Hydro Asetek: Fixed devices becoming unresponsive after a period of time (#79).
  • Hydro Asetek: Allow overriding the default safety profile for Pro devices. The default safety profile stored on the device may be overridden by setting the FANCONTROL_CORSAIRLINK_HYDRO_ASETEK_PRO_SAFETY_PROFILE_OVERRIDE_ENABLED environment variable to 1 and restarting Fan Control. The new safety profile will activate at 58°C (the maximum allowed) instead of 37/40°C (model-dependent).
  • General: Reset the error detection count periodically. Old and/or sporadic errors will no longer trigger the "multiple errors detected" alert.
  • Internals: Set the read and write timeout values for HID devices to 500ms (previously 3,000ms, the default).

v1.4.0-beta.3

28 Aug 16:04
ae4456e
Compare
Choose a tag to compare
v1.4.0-beta.3 Pre-release
Pre-release
  • Fix: A utility method used for logging resulted in an infinite loop, causing the Fan Control process to crash.

v1.4.0-beta.2

27 Aug 23:14
51cbaae
Compare
Choose a tag to compare
v1.4.0-beta.2 Pre-release
Pre-release
  • Hydro Platinum: Device commands are retried for a period of time if the response is invalid (#47).
  • General: Presents an alert if (10) consecutive attempts to refresh devices have failed. Like existing alerts, this can be disabled by setting the FANCONTROL_CORSAIRLINK_ERROR_NOTIFICATIONS_DISABLED environment variable to 1 and restarting Fan Control.
  • Logging: Consolidated device refresh failure messages into a single ERR message instead of two messages (one WRN and one ERR).

ℹ️ This release has been pulled due to an issue.

v1.4.0-beta.1

05 Aug 18:05
f4f46ca
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release
  • New Device: Adds support for the Asetek Hydro AIOs: H80i GT, H80i GT V2, H80i Pro, H100i GT V2, H100i GTX, H100i Pro, H110i GT V2, H110i GTX, H115i Pro, H150i Pro
    • Note: Communication with an Asetek Hydro AIO requires driver installation. Instructions are provided in Corsair-SiUsbXpress-Driver/README.txt.

v1.3.0

02 Aug 01:46
0e4000b
Compare
Choose a tag to compare

New Devices

  • HXi and RMi series power supplies (HID PSU)
  • AXi series power supplies (Flex USB PSU)
    • Note: Communication with an AXi PSU requires driver installation. Instructions are provided in Corsair-SiUsbXpress-Driver/README.txt.

Existing Devices

  • Commander CORE / Commander PRO / Coolit: Resolves an issue controlling devices after switching configurations (#58).

Other

  • General: Presents an alert if the incorrect build of Fan Control is detected.
  • Logging: All logs are now written to CorsairLink.log instead of Fan Control's log.txt to prevent file contention.
  • Logging: Presents an alert if multiple (10) errors are detected. This can be disabled by setting the FANCONTROL_CORSAIRLINK_ERROR_NOTIFICATIONS_DISABLED environment variable to 1 and restarting Fan Control.
  • Logging: Updates logging infrastructure to match the Razer plugin.
  • Logging: General logging improvements. Debug logging can be enabled by setting the FANCONTROL_CORSAIRLINK_DEBUG_LOGGING_ENABLED environment variable to 1 and restarting Fan Control.

v1.3.0-beta.4

29 Jul 19:26
02448c8
Compare
Choose a tag to compare
v1.3.0-beta.4 Pre-release
Pre-release
  • Fix: Fixes an issue introduced in v1.3.0-beta.3 that would stop the plugin from functioning when error detection notifications were enabled (the default) and multiple (10) errors were detected until the Fan Control dialog was dismissed.
  • Logging: Shows a system message box instead of using the Fan Control dialog when error detection notifications are enabled (the default) and multiple (10) errors were detected.

v1.3.0-beta.3

02 Jul 20:25
7c2aa13
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release
  • New Device: Adds support for the AXi series of power supplies (Flex USB PSU).
    • Note: The minimum fan duty is 15%. When the fan power is set to 0%, control of the fan will be returned to the PSU allowing zero-RPM operation. When the fan power is set to 1% or higher, control of the fan will be returned to Fan Control.
    • Note: Communication with an AXi PSU requires driver installation. Instructions are provided in Corsair-SiUsbXpress-Driver/README.txt.
  • General: Presents an alert if the incorrect build of Fan Control is detected.
  • Logging: Presents an alert if multiple errors are detected. General logging improvements.

v1.3.0-beta.2

27 Jun 02:57
fe68183
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release
  • Commander CORE / Commander PRO / Coolit / HID PSU: Resolves an issue controlling devices after switching configurations (#58).
  • Internals: Devices have been moved into separate projects.
  • Logging: All logs are now written to CorsairLink.log instead of Fan Control's log.txt to prevent file contention.

v1.3.0-beta.1

19 Jun 01:35
0008000
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release
  • New Device: Adds support for the HXi and RMi series of power supplies (HID PSU).
    • Note: The minimum fan duty is 30%. When the fan power is set to 0%, control of the fan will be returned to the PSU allowing zero-RPM operation. When the fan power is set to 1% or higher, control of the fan will be returned to Fan Control.
    • Note: The LibreHardwareMonitor "PSU (Corsair)" sensor source must be disabled in Fan Control's Sensor Settings.
  • Logging: Updates logging infrastructure to match the Razer plugin.