Skip to content

v1.4.0

Latest

Choose a tag to compare

@daenvil daenvil released this 11 Jan 16:41
· 2 commits to main since this release

Added

  • Support for using the text property as a shortcut for markdown_text (PR#19 by betalars and PR#20, #2)
  • Auto-translation when markdown_text is set to a localization key and the node is set to auto-translate (PR#18 by betalars)
  • Handling YAML/TOML front-matter when using the display_file() method. The get_frontmatter() method can be used afterwards to retrieve it (#15).
  • Alt text for images
  • Horizontal rules / thematic breaks, with customization options (exclusive for Godot 4.5+)
    • Option on each header level's format to automatically draw horizontal rule below headers (#17)

Changed

  • Improved documentation
  • The text property is no longer stored in scene files, avoiding redundant information
  • Image tooltips now use the tooltip option instead of the hint flag

Fixed

  • Markdown conversion could be executed multiple times in a single frame. Now it uses a dirty flag system to only be executed when it's strictly needed.