Releases: mcanouil/quarto-gitlink
Releases · mcanouil/quarto-gitlink
GITLINK 1.5.2
Installation
quarto add mcanouil/quarto-gitlink@1.5.2Changelog
Bug Fixes
- fix: Recognise references inside bracket pairs surrounded by additional text or punctuation, e.g.
something(#1),(#1).,.(#1).,(mcanouil/quarto-gitlink#1)something.
What's Changed
- fix: recognise references inside brackets with surrounding text by @mcanouil in #35
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #36
Full Changelog: 1.5.1...1.5.2
GITLINK 1.5.1
Installation
quarto add mcanouil/quarto-gitlink@1.5.1Changelog
Refactoring
- refactor: Synchronise shared modules (
logging.lua,git.lua,string.lua) with canonical versions.
What's Changed
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #34
Full Changelog: 1.5.0...1.5.1
GITLINK 1.5.0
Installation
quarto add mcanouil/quarto-gitlink@1.5.0Changelog
New Features
- feat: Support references surrounded by parentheses, brackets, quotes, and trailing punctuation.
What's Changed
- feat: support references surrounded by parentheses and punctuation by @mcanouil in #32
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #33
Full Changelog: 1.4.1...1.5.0
GITLINK 1.4.1
Installation
quarto add mcanouil/quarto-gitlink@1.4.1What's Changed
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #31
Full Changelog: 1.4.0...1.4.1
GITLINK 1.4.0
Installation
quarto add mcanouil/quarto-gitlink@1.4.0Changelog
New Features
- feat: Auto-detect repository from Quarto project
repo-urlfor website and book projects.
What's Changed
- ci: update release workflow to use centralised reusable workflow by @mcanouil in #28
- feat: auto-detect repository from Quarto project repo-url by @mcanouil in #29
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #30
Full Changelog: 1.3.0...1.4.0
GITLINK 1.3.0
Installation
quarto add mcanouil/quarto-gitlink@1.3.0Changelog
Refactoring
- refactor: Replace monolithic
utils.luawith focused modules (string.lua,logging.lua,metadata.lua,pandoc-helpers.lua,html.lua,paths.lua,colour.lua).
What's Changed
- refactor: update utils.lua to generic version with get_extension_config by @mcanouil in #24
- fix: update project path resolution to use pandoc.path.join by @mcanouil in #25
- refactor: replace monolithic utils.lua with focused modules by @mcanouil in #26
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #27
Full Changelog: 1.2.0...1.3.0
GITLINK 1.2.0
What's Changed
- feat: add _schema.yml for configuration validation and IDE support by @mcanouil in #18
- chore: add $schema version URI to _schema.yml by @mcanouil in #21
- feat: add extension-provided code snippets by @mcanouil in #22
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #23
Full Changelog: 1.1.1...1.2.0
GITLINK 1.1.1
What's Changed
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #17
Full Changelog: 1.1.0...1.1.1
GITLINK 1.1.0
What's Changed
- feat: shorten URLs by @mcanouil in #14
- feat: add support for custom Git hosting platforms and schema validation by @mcanouil in #15
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #16
New Contributors
- @mcanouil-dev[bot] made their first contribution in #16
Full Changelog: 1.0.0...1.1.0