Patch release.
Fixes
- HTTPS dev servers (#80) — CLI auto-detect falls back to
https://per port; non-CDP browser contexts launched withignoreHTTPSErrors: true; Vite plugin honoursserver.httpsfrom Vite config when building the capture URL. Works with mkcert,next --experimental-https, vite preview, Quasar https mode. - Previously-captured bones no longer drop out of the registry (#81) — registry regen now merges freshly-captured bones with everything already on disk. Typical scenario: capture
/loginunauthenticated, then addauth.cookiesand re-run — the login bones now survive into the regenerated registry.--forcestill rebuilds from scratch. The cross-run dropout was especially bad after v1.8.0's single-page mode, which would prune the registry down to the one skeleton captured this run.
Tests
- 143 pass / 0 fail (was 136 — added 7 new
mergePreservingExistingtests).
Full Changelog: v1.8.0...v1.8.1