Skip to content

Releases: Y2Z/monolith

monolith v2.6.0

08 Jun 23:31
2539aac

Choose a tag to compare

  • Support for wide range of charsets aside from UTF-8
  • New option for saving document using custom encoding

monolith v2.5.0

02 Jun 14:13
22a031a

Choose a tag to compare

  • New option for unwrapping contents of NOSCRIPT tags
  • No extra whitespace after escaped characters in stylesheets

monolith v2.4.1

09 Mar 12:17
cbbb297

Choose a tag to compare

  • 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

26 Dec 08:53
9504017

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

Choose a tag to compare

  • Adds <base /> tag when saved from HTTP(S)

monolith v2.3.0

14 Jul 07:55
03cdc0e

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

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

Choose a tag to compare

  • Added support for embedding IMG srcset

monolith v2.2.5

12 May 07:22
ac4945c

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

Choose a tag to compare

  • Added option for excluding web fonts
  • Proper support for special characters in CSS selectors
  • Improved parsing of data URLs