Skip to content

Releases: gildas-lormeau/single-file-cli

v2.0.68

14 Oct 21:56
Compare
Choose a tag to compare
  • Fixed stretched images issue (e.g. on Reddit)
  • Fixed issue where textarea contents where not saved
  • Fixed warnings related to the sandbox attribute on iframes
  • Fixed site URL issue when crawling multiple URLs (see #128)

v2.0.67

01 Oct 14:16
Compare
Choose a tag to compare
  • 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

21 Sep 21:02
Compare
Choose a tag to compare

v2.0.63

20 Sep 23:03
Compare
Choose a tag to compare
  • Fixed issue when saving pages in a mounted directory with Docker
  • Fixed various minor issues

v2.0.62

16 Sep 21:53
Compare
Choose a tag to compare
  • 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

14 Sep 22:16
Compare
Choose a tag to compare

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

07 Sep 17:34
Compare
Choose a tag to compare
  • 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

02 Sep 17:13
Compare
Choose a tag to compare
  • Userscripts can now update the options before processing a page
  • Fixed other minor issues

v2.0.58

29 Aug 13:32
Compare
Choose a tag to compare

Fixed regression introduced in the version 2.0.57 leading to missing external stylesheets

v2.0.57

28 Aug 21:01
Compare
Choose a tag to compare
  • 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