New features
- Crawls and batch captures (
--urls-file) now print their progress on stderr, e.g.[3/25] saved https://example.com (example.html)(ref #163, #23)
Fixes
- Fixed cross-origin (site-isolated) frames being saved empty with an extra 5s delay per capture. They are now captured like same-origin frames
- Fixed
--blocked-URL-pattern,--http-header,--emulate-media-feature, the user-agent emulation and--browser-ignore-insecure-certsnot being applied in cross-origin frames - Fixed
--blocked-URL-patternand--http-headernot being applied when resources are fetched outside the browser (e.g. when fetching a resource from the page fails due to CORS) - Fixed the invisible DEL character in the default value of
--filename-replaced-characterdisplayed by--help - Fixes from single-file-core 1.5.96 to 1.5.98, including: fixed broken references to SVG symbols with ids starting with a digit (fix gildas-lormeau/SingleFile#1936), fixed invalid nesting of BODY elements (fix gildas-lormeau/SingleFile#1954), removed FileReader usage to support Safari Lockdown Mode (fix gildas-lormeau/SingleFile#1973), fixed a memory leak when capturing pages repeatedly in the same tab
Co-authored by Claude (Claude Code)