Skip to content

Releases: Y2Z/monolith

monolith v2.4.0

26 Dec 08:53
9504017
Compare
Choose a tag to compare
  • 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

02 Aug 01:12
8462b6b
Compare
Choose a tag to compare
  • Adds <base /> tag when saved from HTTP(S)

monolith v2.3.0

14 Jul 07:55
03cdc0e
Compare
Choose a tag to compare
  • 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

01 Jun 09:48
9894213
Compare
Choose a tag to compare
  • Fix bug that used to cause crash when trying to target non-HTTP(S) sources

monolith v2.2.6

17 May 18:31
3d678d8
Compare
Choose a tag to compare
  • Added support for embedding IMG srcset

monolith v2.2.5

12 May 07:22
ac4945c
Compare
Choose a tag to compare
  • 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

25 Apr 07:51
7b095fe
Compare
Choose a tag to compare
  • Added option for excluding web fonts
  • Proper support for special characters in CSS selectors
  • Improved parsing of data URLs

monolith v2.2.3

09 Apr 00:03
67d4b7d
Compare
Choose a tag to compare
  • Fixed bug associated with parsing of negative numbers within CSS

monolith v2.2.2

05 Apr 18:46
3f0ced0
Compare
Choose a tag to compare
  • 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

02 Apr 06:37
05275d8
Compare
Choose a tag to compare
  • Add support for working with local assets
  • Accept data URLs on the input
  • Add support for legacy HTML features
  • Improve CSS parsing mechanism