Releases: H4DC0R3/ArduinoBP_Release
Beta 0.1.1
fixing application not opening when libraries folder was not located in D:/
Beta 0.2.0
🐞 Bug Fixes
Crash when opening examples with incorrect path configuration
Fixed a critical crash that occurred if the example path wasn't set properly in the settings menu.
Library variables not loading in old projects
Fixed an issue where new library variables wouldn’t show up when loading previously saved projects.
Use Shorcut to export code
When using a shortcut to export the code for the first time, the selection popup does not open, forcing you to use the top menu to export
✨ New Features
Multiple Flow Outputs for Custom Nodes
Custom library nodes now support multiple flow outputs.
The first output (index 0) will automatically continue execution.
For additional outputs, you must manually specify which one to execute using {Out1}, {Out2}, etc., inside the CODE: block.
Async Delay Node
Introduced the Async Delay node which adds delay logic without blocking the main loop(), enabling smoother and non-blocking behavior.
Beta 0.1.0
First Version of Arduino BP