Skip to main content
Skip table of contents

Release Notes August 15, 2025

We are thrilled to announce that we’ve released a new version on . 🎉

You will automatically get the latest version, if the app is installed in your Confluence space.

New Feature 🌟

  • Added support for !include directives in PlantUML diagrams embedded in AsciiDoc and Markdown files.

    • Users can now include external PlantUML files using the !include directive for PlantUML embedded in Markdown and AsciiDoc files. This will enable better modularization and reuse of diagram components across files in the same repository.

    • Examples:

    • CODE
      // Markdown Example ⭐
      ## Including PlantUML in Markdown 
      ```plantuml
      @startuml
      !include components/common-header.puml
      Alice -> Bob: Hello
      Bob -> Alice: Hi
      @enduml
      
      // AsciiDoc Example 🌟
      == Including PlantUML in AsciiDoc
      [plantuml, example-diagram, png]
      ----
      @startuml
      !include plantUMLc4.puml
      Alice -> Bob: Hello
      Bob -> Alice: Hi
      @enduml
      --
Screenshot 2025-08-14 at 12.17.50.png

PlantUML Example


Bug Fixes 🦾

  • Fixed an issue with relative images in AsciiDoc files not displaying and resulting in an error.


Do you have any questions, suggestions, or problems?

Let us know. We’re glad to help!

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.