Releases: joaofarias/VizzyStudio
Releases · joaofarias/VizzyStudio
Vizzy Studio v0.4
Local variables: variables available only within the current instruction set
- Added new "Set Local Variable" block available in the Variables panel
Vizzy Studio v0.3
- Drag a single block out of a group with 'Shift+Left-click'
- Delete selected block with 'Del' key
Vizzy Studio v0.2
References: use custom expressions and instructions from external files without importing them into your program
- Any changes to referenced files are automatically updated when loading a program
- A snapshot of the current state of references is stored and used if the referenced file is no longer available
Vizzy Studio v0.1
Modules: organize your program into multiple modules for quick and easy access to specific logic
- All blocks are global. You can have custom expressions/instructions in one module and use them in another
- Move blocks between modules by dragging them to the chosen module on the right-hand side and placing them in a single movement
- Last position and zoom level per module are saved so you can get right back into it
- Imported programs are added to a new module with the program's name (unless it already has modules of its own)
Known issues: when importing a program with modules that match existing modules' name, those modules will be merged.