Skip to content

Releases: mcanouil/quarto-gitlink

GITLINK 1.5.2

17 Apr 10:50
76b0dea

Choose a tag to compare

Installation

quarto add mcanouil/quarto-gitlink@1.5.2

Changelog

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

15 Apr 20:32
20bf90c

Choose a tag to compare

Installation

quarto add mcanouil/quarto-gitlink@1.5.1

Changelog

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

15 Apr 19:06
6457faf

Choose a tag to compare

Installation

quarto add mcanouil/quarto-gitlink@1.5.0

Changelog

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

15 Apr 16:03
5b47bc9

Choose a tag to compare

Installation

quarto add mcanouil/quarto-gitlink@1.4.1

What'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

09 Apr 09:49
934e1ad

Choose a tag to compare

Installation

quarto add mcanouil/quarto-gitlink@1.4.0

Changelog

New Features

  • feat: Auto-detect repository from Quarto project repo-url for 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

23 Mar 23:18
5224f20

Choose a tag to compare

Installation

quarto add mcanouil/quarto-gitlink@1.3.0

Changelog

Refactoring

  • refactor: Replace monolithic utils.lua with 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

21 Feb 12:57
4073c45

Choose a tag to compare

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

11 Feb 21:39
69ce54b

Choose a tag to compare

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

04 Dec 19:12
65afbaa

Choose a tag to compare

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

GITLINK 1.0.0

30 Nov 11:05
ec7c0b0

Choose a tag to compare

What's Changed

  • refactor: use module structure and enhance dependency management by @mcanouil in #9
  • fix: update and fix Bitbucket support and update documentation by @mcanouil in #10
  • ci: bump version for release 🚀 by @github-actions[bot] in #11

Full Changelog: 0.1.0...1.0.0