v0.0.436
·
2204 commits
to main
since this release
Version 0.0.436 (July 6, 2026)
- Excel (.xlsx) export for CreateData + Hebrew CSV fix (#559) — the CreateData result download becomes a CSV / Excel dropdown, with
.xlsxgenerated server-side viaGET /steps/{id}/export?format=xlsx. Every CSV export path (server, email attachment, client-side) now emits a UTF-8 BOM so non-ASCII (e.g. Hebrew) headers and values render correctly in Excel instead of ANSI mojibake, and a Unicode widget title no longer crashes the download (RFC 6266filename*). - Fix agent-name chips and unreachable suggestion popover in instruction review (#558) — the instruction editor's agents chip now shows the real agent name instead of its raw UUID even for deactivated or hidden agents (and lets you remove them), and the pending-review Accept/Reject popover is a single JS-positioned floating card anchored under the pointer — fixing it rendering far from the change and vanishing en route in RTL.