Changelog

What changed, and when.

Every released version of the better-word extension, and what each one changed.

0

0.1

0.1.1 (2026-09-23)

Documentation
  • docs: Serve the extension’s social card as the Open Graph image, so a shared link shows the card rather than the first image on the page. (#8)

0.1.0 (2026-08-01)

Documentation
  • docs: Add a documentation website under docs/, built on the atelier project type and published to https://m.canouil.dev/quarto-better-word/, rendering a Word document with the format itself.

  • docs: Trim README.md to a landing page pointing at the website.

  • docs: Add the Pages workflow, which renders docs/ on pull requests and deploys it from the release tag.

  • docs: Add the Quarto Extensions Updates workflow, scanning docs for the website’s own dependencies.

  • feat: Add categories, description, modified date, DOI, and keywords to the title block, matching the fields Quarto’s HTML title block exposes.

  • feat: Render the DOI, ORCID, and email as clickable field-code hyperlinks, which need no document relationship entry.

  • feat: Localise the published, modified, and keywords headings via Quarto’s labels metadata so they follow the document language (Quarto provides no translation for the DOI heading).

  • refactor: Split the front matter into a title-block.xml and a title-metadata.xml partial, mirroring Quarto’s two-level HTML template layout.

  • refactor: Separate the Lua filters by concern, title-block.lua for title-block metadata and landscape-page-size.lua for page geometry, each scoped to the docx format.

  • feat: Initial release.

Back to top