Main fix is a reversal of a major oauth bug introduced in 3.9 where if you had streaming turned on, it would never fix oauth if it didn't have it. If you are on 3.9 or 3.10, or 3.10.1, UPGRADE NOW. I must apologize but I managed to publish 3.10.1 without the actual main fix in it. UI change: Treeview, as requested, is now alphabetized.
Layout editor: Layout importing on partial imports was broken if it wasn't the first segment. Layout editor was previewing the wrong leds if you were editing a substring. 3d file exports had the z-order reversed.
3d export was basically broken completely in 3.10.0 A random error crashing the app when applying layout edits (computing estimated aspect ratio) now has a safety check that falls back to 1.0 if it fails.
Out in the weeds-Pay attention if you have tons of devices: I had an issue where I had a device that quit working. My subnet consists of 512 addresses and I was using the last octet as a device index. This resulted in one of my devices on 192.168.4.22 stopping working because I had a second device that had the ip address of 192.168.5.22. It was getting overwritten in the internal device list. This should not happen anymore.
Comments