github gildas-lormeau/single-file-cli v2.11.2

4 hours ago

SingleFile CLI 2.11.2

CLI fixes and improvements

  • --create-root-directory is 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-until gives DOMContentLoaded, 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-time and 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

Co-authored by Claude (Claude Code)

Don't miss a new single-file-cli release

NewReleases is sending notifications on new releases.