0.9.x¶
0.9.0¶
- Released:
07.04.2025
New and Improved¶
✨ First official release on the VS Code Marketplace.
With this version the ubCode extensions leaves the pre-release state.
Note
The extension is made available in a release state for better accessibility. It should be noted though, that
ubCodeis still in beta phase and not yet feature complete in terms of Sphinx-Needs support.✨ First official release of the ubCode CLI app
ubc.The CLI provides a way to view all diagnostics of projects in the terminal. Projects can be built and exported to various formats. Finally, licenses can be viewed and activated.
Download
ubcfor your platform from:Platform
URL
Windows (x64)
https://download.useblocks.com/ubc/0.9.0/ubc-windows-x64-0.9.0.exe
macOS (arm64)
https://download.useblocks.com/ubc/0.9.0/ubc-darwin-arm64-0.9.0
Linux (x64)
https://download.useblocks.com/ubc/0.9.0/ubc-linux-x64-0.9.0
Linux (arm64)
https://download.useblocks.com/ubc/0.9.0/ubc-linux-arm64-0.9.0
The files are directly executable on all platforms and have no dependencies. The first execution might be a bit slower due to the bootstrapping process of the application.
See the ubc CLI section for latest links and installation instructions.
✨ Add dynamic function parsing
ubCode is now aware of the dynamic function syntax (e.g.
[[func()]]) and checks for syntax errors. Dynamic functions are not yet executed, but will no longer show in link ID lists.✨ Write Kuzu DB from
needs.jsonA
needs.jsoncan now be converted to a Kùzu graph DB. Kùzu version is 0.9.0 (storage version 37).
Fixes¶
🐛 Omit ignored diagnostics codes from diagnostic tree view
🐛 Omit warnings for allowed global_options constraints/layout/style keys