single-file-cli

CLI tool for saving a faithful copy of a complete web page in a single HTML file

AGPL-3.0 License

Stars
468
Committers
9

Bot releases are hidden (Show)

single-file-cli -

Published by gildas-lormeau 6 months ago

  • Fixed missing frames when using the new headless mode of Chromium (e.g. when using --browser-arg --headless=new) or when debugging the page (e.g. when using--browser-debug) (see #83)
  • Use a random debugging port to control Chromium instead of trying to use the port 9222 first
  • Updated Deno (v1.42.4)
  • Fixed npm warning when building the Docker image
single-file-cli -

Published by gildas-lormeau 6 months ago

  • Fixed error "TypeError: Windows only supports ctrl-c (SIGINT) and ctrl-break (SIGBREAK)"
  • Allow overwriting of options passed to Chromium with --browser-arg
single-file-cli - v2.0.30

Published by gildas-lormeau 6 months ago

  • Fixed support for multiple single-file processes running in parallel
single-file-cli -

Published by gildas-lormeau 7 months ago

Fixed uncaught exception when the error "Unreachable URL" is thrown (see #81)

single-file-cli - v2.0.28

Published by gildas-lormeau 7 months ago

What's Changed

What's Fixed

  • Fixed "Error: execution context not found" on redirects (see #80)

New Contributors

single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed single-file-node.bat
  • Fixed minor issues
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed useless (load timeout) delay when an error is thrown
  • Added single-file-node.bat to run SingleFile in Node.js on Windows
  • Display intelligible errors for unreachable URLs (e.g. invalid URL or invalid path on the filesystem)
  • Do not close tabs when using --browser-debug
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed --urls-file option
  • Do not close the browser when using --browser-remote-debugging-URL
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed support of pages opened from the filesystem
  • Updated single-file.bat in order to use Deno
  • Fixed minor issues
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Added --browser-remote-debugging-URL option (e.g. http://localhost:9222) to use a running instance of Chromium-based browser (launched with --remote-debugging-port). It can be useful for example to run SingleFile in a Chromium-based browser on a remote machine, or to use an existing user profile, or for debugging puposes.
  • Fixed memory leak (due to unclosed tabs in the browser) when saving a list of URLs
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed error TypeError: Cannot read properties of undefined (see #77)
  • Updated Deno to version 1.42.1
  • Minor fixes related to the detection of errors
single-file-cli -

Published by gildas-lormeau 7 months ago

Fixed issue with redirects

single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed potential "Load timeout" errors
  • Updated Deno
single-file-cli -

Published by gildas-lormeau 7 months ago

Fixed error related to document frames

single-file-cli -

Published by gildas-lormeau 7 months ago

Fixed issue when saving a page which is redirected

single-file-cli -

Published by gildas-lormeau 7 months ago

Fixed handling of --self-extracting-archive and --compress-content flags

single-file-cli - v2.0.14

Published by gildas-lormeau 7 months ago

  • Fixed error messages and output code display
  • Fixed handling of temporary folder when using Node.js instead of Deno
single-file-cli -

Published by gildas-lormeau 7 months ago

Fixed handling of default values in switches

single-file-cli - v2.0.9

Published by gildas-lormeau 7 months ago

Added --version CLI flag to get version numbe by @pirate (see https://github.com/gildas-lormeau/single-file-cli/pull/67)

single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed handling of --browser-arg switch