Skip to content

Releases: timrogers/litra-rs

v2.2.0

03 Nov 16:50
26c653c
Compare
Choose a tag to compare
  • Add Litra::refresh_connected_devices() function to refresh the cached list of connected Litra devices

v2.1.0

11 Oct 15:16
16cd75e
Compare
Choose a tag to compare
  • Build linux-aarch64 binary for devices with ARM processors running Linux

v2.0.0

09 Oct 09:30
997e5e1
Compare
Choose a tag to compare
  • 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

03 Oct 13:46
722fd0e
Compare
Choose a tag to compare
v1.6.0

v1.5.0

03 Oct 08:54
29fc6a6
Compare
Choose a tag to compare
  • 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

02 Oct 06:47
6f3db81
Compare
Choose a tag to compare
  • Add macOS support for the auto-toggle command
  • Build for Apple Silicon macOS devices (darwin-arm64), releasing a darwin-arm64 binary and a combined universal binary
  • Sign and notarize macOS binaries for distribution

v1.3.0

08 Aug 18:05
Compare
Choose a tag to compare
  • Library: Expose** serial_number() and hid_device() on DeviceHandles returned by Device::open (@reznikov)

This release only affects the use of litra-rs as a Rust library. It does not affect the CLI.

v1.2.0

05 May 19:32
3752b3e
Compare
Choose a tag to compare
  • Add new brightness-up, brightness-down, temperature-up and temperature-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 to BrightnessPercentageCalculationFailed, correcting a spelling mistake
  • Improve error messages

v1.1.2

14 Mar 14:10
8f75d90
Compare
Choose a tag to compare
  • Fix current brightness value returned for Litra Beam and Litra Beam LX devices (@timrogers)

v1.1.1

12 Mar 21:50
Compare
Choose a tag to compare
  • Allow setting the temperature to a value more than the minimum with litra temperature (@acorretti)