Releases: gildas-lormeau/single-file-cli
Releases · gildas-lormeau/single-file-cli
v2.0.50
- 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
- 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
- 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
- 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
v2.0.45
v2.0.44
- Improved data fetching implementation
- Added support of "srcdoc" attribute in frames
- Updated Deno to version
1.44.4
v2.0.43
Fixed issue where Chromium sub-processes would not be stopped when interrupting the program in some cases (e.g. when pressing Ctrl-C)