|
| 1 | +## v0.0.162 (2026-02-27) |
| 2 | + |
| 3 | +### Feat |
| 4 | + |
| 5 | +- add Playwright E2E tests for Stage 8 UI components and generate associated screenshots. |
| 6 | +- Add comprehensive Playwright E2E tests for Stage 9 Render & Stitch interactive QA, covering status badges, progress bars, render modes, stitch button, SSE streaming, preview modal, error states, and edge cases. |
| 7 | +- Add comprehensive Playwright E2E tests for Stage 7 Veo Generation, including UI element verification, API mocking, and state-based screenshot generation. |
| 8 | +- Add comprehensive Playwright interactive QA tests and screenshots for Stage 5 and Stage 6, and update existing Stage 6 spec generation tests. |
| 9 | +- add Playwright E2E tests for Stage 4 TTS Rendering and generate associated screenshots. |
| 10 | +- Add Playwright E2E tests and associated screenshots for Stage 3 TTS Script interactive QA, covering UI, diff view, editor, and generation flows. |
| 11 | +- add comprehensive interactive QA E2E tests for Stage 2 script editor and update existing script editor tests. |
| 12 | + |
| 13 | +### Fix |
| 14 | + |
| 15 | +- Validate cloud execution only when the command succeeds in the regression test script. |
| 16 | +- validate TypeScript/JS imports and block on validation failures (#624) |
| 17 | +- validate TypeScript/JS imports and block on validation failures (#624) |
| 18 | +- address Greg's follow-up review on PR #640 |
| 19 | +- implement _validate_typescript_imports and fix test operations |
| 20 | +- remove dead Python AST validator from TS/JS branch and fix misleading test name |
| 21 | +- validate TypeScript/JS imports and block on validation failures (#624) |
| 22 | +- Return JSON from POST /api/pipeline/render/run instead of SSE stream |
| 23 | +- address review feedback on PR #639 — narrow exceptions, add logging, improve coverage |
| 24 | +- prevent false positives in _get_module_exports for __all__ and re-exports |
| 25 | +- validate imported names against module exports (#620) |
| 26 | +- section ID edit not persisting after confirm in Stage 1 |
| 27 | +- mock update_main in test_update_command to prevent real API calls in CI |
| 28 | + |
| 29 | +### Refactor |
| 30 | + |
| 31 | +- ensure public repos are reset to origin/main before updates and prevent empty commits. |
| 32 | + |
1 | 33 | ## v0.0.161 (2026-02-26) |
2 | 34 |
|
3 | 35 | ### Feat |
|
0 commit comments