Skip to content

v0.2.2

Compare
Choose a tag to compare
@sean1832 sean1832 released this 05 Oct 08:41
· 40 commits to main since this release

Version 0.2.2

🐛 Bug Fixes:

  • Light Intensity: Fixed handling of 0 light intensity to prevent raising invalid value error by @sean1832 in #26
  • Connection Removal: Resolved the issue preventing the removal of connections by @sean1832 in #27
  • Duplicate Connection Names: Implemented iterative renaming to handle duplicate connection names by @sean1832 in #28
  • Connection Logic: Fixed an infinite loop issue in connection logic by @sean1832 in #29
  • Initial Data Transmission: Ensured initial data is sent on server start by @sean1832 in #30