Skip to content

v0.1.2

Compare
Choose a tag to compare
@sean1832 sean1832 released this 20 Sep 18:49
· 137 commits to main since this release
0cc1c62

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