Back to the changelog

v0.63.0

July 22, 2026

What you see in the list is what you filter, search and export. The status filter no longer hides items from other flow versions, search behaves predictably with special characters, and the CSV file contains exactly the rows in front of you.

  • Improvement

    The Status filter no longer hides anything

    Statuses have a different identity in each flow version: picking "Approved" showed items from one version only, while the others silently disappeared from the list. The filter now covers every version sharing the same status name.

  • Improvement

    Predictable search with special characters

    Searching for text containing `%` or `_` returned wrong results — with `%` even the entire list — because those characters were treated as wildcards. They are now matched literally, so a value like "20% discount" is found as expected.

  • Security

    Search no longer exposes restricted fields

    Search over data content now ignores fields marked as sensitive. Before, even without being able to read their value, it was possible to infer it by observing which items appeared in the results: by searching progressively longer fragments a restricted value could be reconstructed.

  • Improvement

    The CSV export mirrors the active filters

    The export only accounted for status and assignee: the downloaded file contained many more rows than those on screen. It now also applies search, lifecycle state, date range, "waiting for capacity" and "deviated". The list's date range is fixed too: when both a start and an end date were set, the start date was ignored.

  • Improvement

    Complete assignee filter

    The assignee list was built from the items on the displayed page, so a colleague who did not appear on the first page could not be selected. The list now arrives complete, computed over all visible items.

  • Improvement

    Calendar: moving an item keeps its time

    Dragging an item to another day reset its scheduled time and, in some time zones, the item even landed on the previous day. The original time is now preserved. In the "deadline" view dragging is disabled instead: it used to change the schedule while leaving the deadline untouched.

  • Improvement

    More reliable lists

    In the flow monitor and the calendar the same item could show up twice when other users were working in parallel, inflating the counts. The "Load more" button in Tasks and Events could also keep reloading the same rows without advancing, and the counters at the top of the Tasks page stayed at their previous values after a transition.