0.2.x¶
0.2.3¶
- Released:
03.12.2024
New and Improved¶
✨ Add
:role and directive option auto-completions✨ Allow for
named_optionsto be specified onparse.extend_directives(see Parsing)
0.2.2¶
- Released:
24.11.2024
Improved¶
✨ Add
extendconfiguration, for sharing configuration between multiple projects (see Top-level options)✨ Add auto-completion and hover information of directives in rST files
👌 Graph DB performance improvements
0.2.1¶
- Released:
21.11.2024
Fixes¶
🐛 Build manylinux2014 compatible wheels to support systems such as Ubuntu 20.04 LTS
0.2.0¶
- Released:
20.11.2024
Initial release of the new ubCode VS Code extension.
This is a complete rewrite of the existing ubCode extension (v0.1.2).
This version features a new language server that understands RST, generates HTML previews in real-time and provides diagnostics for RST problems.
The extension integrates with Sphinx-Needs via a new ubproject.toml file format. The new needs index can be used to navigate to needs without running a Sphinx build.