Changelog#
The interactive documentation builder for omni.ui extensions
[1.0.19] - 2025-07-17#
Changed#
Replace omni.renderer_capture to omni.kit.renderer_capture
[1.0.18] - 2025-04-07#
Fixed#
OMPE-28324: Tracked all registered ‘show window’ functions and cleaned them up on extension shutdown.
[1.0.17] - 2025-12-05#
Updated#
Replace space in image name to “_”. Otherwise sphnix doesn’t show the image.
[1.0.16] - 2025-01-29#
Updated#
Added dependency on pip_archive so that Pillow gets installed
[1.0.15] - 2024-06-13#
Changed#
Added setting “/exts/omni.kit.documentation.builder/visible_at_startup” to make window visible/hidden when True/False when extension is loaded.
[1.0.14] - 2025-05-29#
Fixed#
Removed usage of omni.kit.ui
[1.0.13] - 2024-05-17#
Fixed#
Fixed flake8 linting issues
[1.0.12] - 2023-12-19#
Fixed#
Fix the issue that the images generated using markdown tool have no background color which diverges from the ones generated by repo docs
Fix the issue that The images generated have different resolutions with different dpi
[1.0.11] - 2023-09-27#
Fixed#
Fix models getting garbage collected before capturing images for code snippets
[1.0.10] - 2023-08-15#
Added#
Register window show function to show via layout
[1.0.9] - 2023-06-24#
Added#
Support links in lists
Simplify image handling code to keep images at original size
[1.0.8] - 2022-08-29#
Added#
List, link, and basic table support
Show errors from code execute blocks
[1.0.7] - 2022-06-27#
Added#
Create documentation menu automatically from extension.toml files
[1.0.6] - 2022-06-22#
Fixed#
Allow md headers without initial H1 level
[1.0.5] - 2022-06-14#
Added#
Use ui.Label for all text blocks
[1.0.4] - 2022-05-09#
Fixed#
Missing import
[1.0.3] - 2022-04-30#
Added#
Minimal test
[1.0.2] - 2021-12-17#
Added#
DocumentationBuilderWindow.get_style
to get the default style
[1.0.1] - 2021-12-15#
Added#
A separate widget for the page
DocumentationBuilderPage
[1.0.0] - 2021-12-14#
Added#
The initial implementation