github QuintinShaw/pi-dynamic-workflows v3.1.0

latest releases: v3.3.0, v3.2.2, v3.2.1...
one day ago

A cleanup release, headlined by the root-cause fix for the OMP launch crash (#72).

  • Removed the custom-editor ownership + animated rainbow highlight (#101). The keyword trigger no longer owns the host editor, so there's no WorkflowEditor.render() to throw — regardless of which editor build the host bundles. 3.0 only mitigated this with a defensive fallback; 3.1 removes the coupling at the root. The keyword trigger itself is unchanged; the rainbow highlight and Backspace-one-shot-disarm are gone (under 3.0's authorize-not-force semantics, their "you're about to force a workflow" warning purpose was obsolete).
  • Merged /workflows-progress-max into /workflows-progress max <N> (#102) — one command instead of two.
  • Library API note: removes the internal exports WorkflowEditor / RAINBOW / colorizeWorkflow / tokenizeAnsi (rainbow-rendering internals; no user-facing behavior change).

Verified end-to-end on real Pi (0.80.10): the extension loads after the editor removal, the workflow tool runs, and the keyword trigger arms. Requires pi ≥ 0.80.8.


What's Changed

Full Changelog: v3.0.0...v3.1.0

Don't miss a new pi-dynamic-workflows release

NewReleases is sending notifications on new releases.