AddedAction Bar — displayed below the canvas in non-compact mode. Groups share, embed, download, and get-JSON actions into a persistent bar.
AddedShare Modal — two copy buttons: one for the article URL, one for the direct anchor link to the workflow (#breznflow-{id}).
AddedEmbed Modal — iframe code with the workflow embedded as a standalone page via ?breznflow_embed={id}. Configurable per-post and globally.
AddedGet JSON Modal — formatted, syntax-highlighted JSON view with file size in KB. Download from modal or copy to clipboard.
AddedAnchor navigation — <span id="breznflow-{id}"> renders before each workflow. Hash links jump directly to the workflow with 60px offset for the nav.
ChangedDownload button moved from toolbar to Action Bar. The toolbar is now cleaner.
AddedNew Settings: allow_share (default: true), allow_embed (default: false), allow_get_json (default: false). Per-post override via meta box.
v1.1.0
v1.1.0
2025
FixedDelete workflows in admin — single and bulk delete now work correctly. The AdminMenu::render_dashboard() now processes action=delete.
FixedMouse-wheel zoom now zooms to the cursor position instead of the canvas center. Viewport offset (tx/ty) is adjusted via the scale ratio.
AddedAuto-zoom to trigger node for workflows with ≥ autofit_threshold nodes (default: 30). Large workflows start zoomed out to show the full picture with the trigger highlighted.