Skip to content

Releases: gildas-lormeau/single-file-cli

v2.0.83

29 Nov 23:39

Choose a tag to compare

  • Added --removed-elements-selector option to remove elements with CSS selectors (comma separated)
  • Added {url-filename} variable for filename and infobar templates
  • Fixed aspect ratio of video screenshots

v2.0.82

20 Nov 21:53

Choose a tag to compare

Fixed minification of stylesheets when the page contains invalid nested tags (fix rendering issues on bilibili)

v2.0.81

20 Nov 20:12

Choose a tag to compare

v2.0.80

10 Nov 23:57

Choose a tag to compare

  • Improved displaying of the help info (when passing --help or no parameters) by categorizing switches
  • Added --browser-wait-end-delay switch to add a delay after processing a page
  • Refactored code of the CDP client for better readability and maintenance

v2.0.77

09 Nov 20:15

Choose a tag to compare

v2.0.76

03 Nov 00:05

Choose a tag to compare

  • Fixed support of CSS nesting, Cascade layers, Feature queries, Container queries, and Scope at-rules when minimizing stylesheets
  • Improved removal of stylesheets for alternative devices to screens
  • Improved serialization of XML (e.g. SVG) contents
  • Improved compression of the "extra data" when saving pages in the "universal self-extracting pages" file format
  • Fixed removal of NOSCRIPT tags in BODY (and descendant) tags, and added an hidden option --remove-no-script-tags (true by default)
  • Upgraded Deno to version to version 2.5.6 (see executables)

v2.0.75

20 Feb 23:59

Choose a tag to compare

  • Fixed --http-header option
  • Added %encode-base64<value> and %decode-base64<value> template functions
  • Added options to position the infobar:
    • --infobar-position-absolute
    • --infobar-position-top
    • --infobar-position-bottom
    • --infobar-position-right
    • --infobar-position-left
  • Upgraded Deno to version 2.2.0 and reduced size of executable files
  • Fixed various minor issues

v2.0.73

21 Nov 12:24

Choose a tag to compare

  • Added option --filename-replaced-character

v2.0.72

20 Nov 15:03

Choose a tag to compare

Fixed "Permission Error" when saving pages to a Shared Network Drive on Windows and using single-file.exe (see #141)

v2.0.71

12 Nov 22:43

Choose a tag to compare

  • Added --browser-capture-max-time option allowing you to define the maximum time for capturing the page (60s by default)
  • Added support of {url-original} template variable storing the URL that was originally requested
  • Upgraded Deno to version 2.0.6 (cf. built files)