Skip to content

0.5.0

Compare
Choose a tag to compare
@MiahNelah MiahNelah released this 04 Jun 12:34
· 87 commits to main since this release
e4f6f18

New Macro Sheet

A brand new Blockly macro Sheet has been added. The whole interface has been rewritten to fix bugs and allow the addition of new features.
image

Drag & Drop support

You can now drag & drop elements from Foundry into Blockly Macro Editor to write your macros even faster !
Supported objects : Scene, Item, RollTable, Playlist and Macro. Other objects will be supported later.
dragdrop

Zoom and Fit to Area

Controls have been added to allow you to change the zoom level of the editing area. It is now possible to zoom with the mouse wheel. A button also allows you to automatically size the editing area to the content.
zoom

Add Backpack

The Backpack is a buffer space that allows you to set aside frequently used blocks, but also to share blocks between several macros!
⚠️ the backpack is not persistent, its content is deleted at each page reload.
backpack

Bugfixes and others improvements

  • resizing handling has been greatly improved
  • #7
  • remove almost all libWrapper overrides
  • various performances improvments