Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 13:07
· 411 commits to main since this release

5.0.0 (2023-09-09)

Fixes

  • metadata fallback for empty values (2c7481c), see #382

BREAKING CHANGES

  • empty cells in local metadata (title, description, image, canonical, image, image-alt) cause the respective metadata value to be empty. previously, it would fallback to the metadata heuristically extracted from the content (first H1, first paragraph, hero image).
  • twitter:title, twitter:description, twitter:image have a fallback on their og:* counterparts and not on the default metadata heuristically extracted from the content (first H1, first paragraph, hero image).
  • double double-quote values ("") in the metadata-sheets (not documents) will suppress rendering of the metadata element.