Releases: Y2Z/monolith
Releases · Y2Z/monolith
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
monolith v2.2.3
- Fixed bug associated with parsing of negative numbers within CSS
monolith v2.2.2
- Remove children of SVG elements when saving without images
- Resolve links of image-map AREA elements
- Add support for image INPUT elements
monolith v2.2.1
- Add support for working with local assets
- Accept data URLs on the input
- Add support for legacy HTML features
- Improve CSS parsing mechanism