Skip to content

Releases: amelchio/aiolifx_effects

v0.3.2

26 Mar 22:17
Compare
Choose a tag to compare
  • Always create tasks for asyncio.wait() #15

Fixes Python 3.11 compatibility.

v0.3.1

10 Dec 20:13
v0.3.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Extended multizone and configurable saturation

24 Oct 21:52
v0.3.0
5270cf5
Compare
Choose a tag to compare

What's Changed

  • fix: use get_extended_color_zones on devices that support it by @Djelibeybi in #9
  • feat: enable user-configurable saturation range for color_loop effect by @Djelibeybi in #11

New Contributors

Full Changelog: v0.2.2...v0.3.0

Speed up colorloop restart

25 Apr 19:27
Compare
Choose a tag to compare
  • Avoid state reset between consecutive colorloops #6

Second bugfix

06 Oct 10:36
Compare
Choose a tag to compare
  • Fix Python 3.5 compatibility

First bugfix

25 Sep 20:17
Compare
Choose a tag to compare
  • Fix race in stop method (thanks @renemarc)
  • Convert code to async/await syntax, goodbye Python 3.4

Support for aiolifx 0.6.0

14 Sep 17:50
Compare
Choose a tag to compare
v0.1.2

Release 0.1.2

LIFX Z support

07 Jul 18:56
Compare
Choose a tag to compare

The state of each zone is now restored when an effect stops.

Hello World

30 Jun 20:55
Compare
Choose a tag to compare

Initial version.