v0.29.1b1
Pre-release
Pre-release
see https://ubcode.useblocks.com/development/changelog.html#release-0-29-1b1
✨ New Features
-
contentfield on need itemsNeed items now carry an optional
contentfield that stores the raw body text of the directive. Content is included in JSON and Parquet exports, queryable in filter expressions (e.g."keyword" in content), returned by the MCP single-need endpoint, and checked inubc diff. Content is preserved through directive, import, and external need sources. -
follow_linksconfiguration for codelinks source discoveryA new
follow_linksoption in[codelinks.projects.*.source_discover]controls whether symbolic links are followed during codelinks file discovery.
👌 Improvements
- Aligned codelinks file discovery behaviour with sphinx-codelinks, improving consistency between the IDE tooling and the Sphinx extension. The C/C++ recognised file extensions were updated (now
.c,.ci,.cpp,.cc,.cxx,.h,.hpp,.hxx,.hh,.ihl).
🐛 Fixes
- Fixed mermaid diagram labels in the VS Code RST preview being clipped mid-word.