Skip to content

Releases: asciidoctor/asciidoctor-vscode

v3.4.5

16 Sep 07:21

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Improve completion for xref and image (#968) - thanks @bongiozzo
  • Fix navigation on anchors that contains underscore (#963) - thanks @bongiozzo
  • Improve source block TextMate grammar (#961)

Infrastructure

  • Switch from vscode-nls (deprecated) to vscode-l10n (#955)
  • Update node to v22 (#934)
  • Replace eslint by biome (#954)

Release meta

Released by: @ggrossetie

Full Changelog: v3.4.4...v3.4.5

v3.4.4

14 Jul 17:49

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Extension was incorrectly asking to enable Antora support even though no antora.yml file existed - thanks @oliviercailloux

Release meta

Released by: @ggrossetie

Full Changelog: v3.4.2...v3.4.4

v3.4.2

31 Oct 16:16

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Replace ripgrep by workspace.findFiles. ripgrep was introduced in 3.4.0 but caused too many compatibility and instability issues.

Release meta

Released by: @ggrossetie

Full Changelog: v3.4.1...v3.4.2

v3.4.1

12 Oct 07:32

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Use the rg binary from the local VS code installation

Release meta

Released by: @ggrossetie

Full Changelog: v3.4.0...v3.4.1

v3.4.0

11 Oct 09:56

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Honor xrefstyle in the preview - thanks @r0ckarong
  • Fix document to document xrefs in preview when the documents are included - thanks @birdman7260
  • Replace dynamic import (unsupported by VS code)
  • Allow spaces after table delimiter - thanks @ebousse

Improvements

  • Set intrinsic attributes docdir, docfile and docname
  • Set attributes docfilesuffix and filetype
  • Enable/disable Antora support using commands
  • Use ripgrep instead of findFiles to improve performance - thanks @alaindresse

Release meta

Released by: @ggrossetie

Full Changelog: v3.3.1...v3.4.0

v3.3.1

19 Jun 11:42

Choose a tag to compare

What's Changed

Changelog

Bug fixes

Improvements

  • Add activation event for .adoc files - thanks @ohhmm
  • Render Mermaid diagrams locally (i.e., without relying on Kroki) - thanks @ztuowen

Release meta

Released by: @ggrossetie

Full Changelog: v3.2.3...v3.3.1

v3.2.3

26 Mar 19:13

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Fix a regression on xref introduced in 3.2.1 by @ViToni

Infrastructure

Release meta

Released by: @ggrossetie

Full Changelog: v3.2.2...v3.2.3

v3.2.2

22 Mar 19:04

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Fix a regression on xref introduced in 3.2.1 by @ViToni

Infrastructure

Release meta

Released by: @ggrossetie

Full Changelog: v3.2.1...v3.2.2

v3.2.1

20 Mar 22:05

Choose a tag to compare

What's Changed

Changelog

Improvements

  • Use color variable defined by theme for ToC by @ViToni in #850

Bug fixes

  • Fix non working xref in preview pane by @ViToni in #853

Release meta

Released by: @ggrossetie

Full Changelog: v3.2.0...v3.2.1

v3.2.0

11 Feb 14:43

Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Fix regular expression in Asciidoctor.json

Release meta

Released by: @ggrossetie

Full Changelog: v3.1.12...v3.2.0