Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

Automatically clear lock for JCEF preview to prevent a blank preview

03 May 05:56
Compare
Choose a tag to compare
  • Fix syntax highlighting in the editor after block-macros with multiple attributes (#1613)
  • Automatically clear lock for JCEF preview to prevent a blank preview (#1610)
  • Improved detection of frontmatter for AsciiDoc files (#1595)

Fix refactoring in Java and Kotlin code

03 Apr 20:56
Compare
Choose a tag to compare
  • Fix refactoring in Java and Kotlin code which was broken since 0.41.9 (#1591)

Fix Kroki diagram rendering in preview

27 Mar 20:28
4e4977f
Compare
Choose a tag to compare
  • Fix Kroki diagram rendering in preview which broke in release 0.41.10 (#1585)
  • Inject language in listings where source style is implicit (#1566)

Handle error reports reported by users, ensure 2024.1 compatibility

24 Mar 14:55
Compare
Choose a tag to compare
  • Capture AssertionError thrown when rendering PlantUML content (#1578)
  • Calculate tree view eagerly in the background to unblock EDT (#1579)
  • Prevent decoder exception when filename contains a percentage sind in IntelliJ 2024.1 EAP (#1580)
  • Avoid NPE when searching for Java references (#1582)
  • Avoid invalidated objects when searching for Java references (#1583)
  • Close files before converting file from Markdown to AsciiDoc (#1584)
  • Add structurizr.com to the allow-list to show contents in an iframe in the preview (#1510)

Update Asciidoctor and Asciidoctor PDF

23 Mar 16:57
Compare
Choose a tag to compare
Pre-release
  • Render preamble in preview with a slightly larger font (#1567)
  • Use Droid Sans Mono for rendering code in the JCEF preview
  • Bump org.asciidoctor:asciidoctorj from to 2.5.12 (#1562)
  • Show error popup if a PDF file can't be written to disk (#1569)
  • Quoted strings now highlighted with a background in the editor even if they contain single or double quotes
  • Disable off-screen-rendering if IDE's setting for off-screen-rendering is disabled (#1575)
  • Prevent exception when showing injected AsciiDoc content (#1576)
  • Prevent change-outside-of-command exception when creating a preview for adding an ID to a section (#1577)
  • Bump org.asciidoctor:asciidoctorj-pdf from 2.3.13 to 2.3.15 (#1573)

Upgrading Asciidoctor Diagram and Asciidoctor PDF

06 Mar 20:43
Compare
Choose a tag to compare
  • Bump org.asciidoctor:asciidoctorj-pdf to 2.3.13 (#1547)
  • Remove code which must not be run in EDT to get compatible with IntelliJ 2024.1 EAP (#1533)
  • Speed-up Java references search to parse fewer files
  • When renaming Java classes, rename their references in AsciiDoc documents as well
  • Fixed calculation of root paths for multi-module projects (#1558)
  • New live template for Golang source code snippets (thanks to @dozer111) (#1553)
  • Bump org.asciidoctor:asciidoctorj-diagram to 2.3.0 and PlantUML to 1.2024.3 (#1538)

Workaround for slow EDT warning on IntelliJ 2024.1 EAP

11 Feb 15:22
Compare
Choose a tag to compare
  • Workaround for slow EDT warning (#1533)
  • Support Windows 11 on ARM (#1537)

Upgrade Asciidoctorj Diagram, support IntelliJ 2024.1 EAP

04 Feb 20:11
Compare
Choose a tag to compare
  • Upgrade Asciidoctorj Diagram to 2.2.17 and PlantUML to 1.2023.13 (thanks to @cachescrubber) (#1525)
  • When opening includes from preview, move slow activities to the background (#1517)
  • Hide unused AsciiDoc action group in IntelliJ 2024.1 EAP

Avoid deadlock when creating a new AsciiDoc file

27 Dec 22:29
Compare
Choose a tag to compare
  • Avoid deadlock when creating a new AsciiDoc file (#1502)
  • Fix Sentry reporting

Fixing sentry reporting for 0.40.x

27 Dec 22:27
Compare
Choose a tag to compare
  • Fix Sentry reporting