Changelog

The format is based on Keep a Changelog.

[1.1.1] - 2025-09-06

Changed

  • Updated menu title top use correct background color and center menu title line when not detached

[1.1.0] - 2025-08-16

Fixed

  • Added radio_group for radio button support

  • Added new settings. background_color, background_selected_color, margin_size_posttick, post_label_spaces, menu_title_background_color, menu_title_text_color, menu_title_color, menu_title_line_color, show_menu_titles, indent_all_ticks

    • background_color: Background color of menus

    • background_selected_color: Hovered color of menu

    • margin_size_posttick: margin space after a ticked icon

    • post_label_spaces: Number of spaces added to menu text

    • menu_title_background_color: When show_menu_titles enabled, the background color of the text

    • menu_title_text_color: When show_menu_titles enabled, the color of the text

    • menu_title_color: The menu title background color

    • menu_title_line_color: The menu title background color

    • menu_title_text_height: Height of menu title

    • menu_title_text_spacer: Spacers for menu title

    • menu_title_close_icon_size: Menu title close button size

    • menu_title_close_color: Menu title close button color

    • show_menu_titles: uiMenu’s show a banner at top showing menu name

    • indent_all_ticks: When a tick is shown in a uiMenu, all the non-ticked items are indented to be aligned

[1.0.5] - 2024-07-30

Changed

  • OMPE-8922: Add setting for icon color in IconMenuBaseDelegate

[1.0.4] - 2025-05-29

Fixed

  • Removed usage of omni.kit.ui

[1.0.3] - 2024-05-29

Removed

  • Removed extraneous rendering dependencies

[1.0.2] - 2024-05-17

Changes

  • Updated flake8 linting overrides

[1.0.1] - 2024-04-26

Changes

  • Fixed flake8 linting issues

[1.0.0] - 2023-09-20

Changes

  • Created