0.7.x¶
0.7.0¶
- Released:
25.02.2025
Breaking Changes¶
The configuration section
rst_linthas been renamed tolint. See Linting for details.
New and Improved¶
⚡️ Improve speed of index build: the index build is now ~33% faster for large projects.
✨ Add support for Python filter expressions in need queries. See Python syntax for details.
This is exposed in the needs index view in VS Code, using the “Select ubcode need ID or filter in view” command, and allows for support of the
filteroption inneedimportandneedextenddirectives.✨ Compute closest match for unknown directive name/option
This is used to provide quick fixes for unknown directive names and need directive options.