Releases: gildas-lormeau/single-file-cli
Releases · gildas-lormeau/single-file-cli
v2.0.70
- Fixed issue where options passed from the CLI where ignored when using
--urls-file
and passing specific options in the file - Use full-width symbols to replace invalid file name character instead of "_" when possible
- Added
--debug-messages-file
option which can be useful for debugging purposes - Added option
--blocked-url-pattern
option which can be used to block resources with URLs matching a regular expression - Fixed minor issues
- Upgraded Deno to
2.0.5
(cf. built files)
v2.0.69
- Added support of options written in lowercase (e.g.
--crawl-replace-urls
instead of--crawl-replace-URLs
) - Fixed issue with unexpected downloads in the browser (downloads are now denied)
- Added option
--browser-wait-until-timeout
(1000 ms by default) - Added support of options for each URL when using
--urls-file
(see #133)
v2.0.68
v2.0.67
- Added detection of unknown options
- Fixed error when rewriting URLs
- Added
--console-messages-file
option to store browser logs in a file - Fixed minor issues
- Automated push to Docker Hub for amd64 and arm64 platforms
v2.0.64
- Added option
--embed-screenshot-options
to customize the screenshot (see https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-captureScreenshot),format
cannot be overridden (set topng
) andcaptureBeyondViewport
is set totrue
by default - Added icon on windows executable
v2.0.63
- Fixed issue when saving pages in a mounted directory with Docker
- Fixed various minor issues
v2.0.62
- Made
--embed-pdf
option compatible with regular ZIP files (and self-extracting files since v2.0.61) - Added
--embedded-pdf
option to embed a custom PDF file
v2.0.61
Added options --embed-pdf
and --embed-pdf-options
which can be used when creating self extracting files to embed the page printed in the PDF format. When this option is enabled, the resulting file is compatible with HTML, ZIP, and PDF. It can be combined with --embed-screenshot
or --embedded-image
to make the file also compatible with PNG.
v2.0.60
- Fixed option
--accept-language
- Added option
--group-duplicate-stylesheets
to reduce the size of saved pages when duplicate stylesheets are found in the page (e.g. on Reddit) and when the output file format is "HTML" - Added optimization to reduce the size of saved pages when duplicate stylesheets are found in the page (e.g. on Reddit) and when the output file format is based on the ZIP format
- Added missing stylesheet URLs in the "manifest.json" file when saving pages as ZIP files
- Updated Deno to version 1.46.3
v2.0.59
- Userscripts can now update the options before processing a page
- Fixed other minor issues