Releases: itsallcode/openfasttrace-intellij-plugin
Release 0.7.0
OpenFastTrace IntelliJ Plugin 0.7.0, released 2026-05-20
With this release of the plugin you can now create run configurations for dedicated tracing tasks like tracing only a system requirements document, or a design down to system requirements.
In the run configuration you can pick the paths to include in the OFT scan as well as optional artifact type and tag filters.
Features
#37: Added run configuration support
Release 0.6.0
OpenFastTrace IntelliJ Plugin 0.6.0, released 2026-05-05
Code name: Coverage-tag target completion
Summary
This feature release adds specification item ID completion while editing the target side of OpenFastTrace coverage tags in supported source comments.
Features
- #32: Complete indexed specification item IDs on the right-hand side of likely OFT coverage tags after the left-hand artifact type and arrow in files supported by the OpenFastTrace Tag Importer
Release 0.5.2
OpenFastTrace IntelliJ Plugin 0.5.2, released 2026-05-05
Code name: Live-template Covers completion
Summary
This bug-fix release makes Covers: completion available while users are still filling bundled OpenFastTrace live-template placeholders.
Bug Fixes
- #29: Invoke specification item ID completion from bundled live-template
COVEREDfields so users can select indexed declarations without leaving template mode
Release 0.5.0
OpenFastTrace IntelliJ Plugin 0.5.0, released 2026-04-30
Summary
This feature release adds indexed auto-completion for OpenFastTrace specification item IDs while users edit Covers: entries in supported specification documents.
Features
- #24: Suggest declared specification item IDs in
Covers:sections and rank matches by full-ID prefix, name-prefix, name-substring, and artifact-type prefix
Build
- #27: Continue local and CI builds with a warning when OSS Index returns HTTP 429 because the configured plan quota may be exceeded
Release 0.4.0
OpenFastTrace IntelliJ Plugin 0.4.0, released 2026-04-28
Summary
This feature release bundles OpenFastTrace live templates with the plugin so users can insert common OFT specification-item skeletons directly from the IDE.
Features
- #22: Bundle an
OpenFastTracelive-template group with the plugin, preserve the imported OFT templates in repository resources, and add a newscnscenario template
Release 0.3.0
OpenFastTrace IntelliJ Plugin 0.3.0, released 2026-04-28
Summary
This feature release adds project-level trace scope configuration so users can keep one-click tracing while limiting OpenFastTrace runs to the relevant project resources.
Features
- #19: Configure
Tools | OpenFastTrace | Trace Projectto trace either the whole project or a selected set of project resources, including IntelliJ source roots, test roots, and additional project-relative paths
Release 0.2.1
OpenFastTrace IntelliJ Plugin 0.2.1, released 2026-04-28
Summary
This bugfix release restores correct OpenFastTrace importer discovery when a trace is run from inside the IntelliJ plugin runtime.
Fixes
- #17: Fix a regression where
Tools | OpenFastTrace | Trace Projectcould reportok - 0 totalfor projects that contain valid OpenFastTrace specification items because the trace service did not switch to the plugin class loader for OFTServiceLoaderdiscovery
Release 0.2.0
OpenFastTrace IntelliJ Plugin 0.2.0, released 2026-04-27
Summary
In this release we added support for running a trace directly from within the IDE. The specification item IDs in the resulting trace output are navigable to make debugging easy.
Features
- #12: Run an OpenFastTrace trace for the opened IntelliJ project from
Tools | OpenFastTrace | Trace Projectand show the plain text result in an IDE output tab
Release 0.1.0
OpenFastTrace IntelliJ Plugin 0.1.0, released 2026-04-24
Code name: Initial Release
Summary
Version 0.1.0 adds the first usable OpenFastTrace support for IntelliJ-based IDEs. You can recognize OFT items and coverage tags in supported files, search specification items across the project, navigate between declarations and references, and open the OpenFastTrace user guide from the IDE.
Features
- Syntax highlighting for OpenFastTrace specification items in Markdown and reStructuredText files
- Syntax highlighting for OpenFastTrace coverage tags in supported source and markup files
Go to SymbolandSearch Everywheresupport for specification item declarations- Navigation from
Covers:entries and OFT coverage tags to the corresponding declaration Go To Implementationssupport to show coverage-providing occurrences of a declaration- Help menu action that opens the OpenFastTrace user guide inside the IDE