v0.35.2
July 7, 2026
PDF export polish after first field tests: the graph actually shows, phases get a clear visual hierarchy, AI tasks are described correctly.
-
Improvement
PDF export: fixes from the field
The **graph snapshot now renders** (it came out blank due to two overlapping canvas-capture defects — capture now follows the official React Flow pattern: colored nodes, start/end badges, arrows, properly framed). **Phases and tasks got a visual hierarchy**: section title, status-colored side band per phase, type pill (AI/Auto/Manual), initial/final markers, task rows with type chips. **AI tasks are described correctly**: tasks configured with the workspace provider showed "?/?" — now the description is clean ("AI task — "prompt start…"") and the provider's technical id never enters the document. **Correct, readable phase times**: the table showed raw minutes and sometimes negative values (an ordering defect that also skewed the flow Analytics page) — durations are now correct and formatted ("45 min", "3.2 h", "8.7 d"). **"Export PDF…" promoted to the map toolbar**, between Actions and Settings.
-
Improvement
API version in production
`/api/v1/version` answered "unknown" because the Docker image did not include the file the API reads the version number from — now included.