Releases: timrogers/litra-rs
Releases · timrogers/litra-rs
v2.2.0
v2.1.0
- Build
linux-aarch64
binary for devices with ARM processors running Linux
v2.0.0
- BREAKING CHANGE: Remove the
auto-toggle
command for automatically turning your Litra on and off when your webcam turns on and off. This has now been moved to a separate tool,timrogers/litra-autotoggle
, which is easier to run in the background.
v1.6.0
v1.6.0
v1.5.0
- Open handles to Litra devices in non-exclusive mode on macOS, allowing other Litra commands to be executed while
litra auto-toggle
is running
v1.4.0
- Add macOS support for the
auto-toggle
command - Build for Apple Silicon macOS devices (
darwin-arm64
), releasing adarwin-arm64
binary and a combined universal binary - Sign and notarize macOS binaries for distribution
v1.3.0
v1.2.0
- Add new
brightness-up
,brightness-down
,temperature-up
andtemperature-down
commands - Fix setting brightness percentage to 0% via the CLI, so it correctly uses the minimum supported brightness for the device
- Rename
CliError::BrightnessPrecentageCalculationFailed
toBrightnessPercentageCalculationFailed
, correcting a spelling mistake - Improve error messages
v1.1.2
- Fix current brightness value returned for Litra Beam and Litra Beam LX devices (@timrogers)
v1.1.1
- Allow setting the temperature to a value more than the minimum with
litra temperature
(@acorretti)