Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Nov 09:20
· 2 commits to main since this release

Added in V0.1.4

  • Fix issue where UTF-8 char boundaries not interpreted correctly (f8f87d5)

    • Replaced byte-wise iteration with UTF-8–safe char iteration to prevent
    • panics when encountering multi-byte characters (e.g. ‘•’) in HTML
  • More adherence to rust formatting

  • mdbook example now uses localhost-qr

Full Changelog: v0.1.3...v0.1.4