Changelog
What changed, and when.
Every released version of the github extension, and what each one changed.
1
1.6
1.6.0 (2026-08-01)
Documentation
- docs: Add a documentation website under
docs/, built on theatelierproject type and published to https://m.canouil.dev/quarto-github/, leading with the supersession by Git Link. - docs: Record that a reference is only recognised when a space follows it, so
#26,and#26.are left as plain text. - docs: Record that the deprecated top-level
repository-nameis not read; onlyextensions.github.repository-nameis. - docs: Trim
README.mdto a landing page pointing at the website, andexample.qmdto a short starting point to copy. - 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
docsfor the website’s own dependencies.
1.5
1.5.1 (2026-04-15)
Refactoring
- refactor: Synchronise shared modules (
logging.lua,git.lua) with canonical versions.
Documentation
- docs: Remove version pinning from example references.
1.5.0 (2026-03-23)
Refactoring
- refactor: Replace monolithic
utils.luawith focused modules (string.lua,logging.lua,metadata.lua,pandoc-helpers.lua,html.lua,paths.lua,colour.lua).
1.4
1.4.0 (2026-02-21)
New Features
- feat: Add _schema.yml for configuration validation and IDE support (#14).
1.3
1.3.1 (2026-02-11)
Bug Fixes
- fix: Update copyright year.
- fix: Use british english spelling.
1.3.0 (2025-11-30)
Documentation
- docs: Deprecate GitHub extension for Quarto.
1.2
1.2.0 (2025-10-25)
New Features
- feat: Enhance metadata in example.qmd.
- feat: Refactor to use module structure and enhance utilities (#9).
Documentation
- docs: Add output section for example.qmd in README.
- docs: Add Quarto versions for filter declaration.
1.1
1.1.0 (2025-08-14)
New Features
- feat: Add base-url option for GitHub Enterprise support (#7).
- feat: Allow GitHub mentions in text (#3).
1.0
1.0.1 (2025-04-05)
New Features
- feat: Add CITATION file for project citation.
- feat: Add support for parsing mentions (#1).
1.0.0 (2024-07-14)
Documentation
- docs: Tweak description.