Skip to content

Releases: asciidoctor/asciidoctor-vscode

v3.4.2

31 Oct 16:16
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v3.1.12

11 Feb 14:25
Compare
Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Only prompt to enable Antora when antora.yml is not empty (#847)
  • Consistent code completion for includes (#839)
  • Fix highlighting a footnote with id (#835)

Improvements

  • Add doc role when the asciidoc page is used in an antora context (#845)
  • Bump dependencies (#840)
  • If Antora popup is closed (no answer) ask again later (#841)
  • Improve autolink feature (#836)

Release meta

Released by: @ggrossetie

Full Changelog: v3.1.10...v3.1.12

v3.1.10

25 Nov 13:34
Compare
Choose a tag to compare

What's Changed

Changelog

Bug fixes

  • Fix glob pattern while building the Antora content catalog - previously, if the documentation component was located at the root of the workspace the content catalog was empty
  • Add asciidoc.preview.style directory as a local resource roots in the WebView - hopefully loading stylesheets from outside the workspace will work again!

Release meta

Released by: @ggrossetie

Full Changelog: v3.1.9...v3.1.10