Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

Upgrade Asciidoctor Diagram to 3.0.1

26 Jul 18:17
Compare
Choose a tag to compare
  • Upgrade to mermaid 11.9.0 (#1869)
  • Upgrade asciidoctorj-diagram from 2.3.2 to 3.0.1 (#1853)
  • Upgrade asciidoctorj-diagram-plantuml from 1.2025.2 to 1.2025.3 (#1852)
  • Prevent in-process reformatting on block id to section quick fix (#1868)

Minor fixes reported by users

01 Jun 15:14
Compare
Choose a tag to compare
  • Prevent exception when selecting a link pointing to a local folder in the preview (#1843)
  • Instead of notifications in the console of the IDE, use editor notifications to show Antora YAML problems (#1844)

Compatibility with IntelliJ 2025.2 EAP

29 May 19:19
Compare
Choose a tag to compare
Pre-release
  • Prevent "Read access not allowed" when using LLMs (#1822)
  • Prevent "InvalidVirtualFileAccessException" when iterating the file tree (#1825)
  • Build correct URL for content security policy in IntelliJ 2025.2 EAP (#1837)
  • Update files that use symbolic links (#1840)

Prevent a temporary UI freeze when resolving local host name

21 Apr 15:12
Compare
Choose a tag to compare
  • Prevent a temporary UI freeze when resolving local host name (#1793)

Prevent temporary UI freeze on non-Intel Macs

20 Apr 07:52
Compare
Choose a tag to compare
  • Bump org.asciidoctor:asciidoctorj-diagram-plantuml from 1.2024.5 to 1.2025.2 (#1811)
  • Bump org.asciidoctor:asciidoctorj-diagram from 2.3.1 to 2.3.2 (#1809)
  • Prevent temporary UI freeze on non-Intel Macs (#1793)

v0.44.3

15 Mar 08:59
cde1a08
Compare
Choose a tag to compare
  • When pasting a URL from the clipboard to an existing URL in the text, replace the existing URL with the new one (#1763)
  • Support new Hugo configuration file names like hugo.toml to auto-enable Hugo image lookups for editor and preview (#1766)

Fix compatibility with CLion EAP 2025.1

17 Feb 11:16
1c05484
Compare
Choose a tag to compare
  • Fix compatibility with Python in CLion EAP 2025.1 (#1778, thanks to @peci1)

Compatibility with EAP 2025.1

08 Feb 18:47
Compare
Choose a tag to compare
  • Compatibility with EAP 2025.1. JavaFX removed as a preview as it is no longer supported by JetBrains.

Run background threads under an existing progress indicator

30 Dec 11:34
Compare
Choose a tag to compare
  • Run background threads under an existing progress indicator (#1759)

Handle YAML parsing errors

22 Dec 14:10
Compare
Choose a tag to compare
Pre-release
  • Update docs and templates to recommend an absolute path for the pdf-themesdir (#1750)
  • When rendering the preview for Antora, automatically switch to highlight.js syntax highlighting (#1736)
  • Make wrap-on-typing work for AsciiDoc without chopping an existing line into small chunks (#1653)
  • Handle YAML parsing errors when showing an editor notification about missing information in the Antora component descriptor (#1753)
  • Preventing NPE when creating a missing file (#1754)
  • Preventing NPE when parsing block attributes for listings (#1755)
  • Handle a situation where an index is not yet known as index not ready (#1756)