From 5f77457e978c1d0e2d396a54d43e7814232be46e Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Sat, 24 Feb 2024 15:56:08 +0000 Subject: [PATCH] v1.1.0 - Add new `auto-toggle` command *(Linux only)* which automatically turns your Logitech Litra device on when your webcam starts capturing video, and off when it stops capturing video (@Holzhaus) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 864c2d8..637d985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "litra" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "hidapi", diff --git a/Cargo.toml b/Cargo.toml index d5888c2..3b83acf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "litra" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Tim Rogers "] description = "Control your Logitech Litra light from the command line"