Releases: gildas-lormeau/single-file-cli
Releases · gildas-lormeau/single-file-cli
v2.0.83
v2.0.82
Fixed minification of stylesheets when the page contains invalid nested tags (fix rendering issues on bilibili)
v2.0.81
- Improved support of invalid nested tags (fix rendering issues on bilibili)
- Fixed issues related to the
:definedselector in stylesheets and custom elements (fix rendering issues on Reddit) - Added cleanup of
link[rel=compression-dictionary]elements (see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/compression-dictionary)
v2.0.80
- Improved displaying of the help info (when passing
--helpor no parameters) by categorizing switches - Added
--browser-wait-end-delayswitch to add a delay after processing a page - Refactored code of the CDP client for better readability and maintenance
v2.0.77
- Fixed default CSP disabling to improve security (see #179)
- Fixed support of frames in nested shadow roots
- Fixed displaying of frames in Chromium-based browsers
- Added removal of
attributionsrcattributes (see https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/attributionSrc)
v2.0.76
- 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(trueby default) - Upgraded Deno to version to version 2.5.6 (see executables)
v2.0.75
- Fixed
--http-headeroption - 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
- Added option
--filename-replaced-character
v2.0.72
v2.0.71
- Added
--browser-capture-max-timeoption 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)