Releases: samclane/LIFX-Control-Panel
Releases · samclane/LIFX-Control-Panel
1.6.0 Beta 4
1.6.0 Beta 3
1.6.0 Beta 2
- 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
- Individual bulbs have their own 2-point rectangles for specifying average color area mask.
- Updated
pillow
to 5.4.1
1.5.4
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
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
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
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!
Important bug fix
- 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
- Changed all threads to daemon so
sys.exit(0)
can be used instead ofos._exit(0)
- Removed all networking calls from
BulbIconList.update_icon()
, greatly reducing CPU and Network usage.