8000 Tags · mrudisel/liquidctl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mrudisel/liquidctl

Tags

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

v1.4.2

Toggle v1.4.2's commit message

Verified

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

Added:
 - Add `Modern690Lc.downgrade_to_legacy` (unstable API)
Changed:
 - Accept hexadecimal inputs regardless of a `0x` prefix
 - Warn on faulty temperature readings from Kraken X3 coolers
 - Warn on Hydro Platinum/PRO XT firmware versions that are may be too old
 - Update PyInstaller used for the Windows executable
 - Update PyUSB version bundled with the Windows executable
 - Improve the documentation
Fixed:
 - Fix data path on mac OS
 - Only set the sticky bit for data directories on Linux
 - Fix check of maximum number of colors in Hydro Platinum super-fixed mode
 - Fix HID writes to Corsair HXi/RMi power supplies on Windows
 - Ensure Hydro Platinum/PRO XT is in static LEDs hardware mode

v1.4.1

Toggle v1.4.1's commit message
liquidctl v1.4.1

Changed:
 - Improve the documentation
 - Improve the test suite
Fixed:
 - Don't use report IDs when writing to NZXT E-series PSUs (liquidctl#166)
 - Recognize and raise Hidapi write errors
 - Use a mocked device to test backwards compatibility with liquidctl 1.1.0

v1.4.0

Toggle v1.4.0's commit message
liquidctl v1.4.0

Added:
 - Add experimental support for NZXT Kraken X53, X63 and X73 coolers
 - Add experimental partial support for NZXT Kraken Z63 and Z73 coolers
 - Add experimental support for Corsair H100i, H100i SE and H115i Platinum coolers
 - Add experimental partial support for Corsair H100i and H115i PRO XT coolers
 - Add experimental support for Gigabyte motherboards with RGB Fusion 2.0 5702 and 8297 controllers
 - Enable experimental support for the NZXT RGB & Fan Controller
 - Add support for HSV, HSL and explicit RGB color representations
 - Add `sync` lighting channel to HUE 2 devices
 - Add tentative names for the different +12 V rails of NZXT E-series PSUs
 - Add +uaccess udev rules for Linux distributions and users
 - Add `--pump-mode` option to `initialize` (Corsair Platinum/PRO XT coolers)
 - Add `--unsafe` option to enable additional bleeding-edge features
 - Add a test suite
 - [extra] Add more general `yoda` script for software-based fan/pump control (supersedes `krakencurve-poc`)

Changed:
 - Increase resolution of fan and pump profiles in Kraken X42/X52/X62/X72 coolers
 - Use hidapi to communicate with HIDs on Windows
 - Use specific errors when features are not supported by the device or the driver
 - Store runtime data on non-Linux systems in `~/Library/Caches` (macOS), `%TEMP%` (Windows) or `/tmp` (Unix)
 - Mark Corsair HXi/RMi PSUs as no longer experimental
 - Mark Smart Device V2 and HUE 2 controllers as no longer experimental
 - Switch to a consistent module, driver and guide naming scheme (aliases are kept for backwards compatibility)
 - Improve the documentation
 - [extra] Refresh `krakencurve-poc` syntax and sensor names, and get CPU temperature on macOS with iStats

Fixed:
 - Add missing identifiers for some HUE2 accessories (liquidctl#95; liquidctl#109)
 - Fix CAM-like decoding of firmware version in NZXT E-series PSUs (liquidctl#46, comment)
 - Use a bitmask to select the lighting channel in HUE 2 devices (liquidctl#109)
 - Close the underlying cython-hidapi `device`
 - Don't allow `HidapiDevice.clear_enqueued_reports` to block
 - Don't allow `HidapiDevice.address` to fail with non-Unicode paths
 - Store each runtime data value atomically

Deprecated:
 - Deprecate and ignore `--hid` override for API selection

Removed:
 - Remove the PyUsbHid device backend for HIDs

v1.3.3

Toggle v1.3.3's commit message
Fix possibly stale data with HIDs and other minor issues

v1.3.2

Toggle v1.3.2's commit message
Fix fan status reporting from Smart Device V2

v1.3.1

Toggle v1.3.1's commit message
Fix parsing of --verbose and documentation improvements

v1.3.0

Toggle v1.3.0's commit message
Man page, power supplies, HUE 2 and improved device discovery/selection

v1.3.0rc1

Toggle v1.3.0rc1's commit message
Man page, power supplies, Smart Device V2 and improved device discovery

v1.2.0

Toggle v1.2.0's commit message
Support for Asetek "5-th gen." 690LC coolers, HIDs and Mac OS

0