Skip to content

Releases: samclane/LIFX-Control-Panel

1.6.0 Beta 4

30 Jan 22:29
Compare
Choose a tag to compare
  • Added color-change to dropdown menus
  • ColorThread features turn GREEN when they are running.
  • Added sliding window averages to smooth ColorThread features.
  • Config checks against build_time instead of version number, as VN doesn't always change.

image

1.6.0 Beta 3

28 Jan 00:16
Compare
Choose a tag to compare
1.6.0 Beta 3 Pre-release
Pre-release
  • Added Python optimization -O to binary.
  • Added dropdown menu to select Audio In for "Music" mode

Remember to delete your config.ini when using Beta releases

image

1.6.0 Beta 2

25 Jan 21:53
Compare
Choose a tag to compare
1.6.0 Beta 2 Pre-release
Pre-release
  • Users can set transition time for "Average Color" in the Settings menu.
  • Fixed Avg. Subregion coordinate ordering.
  • Added LRU caching to help speed up "Average Color" subregion function.

Be sure to delete your config.ini if you used Beta 1!!!

1.6.0 Beta 1

25 Jan 02:33
Compare
Choose a tag to compare
1.6.0 Beta 1 Pre-release
Pre-release
  • Individual bulbs have their own 2-point rectangles for specifying average color area mask.
  • Updated pillow to 5.4.1

1.5.4

18 Nov 03:40
Compare
Choose a tag to compare

This release fixes a pretty major security exploit, and so should be downloaded at earliest convenience.

  • Added safe-scopes to all eval() calls.
  • Added a 'Start Minimized' option to the menu and config
  • Fixed get_primary_monitor() import from config
  • Removed granular group-logging

v1.5.3 Official

13 Nov 21:14
Compare
Choose a tag to compare

This greatly optimizes the icon updating (once again), and greatly alleviates the "input sticking" problem. This also greatly reduces CPU usage.

Bulb Icon Refresh Bug Fixed

17 Oct 00:09
Compare
Choose a tag to compare
Pre-release

Fixed major bug where entire icon would update for every pixel changed, instead of just at the end. Huge performance improvement

Bulb Icon Update Beta

16 Oct 00:04
Compare
Choose a tag to compare
Bulb Icon Update Beta Pre-release
Pre-release

Thanks to our lovely community for the new icons! Not much in the way of functionality has changed, but I'm making this a beta release incase I screwed up somewhere. I might resize the icons to be a little bigger, I don't know. I also don't want to "officially" release until the designer and I have worked out how he wants to be credited. Enjoy!

New Icons

Important bug fix

17 Sep 19:05
Compare
Choose a tag to compare
  • Fixed bug where closing from the System Tray wouldn't actually close the program process.
    • You can potentially have several instances open and not know it, sapping your processor and network.
  • Reordered file/folder structure (shouldn't effect functionality).

Release 1.5.1: Speed Boost

16 Sep 00:09
Compare
Choose a tag to compare
  • Changed all threads to daemon so sys.exit(0) can be used instead of os._exit(0)
  • Removed all networking calls from BulbIconList.update_icon(), greatly reducing CPU and Network usage.