Back to the changelog

v0.23.3

June 7, 2026

Flow designer: faster state creation, safe delete, connectors that avoid nodes, and rules reachable from the diagram

  • Feature

    Flow designer: create and link states faster

    Hovering over a state/phase reveals a **"+" button** on its right side: one click creates a **new state already connected** to the starting one, with no need to drag the arrow manually. Inspired by node-based editors (n8n style), it makes building a flow much quicker.

  • Improvement

    Delete a state with confirmation

    On hover, a **red "X"** appears at the bottom-left of a state to delete it. Before deleting, a **confirmation** summarizes *what would be lost* (number of configured tasks, rules and events), so you do not throw away work with a wrong click.

  • Improvement

    Connectors that avoid the nodes

    The **arrows between states** now follow a path that **routes around the node boxes** instead of crossing over them. The diagram stays readable even when the flow gets complex, avoiding lines that overlap the graphics and make the logic unclear.

  • Improvement

    Transition rules reachable from the diagram

    The **"N rules"** label on an arrow is now **clickable**: it opens the source state directly on the **"Rules"** tab, where transition conditions are defined. On rule-less arrows leaving an **automatic or AI** state, a small **"+"** appears to jump straight to defining the first rule. On **manual** states it does not show (there the transition is decided by the operator, not by a rule).