Skip to content

Releases: timrogers/litra-rs

v2.4.0

23 Aug 17:27
b768f4a

Choose a tag to compare

  • Allow selecting devices based on --device-type (e.g. glow) (@joegoldin)
  • Allow selecting devices based on platform-specific --device-path, improving the experience for devices with no serial number (see #133) (@joegoldin)
  • Expose platform-specific device paths, including in litra devices output (@joegoldin)
  • Render litra devices output as a table
  • Improve tool descriptions for MCP server tools
  • Drop unhelpful instructions exposed by MCP server

v2.3.1

14 Jul 18:33
8c476e9

Choose a tag to compare

  • Publish as a Rust crate to Crates.io, omitted for v2.3.0

v2.3.0

30 Jun 08:21
5d071f2

Choose a tag to compare

v2.3.0

v2.2.0

03 Nov 16:50
26c653c

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

Choose a tag to compare

  • Build linux-aarch64 binary for devices with ARM processors running Linux

v2.0.0

09 Oct 09:30
997e5e1

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

Choose a tag to compare

v1.6.0

v1.5.0

03 Oct 08:54
29fc6a6

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

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

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.