v0.8.0
This marks the first unified release of the Rust and Python libraries. Moving forward, both libraries will be released simultaneously and will share the same version number.
Rust
Added
- Added an example for the L900 light strips.
Changed
LightingEffect'sfadeofffield has been renamed tofade_off, and itswith_fadeoffmethod has been renamed towith_fade_off.LightingEffect'snew_with_random_idfunction has been removed. Thenewfunction now creates aLightingEffectinstance with a random ID by default.
Python
Added
- Added support for the L900 light strips.
- Added support for the L920 and L930 light strips.
- Added support for Python 3.13.