Skip to content

blogatto 5.0.1

Choose a tag to compare

@veeso veeso released this 19 Mar 20:19
· 16 commits to main since this release
76667eb

5.0.1

Released on 2026-03-19

CI

  • gleam 1.15.2

Fixed

  • move HTML escaping from post parsing to RSS feed generation

    Escaping at parse time caused double-escaping in HTML output (Lustre
    already escapes via element.text) and forced users to use
    unsafe_raw_html for titles. Now escaping is applied only when
    constructing FeedMetadata for RSS, keeping Post fields raw.