Changelog#
The format is based on Keep a Changelog.
[1.4.15] - 2026-06-24#
Fixed#
Flaky
test_versioning_widget_table_view: wait for the double-click event to propagate before asserting the callback fired.
[1.4.14] - 2026-06-17#
Fixed#
Checkpoint restore for path-style and key-value query URLs (e.g. Azure/MinIO backends).
Query label display and matching for non-Nucleus checkpoint query formats.
Call the configured mouse-pressed callback via
_mouse_pressed_fn(was raisingAttributeError).Avoid a backslash inside an f-string expression in
query_formatfor Python < 3.12 compatibility.
Changed#
Show a loading indicator while checkpoint lists are fetched; ignore stale list responses.
Stat folders before listing checkpoints and skip enumerate calls for folder selections.
Pass the full file URL to omni.client for checkpoint capability checks.
Reuse FileBrowserItem.size_as_string for checkpoint file sizes.
[1.4.13] - 2026-06-12#
Fixed#
OMPE-43459: Handle failed/missing
stat_asyncresult in checkpoint listing instead of dereferencing a null entry (root cause of empty-model flake).OMPE-43459: Mock
omni.client.stat_asyncin versioning widget tests so checkpoint population no longer depends on real filesystem I/O, fixing the flakytest_versioning_widget_table_view.
[1.4.12] - 2026-03-18#
Fixed#
OMPE-43459: Flaky test fixes
[1.4.11] - 2025-07-23#
Fixed#
Postpone referencing checkpoint model to prevent unit test error.
[1.4.10] - 2025-04-14#
Changed#
Updated documentation with AI agent.
[1.4.9] - 2024-10-22#
Changed#
OMPE-25686: Update public API
[1.4.8] - 2024-07-30#
Changed#
OMPE-8922: Use omni.kit.widget.context_menu for context menu
[1.4.7] - 2024-05-29#
Fixed#
Removed usage of omni.kit.ui
[1.4.6] - 2023-11-14#
Fixed#
OMFP-3807: Update checkpoint list when server’s file changed.
[1.4.5] - 2023-10-16#
Changed#
OMFP-2270: Add tests and improve code coverage
[1.4.4] - 2023-08-21#
Changed#
Use platform-agnostic omni.kit.clipboard instead of pyperclip
[1.4.3] - 2023-05-18#
Changed#
Add back “head” dummy node for files with checkpoints
[1.4.2] - 2023-03-08#
Changed#
Swapped a couple asyncio.ensure_future calls with run_coroutine
[1.4.1] - 2023-03-07#
Added#
CheckpointCombobox could be used in Modal window with new argument “modal=true”
[1.4.0] - 2023-02-23#
Added#
Add more arguments and properties for CheckpointCombobox to use in Welcome window
[1.3.11] - 2023-02-02#
Changed#
Add checkpoint widget card selected style for card label for better visibility
[1.3.10] - 2023-01-17#
Changed#
Added description for restored checkpoint
[1.3.8] - 2022-04-27#
Changed#
Fixes unittests.
[1.3.7] - 2022-04-18#
Changed#
Added CheckpointHelper.
[1.3.6] - 2021-11-22#
Changed#
Fixed UI layout when imported into the filepicker detail view.
[1.3.5] - 2021-08-12#
Changed#
Added method to retrieve comment from the Checkpoint item.
[1.3.4] - 2021-07-20#
Changed#
Adds enable_fn to context menu
[1.3.3] - 2021-07-20#
Changed#
Fixes checkpoint selection
[1.3.2] - 2021-07-13#
Changed#
Fixed selection handling, particularly useful for the combo box
[1.3.1] - 2021-07-12#
Changed#
Added compact view for checkpoint list
Refactored the widget for incorporating into redesigned filepicker
[1.2.1] - 2021-06-10#
Changed#
Added open checkpoint from checkpoint list
[1.2.0] - 2021-06-10#
Changed#
Checkpoint window always shows when enabled
[1.1.3] - 2021-06-07#
Changed#
Added
on_list_checkpoint_fnto execute user callback when listing updated.
[1.1.2] - 2021-05-04#
Changed#
Updated styling on checkpoint widget
[1.1.1] - 2021-04-08#
Changed#
Right click on any column of a checkpoint entry now brings up the “Restore Checkpoint” context menu.
[1.1.0] - 2021-03-25#
Added#
Added support
add_on_selection_changed_fnto checkpoint widget.Added
CheckpointComboboxwidget for easy selection of checkpoint as a combobox.
[1.0.0] - 2021-02-01#
Added#
Initial version.