Releases: EvanMulawski/FanControl.CorsairLink
Releases · EvanMulawski/FanControl.CorsairLink
v1.4.0-beta.5
- 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
- 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 to1
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
- Fix: A utility method used for logging resulted in an infinite loop, causing the Fan Control process to crash.
v1.4.0-beta.2
- 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 to1
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
- 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
.
- Note: Communication with an Asetek Hydro AIO requires driver installation. Instructions are provided in
v1.3.0
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
.
- Note: Communication with an AXi PSU requires driver installation. Instructions are provided in
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'slog.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 to1
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 to1
and restarting Fan Control.
v1.3.0-beta.4
- 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
- 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
- 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'slog.txt
to prevent file contention.
v1.3.0-beta.1
- 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.