SingleFile CLI 2.11.2
CLI fixes and improvements
--create-root-directoryis honored when several pages are saved in one archive. The first page was stored at the root of the archive whatever the option said, mixed in with the files the archive needs for itself- The help text of
--browser-wait-untilgivesDOMContentLoaded, which is the name the browser reports. The spelling it gave before matched no event, so a capture asking for it waited the whole--browser-load-max-timeand was then saved by the fallback - The published package holds only the files the CLI needs to run
Fixes from single-file-core 1.5.129
- The maximum resource size is no longer applied to the page itself. With
--max-resource-size-enabled, saving a raw page larger than the limit produced an empty document. No body, no title, no warning. The limit applies to the resources a capture fetches, frames included, which is what it is documented to do
Changes
- The infobar icon plays a ripple animation when the page is saved (see gildas-lormeau/SingleFile#1504)
Co-authored by Claude (Claude Code)