Skip to content

v1.2.0

Latest

Choose a tag to compare

@flavorjones flavorjones released this 15 Apr 15:31
· 8 commits to main since this release
182a76d

Security

  • Delete server-side session on logout@rosa
  • Sanitize markdown output in edit history and TOC edit views (#392) — @djmb
  • Sanitize search results to prevent XSS from FTS5 output (#420) — @flavorjones

Security-related dependency updates: rack, rack-session, uri, rails-html-sanitizer, nokogiri, addressable.

Features

  • Markdown rendering for books and leaves — appending .md to any book or leaf URL renders it as inline markdown — @dhh
  • YAML frontmatter in markdown views — markdown output includes title, author, and URL metadata — @dhh
  • HTML link tags for markdown alternate format — pages include <link> tags pointing to the markdown version — @dhh
  • Use relative links for uploaded files — uploaded file URLs are now relative, improving portability — @kevinmcconnell

Other