This has a couple of interesting things. 1) Removal of serial functionality. I don't think anyone was using it anyway, and it was complicating some of the code to the point it was hard to read. 2) Bugfix: The string-is-offline saving only worked with groups. Oops. 3) License has the ability to bypass the version check. Ask for this if you want it.
4) Exporter now allows special settings at 1000 instead of 1500 lights. 5) Registration will now reboot the program to unlock the Pro functionality. 6) I didn't fully implement the code that allowed it to work with more than 255 devices (based on subnet mask), which prevented it from listening to artnet packets. 7) Program, for some people, was spawning multiple versions when you open it. This is apparently caused by a 3rd party program but to prevent it, I now have code that detects the program is already running and closes immediately.
8) small bugfix where the error log was logging the wrong function name.
Comments