Back to the changelog

v0.23

June 6, 2026

Work on items from a popup that reuses the real web UI (SSO) + optional item title

  • Feature

    Chrome extension: work on items from a popup (web UI reuse)

    From the extension panel you can now **open an item or a task in a popup window** that loads the real FlowSharp UI, **already authenticated** (even if you were not logged into the website): so you complete tasks with all their options (outcomes, required fields, attachments/guide) using the exact same screen as the web app. Every improvement made on the web is therefore **immediately available from the extension** too.

  • Improvement

    Chrome extension: richer panel

    The panel shows the **flow name** in addition to the status; for **tasks** it shows which ones are **blocking**, those **assigned to others** (read-only) and those **already completed** with their **outcome/note/rating**. The "Work" button opens the task in the popup. The side panel now **hides automatically** on pages with no linked FlowSharp flows.

  • Feature

    Item title

    Items can now have an optional descriptive **title**. When you start an item from the extension, the title is **inherited from the page title** you are working on. The title is **editable** (from the web UI and the extension panel) by the item owner or an Admin, and is shown in lists and in the item header.

  • Security

    Secure single sign-on between extension and popup

    The single sign-on between the extension and the popup uses a **single-use, very short-lived code** (60 seconds), bound to the user and non-reusable, with redirects allowed only to internal pages. Extension calls enforce the same permissions and checks as the web app.