Skip to content

2.0.0

Compare
Choose a tag to compare
@verhas verhas released this 31 Mar 14:26
· 302 commits to master since this release

This is a new major release with improved security and many new features.

  • The macro packages integrating scripting languages were moved from the classpath of the Jamal implementations. They have to be loaded with the maven:load macro. (new feature)
  • With the new maven:load feature, you can load macros directly from JAR files over the network from Maven repositories.
  • A new scripting module implements a secure and simple procedural "basic" integrated tightly into Jamal.
  • When referring to files, you can use maven: and jar: prefixes to load files directly from the Maven repository or a JAR file.
  • New macro module handling JSON data.
  • Experimental module integrating OpenAI.
  • Macro integrating SourceBuddy functionality directly into your document.
  • You can easily include Kroki pictures in your document.

In addition to this, a lot of new features and bug fixes.