Skip to content

Changelog

➡️ Web Editor v1.34.5#

Release Date: August 25th, 2024
  • ⭐ Create input and output ports of group ports on drag. See Group node for more information.
  • 🐛 Fix error this.contextMenu is undefined

➡️ Web Editor v1.34.2#

Release Date: August 25th, 2024

➡️ Runtime v0.9.101-preview#

Release Date: August 25th, 2024
  • ⭐ Improved performance and reduced memory usage.
  • ⭐ Improved caching heuristics for node execution.
  • 🐛 Fixed a crash when using streams.

➡️ Web Editor v1.34.0#

Release Date: August 17th, 2024
  • ⭐ Add Freeze node.
  • ⭐ Add Filepath Location node.
  • ⭐ Add String Match Regex node.
  • ⭐ Add String Replace node.
  • ⭐ Pressing Ctrl on Windows and Linux, or Command on MacOS while creating a connection will create a loop.
  • ⭐ Pressing Ctrl on Windows and Linux, or Command on MacOS while hovering over an existing connection turns them into a loop.
  • ⭐ Improved UX for array outputs.
  • ⭐ Add tooltips for ports.
  • ⭐ Add support for doubleclicks on group nodes to open them.
  • ⭐ Hover while pressing Ctrl on Windows and Linux, or Command on MacOS to highlight attached connections.
  • ⭐ Select nodes after they are pasted.
  • 🐛 Fix issue with browser password managers interferring with input fields.
  • 🐛 Fix issue with scrollbars on the comment node on Windows.
  • 🐛 Fix issue with incorrectly captured clicks on nodes.

➡️ Runtime v0.8.180-preview#

Release Date: August 17th, 2024
  • ⭐ Improve port caches resulting 10% faster graph executions.
  • 🐛 Fix multiple potential crashes.

➡️ Web Editor v1.31.0#

Release Date: August 5th, 2024

➡️ Runtime v0.8.150-preview#

Release Date: August 5th, 2024
  • ⭐ Option outputs in group inputs can now be connected to string inputs.
  • ⭐ Add break port to For Each Loop and For Loop nodes.
  • 🐛 Fix issue when args of Run Exec contain spaces.
  • 🐛 Fix issue when Run Exec always printed output to stdout.
  • 🐛 Fix index of For Each Loop node.
  • 🐛 Fix truthness issue with some types in Affirm node.
  • 🐛 Fix crash in Item Stats node.

➡️ Web Editor v1.28.0#

Release Date: July 28nd, 2024
  • ⭐ New node Comment
  • ⭐ Add short link when sharing a graph.

➡️ Runtime v0.8.90-preview#

Release Date: July 24nd, 2024

➡️ Web Editor v1.26.3#

Release Date: July 24nd, 2024
  • ⭐ Add text editor panel with syntax highlighting to Run Node and Run Exec.
  • ℹ Add changelog button to header of desktop view.
  • ℹ Add version info to bottom left.
  • ℹ Add placeholder for dir path input of Storage Walk node.
  • 🐛 Fix canvas freeze
  • 🐛 Fix incorrect icons
  • 🐛 Fix icon of Storage Walk node.