v0.88.4
September 21, 2026
**A correctness release:** numeric form fields no longer change what you type, chains of automatic steps no longer stop half-way in silence, and a sub-process that ends always unblocks whoever is waiting for it.
-
Improvement
Numbers stay what you type
In start forms, phase data and the item Data panel an amount like 100.07 no longer turns into 1007: the field no longer rewrites your text as you type, accepts the decimal comma, and if the value is out of range it says so and does not let you save.
-
Improvement
Long automations continue and, if they loop, say so
A long sequence of automatic steps no longer stops silently after about twenty steps: it continues in the background. If it does not stop even after several resumptions, the process is declared stalled with its reason, the history records it and administrators are alerted. Sub-processes can nest up to five levels, and a flow that starts itself with no condition can no longer be published.
-
Improvement
Whoever waits for a sub-process gets unblocked
When a sub-process reaches its end on its own, the parent process's task completes and the parent moves on. Before, that only happened when someone closed the sub-process by hand.
-
Improvement
Designer, phase capacity and queued events
Deleting a phase still used by another phase's rule no longer raises an internal error: the save succeeds. A phase that hosted AI assistant conversations is no longer deleted: it stays in the flow, with a warning, because those conversations already happened. Items with a scheduled start no longer take up a phase's seats until they actually start. When the deferred-events queue is full, the discarded event is recorded as such, with a row in the item's history.
-
Improvement
What's New, AI panel and scrolling
On a new browser, What's New stays unread until you open the page. The AI provider panel and the organization switches confirm when they save. The open Flow Agent panel no longer scrolls the page: this time the real cause was found, in the dashboard.
-
Security
More transparent export and more complete redaction
Exporting a flow warns when it contains reserved fields used by automations or redaction placeholders already present, naming the phase, task and field to fix. Redaction recognises seven more credential names (including hmac, sessionId, jwt, otp): this also applies to share links already handed out, and an imported file containing them in clear text is rejected.