Changelog
➡️ Web Editor v1.38.0#
Release Date: November 11th, 2024
- Add selection marquee and lasso
- Improve contect menus for group nodes.
- Event to move was sometimes ignored
- Bezier connections were incorrectly rendered on mobile devices
➡️ Runtime v0.9.140#
Release Date: November 5th, 2024
- New Run Python Embedded node.
- Improved support for determining shell executable ofRun node.
- New
permissions
port of the Item Stats node. - Fixed counting issues of the Wait For node in concurrent contexts.
➡️ 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
- Add File Compress node.
➡️ 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, orCommand
on MacOS while creating a connection will create a loop. - Pressing
Ctrl
on Windows and Linux, orCommand
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, orCommand
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
- Add Array Add
- Add Math Compare
- Add Math Modulo
- Add Random Stream
- Add Stream Cache
- Add Random Number
- Add Sleep
- Add Select Execution
- Double click opens the node editor.
- Comments are now displayed in port tooltips.
- Add comments to nodes via the node context menu.
➡️ 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
- New node Array Get to get an element from an array.
- New node Filepath Sort to sort file paths.
- New node String transform to transform strings.
- Raise exception if dir path input of Storage Walk node starts with a forward slash (
/
). - Fix crash in Print Node when input is not connected.
- Fix empty returns for empty glob patterns of Dir Walk and Storage Walk node.
➡️ 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.