Releases: itsallcode/openfasttrace-asciidoc-plugin
Release 0.3.0
OpenFastTrace AsciiDoc Plugin 0.3.0, released 2025-03-05
Code name: Add support for Tags
Summary
Starting with this release, OpenFastTrace Tags can be set on specification items by means of the oft-tags
attribute.
Features
- Issue #7: Add support for specifying OpenFastTrace Tags on specitems
Bug Fixes
- Issue #8: Asciidoc importer does not read specification items defined in table cells
0.2.0: JAR with dependencies
OpenFastTrace AsciiDoc Plugin 0.2.0, released 2024-08-11
Code name: JAR with dependencies
Summary
Starting with this release, the JAR file published in the GitHub release contains all required transitive runtime dependencies required for using the plugin in OpenFastTrace. The JAR published to Maven Central is unchanged and contains only the plugin classes. Required dependencies are declared in the published pom.xml
as usual.
Features
- PR #6: Build JAR with dependencies
0.1.0: Initial release
OpenFastTrace AsciiDoc Plugin 0.1.0, released 2024-08-09
Code name: Initial release
Summary
In this inaugural release of the AsciiDoc OpenFastTrace Plugin, we have established a foundation for adding, updating, and manipulating OpenFastTrace specification items directly within AsciiDoc documents. Thanks to @sophokles73 for his great contribution!
Features
- PR #4: Initial version of AsciiDoc plugin by @sophokles73