v0.23.9
June 18, 2026
No more blank dashboard, safer n8n form, admin unblock for stuck AI tasks, and flow publishing via MCP
-
Improvement
No more blank screens
The app now isolates the error of a single widget/chart: if something fails in a section (e.g. the dashboard), menu and navigation stay visible and a readable message with a "Reload" button appears, instead of a blank page.
-
Security
n8n form: no wrong autofill
The n8n instance form fields are no longer wrongly filled by the browser (login email into the URL, saved password into the API Key field). Saving is also blocked if the base URL is not a valid http(s) address.
-
Improvement
Admin unblock for stuck AI tasks
If an AI state has a task with no provider/runner configured, the task now goes to **error** (with a message) instead of waiting forever. An **admin** can now **force or skip** the task from its detail, unblocking the item.
-
Integration
Publish a flow via MCP
New MCP tools **`publish_flow`** and **`unpublish_flow`**: an integration can now complete the whole cycle (create → populate → **publish** → create item) via API, without going through the UI.