Skip to content

Releases: timrogers/litra-rs

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)

v1.1.0

24 Feb 16:01
Compare
Choose a tag to compare
  • 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)

v1.0.0

20 Feb 19:49
a90c515
Compare
Choose a tag to compare
  • BREAKING CHANGE: Rewrite Rust library interface from the ground up to be more idiomatic and easier to use
  • Refactor code for better performance, improved error handling and more idiomatic Rust 馃

Thanks to @Holzhaus for his fantastic work and Rust expertise in this release 馃挏

v0.3.0

12 Feb 21:52
f307654
Compare
Choose a tag to compare
  • Publish litra as a Rust crate, exposing a binary target which you can run from the command line and a library target which you can use from other Rust applications

v0.2.1

28 Jan 19:45
e718d99
Compare
Choose a tag to compare
  • Fix Windows support

v0.2.0

15 Jan 10:28
73246c0
Compare
Choose a tag to compare
  • Expose minimum and maximum temperature, rather than a list of allowed values

v0.1.0

14 Jan 19:01
b98b7a4
Compare
Choose a tag to compare
  • Initial release 馃挕 馃コ