Asciidoctor Intellij Plugin Versions Save

AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)

0.41.13

4 weeks ago
  • Fix refactoring in Java and Kotlin code which was broken since 0.41.9 (#1591)

0.41.12

1 month ago
  • Fix Kroki diagram rendering in preview which broke in release 0.41.10 (#1585)
  • Inject language in listings where source style is implicit (#1566)

0.41.11

1 month ago
  • 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)

0.41.10

1 month ago
  • 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)

0.41.9

1 month ago
  • 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)

0.41.8

2 months ago
  • Workaround for slow EDT warning (#1533)
  • Support Windows 11 on ARM (#1537)

0.41.7

2 months ago
  • 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

0.41.6

4 months ago
  • Avoid deadlock when creating a new AsciiDoc file (#1502)
  • Fix Sentry reporting

0.40.9

4 months ago
  • Fix Sentry reporting

0.41.5

4 months ago
  • Bump org.asciidoctor:asciidoctorj from 2.5.10 to 2.5.11 (#1499)
  • Bump org.asciidoctor:asciidoctorj-pdf from 2.3.9 to 2.3.10 (#1497)
  • Bump org.asciidoctor:asciidoctorj-diagram from 2.2.13 to 2.2.14
  • Updating embedded Kroki to support symbolator and wireviz diagrams
  • Show a hint when the JCEF preview doesn't show when using a remote desktop (#1371)