Releases: timrogers/litra-rs
Releases · timrogers/litra-rs
v2.4.0
- 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 devicesoutput (@joegoldin) - Render
litra devicesoutput as a table - Improve tool descriptions for MCP server tools
- Drop unhelpful instructions exposed by MCP server
v2.3.1
- Publish as a Rust crate to Crates.io, omitted for v2.3.0
v2.3.0
v2.3.0
v2.2.0
- Add
Litra::refresh_connected_devices()function to refresh the cached list of connected Litra devices
v2.1.0
- Build
linux-aarch64binary for devices with ARM processors running Linux
v2.0.0
- BREAKING CHANGE: Remove the
auto-togglecommand 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-toggleis running
v1.4.0
- Add macOS support for the
auto-togglecommand - Build for Apple Silicon macOS devices (
darwin-arm64), releasing adarwin-arm64binary and a combined universal binary - Sign and notarize macOS binaries for distribution