Releases: Y2Z/monolith
Releases · Y2Z/monolith
monolith v2.6.0
- Support for wide range of charsets aside from UTF-8
- New option for saving document using custom encoding
monolith v2.5.0
- New option for unwrapping contents of NOSCRIPT tags
- No extra whitespace after escaped characters in stylesheets
monolith v2.4.1
- Enforce saved document's charset to always be set to UTF-8
- Process and embed contents of NOSCRIPT tags
- Fix embedding of srcset for PICTURE tags
- Embed alternate stylesheets
- Switch license to CC0-1.0
monolith v2.4.0
- Support for embedding audio and video assets
- New option for setting custom base URL
- It's now possible to obtain input HTML from stdin
- Fix issues that were associated with parsing of srcset
monolith v2.3.1
- Adds
<base />tag when saved from HTTP(S)
monolith v2.3.0
- Outputs indented tree instead of plain list of retrieved assets
- Removes "Refresh" and "Location" META tags
- Automatically attempts to retrieve favicon if not linked in the code
- Treats minus for output target file path as stdout
monolith v2.2.7
- Fix bug that used to cause crash when trying to target non-HTTP(S) sources
monolith v2.2.6
- Added support for embedding IMG srcset
monolith v2.2.5
- Implemented metadata annotation of the resulting document
- Added proper asset integrity check mechanism for LINK and SCRIPT elements
- Support for embedding IMAGE assets linked within SVG elements
monolith v2.2.4
- Added option for excluding web fonts
- Proper support for special characters in CSS selectors
- Improved parsing of data URLs