Changelog#

The format is based on Keep a Changelog.

[0.2.9] - 2025-05-07#

Changed#

  • Updated documentation with AI agent.

[0.2.8] - 2025-05-01#

Changed#

  • Prepare for Python-3.12

[0.2.7] - 2024-10-22#

Changed#

  • OMPE-25688: Updated public API

[0.2.6] - 2023-12-18#

Added#

  • Search in extension names.

  • Dock search window in the main one if not docked already.

  • Generating script grouped commands support

Changed#

  • Improved import statements generation.

Fixed#

  • Replace Usd.Stage.Open calls in command parameters with get_stage().

  • Cleanup on extension reload.

[0.2.5] - 2023-11-02#

Changed#

  • Updated menus to use omni.kit.menu.utils

[0.2.4] - 2022-11-17#

Changes#

  • Switched out pyperclip for linux-friendly copy & paste

[0.2.3] - 2022-09-22#

Fixes#

  • Make test pass again by allowing more time for SVG load.

[0.2.2] - 2022-06-07#

Fixes#

  • Get extension name from the extension manager.

[0.2.1] - 2022-05-09#

Changes#

  • Added tests

[0.2.0] - 2021-12-16#

Changes#

  • New TreeView for the search window that provide more details

[0.1.1] - 2021-02-10#

Changes#

  • Updated StyleUI handling

[0.1.0] - 2020-07-30#

Added#

  • initial implementation