CHANGELOG#

This document records all notable changes to omni.kit.window.console extension. This project adheres to Semantic Versioning <https://semver.org/>_.

[1.1.4] - 2025-04-13#

Fixed#

  • OMPE-43145: Selected log count should be 0 if no logs selected.

[1.1.3] - 2025-04-08#

Added#

  • OMPE-42788: Add “Select All” and “Select None” in console toolbar filter menu.

[1.1.2] - 2025-03-30#

Added#

  • OMPE-41344: Improve on commands

  • Add commands in OVERVIEW

  • Add hint in command input field

  • Make error messages clear

[1.1.1] - 2025-03-25#

Changed#

  • OMPE-41335: Makes command input field not overlap with log view.

  • OMPE-41348: Warning number color changed to gray if show errors only.

[1.1.0] - 2025-03-16#

Changed#

  • OMPE-39149: Revert console view to c++ for performance with huge logs when verbose ON.

[1.0.2] - 2025-03-11#

Changed#

  • OMPE-39210: Fix issue that logs in tree view could not be selected.

[1.0.1] - 2025-02-24#

Changed#

  • Refactor commands from c++ to python.

  • Increase test coverage to 92%.

[1.0.0] - 2024-11-01#

Changed#

  • Refactor with omni.ui

[0.2.14] - 2024-10-22#

Changed#

  • Update public API and documents.

[0.2.13] - 2024-08-22#

Changed#

  • Updated documentation with AI agent.

[0.2.12] - 2023-03-06#

Added#

  • Make show window at startup optional with config setting.

[0.2.11] - 2023-11-02#

Added#

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

[0.2.10] - 2023-10-27#

Added#

  • Added setting to disable open log buttons.