Skip to content

Tags: pde/liquidctl

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jonasmalacofilho Jonas Malaco
liquidctl 1.8.1

Released 21 January 2022.

Fixed:
- Strip non-determinism from sdist/egg SOURCES.txt metadata

Know issues:
- Corsair Hydro Platinum and Pro XT coolers lock up if simultaneously accessed
  from more than one program and driver instance (liquidctl#274)

v1.8.0

Toggle v1.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jonasmalacofilho Jonas Malaco
liquidctl 1.8.0

Added:
- Add support for the Corsair Hydro H60i Pro XT

Changed:
- Support for Corsair Hydro Pro coolers is no longer considered experimental
- Support for Corsair Hydro Platinum and Pro XT coolers is no longer considered
  experimental
- Support for Corsair Hydro Pro XT coolers is no longer considered experimental
- Support for NZXT Kraken Z coolers remains incomplete (no support for the LCD
  screen), but is no longer considered experimental
- Support for Corsair Lighting Node Core and Lighting Node Pro controllers is
  no longer considered experimental
- Support for the Corsair Obsidian 1000D case is no longer considered
  experimental

Fixed:
- Read DDR4 temperature sensor by word instead of with SMBus Block Read (liquidctl#400)
- Fix tolerant handling of single channel name in Corsair Lighting Node Core

Know issues:
- Corsair Hydro Platinum and Pro XT coolers lock up if simultaneously accessed
  from more than one program and driver instance (liquidctl#274)

v1.7.2

Toggle v1.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jonasmalacofilho Jonas Malaco
liquidctl 1.7.2

Added:
 - Enable support for new variant of the NZXT Smart Device V2 (PR liquidctl#364)
Changed:
 - Default `--maximum-leds` to the maximum possible number of LEDs (liquidctl#367, PR liquidctl#368)
Fixed:
 - Fix moving flag in SD2/HUE2 `alternating` modes (liquidctl#385)

v1.7.1

Toggle v1.7.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl 1.7.1

Fixed:
 - Fix `KeyError` when logging due to colorlog<6
 - Swap DEBUG and INFO level colors

v1.7.0

Toggle v1.7.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl 1.7.0

Added:
 - Add initial experimental support for the Corsair Commander Core/iCUE Elite Capellix AIOs (PR liquidctl#340)
 - Enable experimental support for Corsair Obsidian 1000D (liquidctl#346)
 - Enable support for new variant of the NZXT Smart Device V2 (liquidctl#338)
 - List experimental partial support for the NZXT Kraken Z53
 - Add machine readable output with `--json` (PR liquidctl#314)
 - Add CONTRIBUTING.md and document our development process

Changed:
 - Change Grid+ V3/Smart Device (V1) status output (PR liquidctl#326)
 - Change Commander Pro status/initialize output (PR liquidctl#326)
 - Colorize the log output (new dependency: `colorlog`; PRs liquidctl#318, liquidctl#329)
 - Mark Kraken X31, X41, X61 as no longer experimental
 - Mark Vengeance RGB and DDR4 temperature sensors as no longer experimental
 - Mark Commander pro as no longer experimental
 - Mark NZXT E500, E650, E850 as no longer experimental
 - Change main branch name to "main"
 - Improve the documentation

Fixed:
 - Make `find_supported_devices()` account for `legacy_690lc` on Asetek 690LC drivers
 - Remove accidentally inherited `downgrade_to_legacy()` (unstable) from `Hydro690Lc`

v1.6.1

Toggle v1.6.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl 1.6.1

Fixed:
 - Smart Device V2/HUE 2: check if fan controller before initializing
   fan reporting (liquidctl#331)

v1.5.2

Toggle v1.5.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl 1.5.2

Fixed:
 - Smart Device V2/HUE 2: check if fan controller before initializing
   fan reporting (liquidctl#331)

v1.6.0

Toggle v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl 1.6.0

Added:
 - Add experimental support for the Corsair Lighting Node Core
 - Add experimental support for the Corsair Hydro H150i Pro XT
 - Add experimental support for the Corsair Hydro H100i Pro, H115i Pro
   and H150i Pro coolers
 - Enable support for the ASUS Strix GTX 1070
 - Enable support for new variant of the NZXT RGB & Fan Controller
 - Add `sync` pseudo lighting channel to Commander/Lighting Node Pro
   devices
 - Add duty cycles to Hydro Platinum and Pro XT status output
 - Add input power and efficiency estimates to the status output of
   Corsair HXi and RMi PSUs
 - Add the Contributor Covenant, version 1.4 as our code of conduct

Changed:
 - Remove `pro_xt_lighting` unsafe feature guard
 - Enforce correct casing of constants in driver APIs
 - Use udev rules for automatic loading of kernel modules (replaces
   previous `modules-load.d` configuration)
 - Remove warnings when reporting or setting the OCP mode of Corsair HXi
   and RMi PSUs
 - Rename Corsair HXi and RMi "Total power" status item to "Total power
   output"
 - Handle both US and UK spellings of `--direction` values
 - Improve the documentation

Fixed:
 - Replace "ID" with "#" when listing all devices
 - Add `keyval.load_store` method, atomic at the filesystem level
 - Add "Hydro" to Platinum and Pro XT device descriptions

Removed:
 - Remove modules-load configuration file for Linux (use the supplied
   udev rules instead)
 - [extra] remove `krakencurve-poc`, use `yoda` instead

Deprecated:
 - Deprecate `-d`/`--device`; prefer `--match` or other selection options

v1.5.1

Toggle v1.5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl v1.5.1

Fixed:
 - Handle corrupted runtime data (liquidctl#278)
 - Fix item prefixes in list output when `--match` is passed
 - Remove caching of temporarily stored data
 - Append formated exception to "unknown error" messages
 - Only attempt to disconnect from a device if already connected
 - Only attempt to set the USB configuration if no other errors have been detected
 - Return the context manager when overriding `connect()`
 - Fix construction of fallback search paths for runtime data

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jonasmalacofilho Jonas Malaco
liquidctl v1.5.0

Added:
 - Add SMBus and I²C support on Linux
 - Add support for EVGA GTX 1080 FTW on Linux
 - Add support for ASUS Strix RTX 2080 Ti OC on Linux
 - Add experimental support for DIMMs with TSE2004-compatible temperature sensors on Intel/Linux
 - Add experimental support for Corsair Vengeance RGB on Intel/Linux
 - Add experimental support for the Corsair Commander Pro
 - Add experimental support for the Corsair Lighting Node Pro
 - Add `--direction` modifier to animations
 - Add `--non-volatile` to control persistence of settings (NVIDIA GPUs)
 - Add `--start-led`, `--maximum-leds` and `--temperature-sensor` options (Corsair Commander/Lighting Node devices)
 - Add support for CSS-style hexadecimal triples
 - Implement the context manager protocol in the driver API
 - Export `find_liquidctl_devices` from the top-level `liquidctl` package
 - Add modules-load configuration file for Linux
 - Add completion script for bash
 - [extra] Add `LQiNFO.py` exporter (liquidctl -> HWiNFO)
 - [extra] Add `prometheus-liquidctl-exporter` exporter (liquidctl -> Prometheus)
Changed:
 - Move GitHub project into liquidctl organization
 - Improve error handling and reporting
 - Make vendor and product IDs optional in drivers
 - Mark Kraken X53, X63, X73 as no longer experimental
 - Mark NZXT RGB & Fan Controller as no longer experimental
 - Mark RGB Fusion 2.0 controllers as no longer experimental
 - Change casing of "PRO" device names to "Pro"
 - Improve the documentation
Fixed:
 - Fix potential exception when a release number is not available
 - Enforce USB port filters on HID devices
 - Fix backwards `rainbow-pulse` mode on Kraken X3 devices
 - Fix compatibility with hidapi 0.10 and multi-usage devices (RGB Fusion 2.0 controllers)
 - Fix lighting settings in Platinum SE and Pro XT coolers
 - Generate and verify the checksums of zip and exe built on AppVeyor
Deprecated:
 - Deprecate `backwards-` pseudo modes; use `--direction=backwards` instead