LIFX-Control-Panel Changelog

What's new in LIFX-Control-Panel 2.3.0

Jun 24, 2022
  • Added the Color Cycle feature

New in LIFX-Control-Panel 2.2.3 (Feb 16, 2022)

  • Fixed broken Avg. Screen Color feature
  • Fixed crash on startup if device id # not found

New in LIFX-Control-Panel 2.2.2 (Feb 2, 2022)

  • Fixes bug described in #132
  • Accidentally made one variable alias another during a refactor. This should be fixed.

New in LIFX-Control-Panel 2.2.1 (Jan 30, 2022)

  • Updated the following libraries:
  • numpy
  • Pillow
  • numexpr
  • pystray

New in LIFX-Control-Panel 2.2.0 (Dec 20, 2021)

  • This fix should address several startup stability issues when scanning for a device, which should help many people's reported startup issues.

New in LIFX-Control-Panel 2.1.1 (Dec 18, 2021)

  • Fixed screen bounds and changed to a more readable key system
  • Thanks Aleksandra M!
  • Fixed error where green calculation in rgbToKelvin() would throw a MathDomainError by adding a small value to ensure green is always above 0