v0.1.2
Version 0.1.2
This release resolves issues related to grasshopper object referencing, websocket handling, connection index handling.
🐛 Bug Fixes:
- Fix handling of non-referenced objects to prevent attribute errors when objects from Grasshopper lack layer or material information by @sean1832 in #9
- Fix bugs in connection initialization and stopping process, including resolving websocket blocking the main thread and implementing UUIDs as identifiers to prevent incorrect index shifts on component deletion, as well as handling cases where metadata is None by @sean1832 in #10