Bug Fixes
- config: capture the template cache before a segment goes async (cf477a5)
- config: keep a running segment's flags out of the render (5e8e203)
- path: keep template delimiters in folder names literal (161315a)
- streaming: own the render lifecycle in the producer (fb33d39)
- template: close the markup gaps the review found (04c5ede)
- template: escape chevrons in rendered action output (1f3624a)
- template: keep markup trust through recorded data files (d2673d1)
- terminal: strip control runes from console titles (9a032ce)
- terminal: strip raw C1 bytes from console titles (1e534e1)
Features
- template: let every function accept markup values (e2024d2)