Skip to content

Releases: gildas-lormeau/single-file-cli

v2.0.50

01 Aug 14:36
Compare
Choose a tag to compare
  • Added --infobar-template and --open-infobar options
  • Fixed replacement of special characters when using %date-custom, %date-locale, %time-locale, and %datetime-locale functions in the infobar template
  • Upgraded Deno to version 1.45.5
  • Minor fixes

v2.0.49

24 Jul 16:45
Compare
Choose a tag to compare
  • Added --output-json option to save the page as a JSON file. The JSON data contains request and response headers.
  • Fixed --dump-content option

v2.0.48

23 Jul 20:15
Compare
Choose a tag to compare
  • Fixed issues related to CSS: support of @container, CSS worklets and nested rules
  • Added new template function %datetime-custom (see the help page of the extension for more info)
  • Upgraded Deno to version 1.45.3

v2.0.47

18 Jul 22:07
Compare
Choose a tag to compare
  • Added option --error-traces-disabled(true by default) to remove stack traces in the error messages
  • Fixed regression related to the use of the --crawl-rewrite-rule option or when trying to capture an empty URL

v2.0.46

15 Jul 18:58
Compare
Choose a tag to compare
  • fixed path resolution (see #106)
  • fixed error when pressing Ctrl-C in Node.js

v2.0.45

26 Jun 23:38
Compare
Choose a tag to compare

Fixed Error: Process exited with code null when running the code with Node.js (see #91)

v2.0.44

26 Jun 21:48
Compare
Choose a tag to compare
  • Improved data fetching implementation
  • Added support of "srcdoc" attribute in frames
  • Updated Deno to version 1.44.4

v2.0.43

05 Jun 14:38
Compare
Choose a tag to compare

Fixed issue where Chromium sub-processes would not be stopped when interrupting the program in some cases (e.g. when pressing Ctrl-C)

v2.0.41

05 Jun 14:00
Compare
Choose a tag to compare

What's Changed

  • Fixes "ReferenceError: Cannot access 'options' before initialization" when using --browser-mobile-emulationby @masylum in #95

New Contributors

v2.0.40

03 Jun 12:52
Compare
Choose a tag to compare

What's Changed

  • Fix support of --browser-server argument by @m3nadav in #94
  • Upgraded Deno to version 1.44.0

New Contributors