Releases: gildas-lormeau/single-file-cli
Releases · gildas-lormeau/single-file-cli
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
v2.0.58
Fixed regression introduced in the version 2.0.57
leading to missing external stylesheets
v2.0.57
- Added
--resolve-links
,--settings-file
,--settings-file-profile
options - Fixed sporadic "Invalid InterceptionId" errors (definitely?)
- Binaries for macOS are now signed
- Upgraded Deno to version
1.46.1
- Minor fixes
v2.0.56
- improved perf when a page contains duplicate inline stylesheets
- added "{options-json}", "{options-text}" variables, and "%option-value" function in templates
- added support of frames when saving raw pages
- fixed minor issues
v2.0.55
Added option embedded-image
to make compressed files (self-extracting or not) viewable as a PNG image
v2.0.54
- fixed self-extracting file format (i.e.
-self-extracting-archive
) - added support of frames when saving raw HTML pages (i.e.
--save-raw-page
) - added
--insert-single-file-comment
option
v2.0.52
Fixed Invalid InterceptionId error
intermittent error
v2.0.51
What's Changed
- Added validation of data types in the cookie by @lucianopw in #108
New Contributors
- @lucianopw made their first contribution in #108