Changelog#
The format is based on Keep a Changelog.
[2.0.11] - 2026-05-19#
Fixed#
NVBUG-6104856:
VisitedHistory.insert()now skips when the value matches the currently-selected entry, treating it as a navigation state-echo rather than a fresh user navigation. This fixes Back/Forward in ContentBrowser, where theapply_path_handlerchain (ContentBrowserAPI.navigate_to→run_coroutine(navigate_to_async)→set_current_directory) fires asynchronously after the click handler returns and would otherwise insert the Back/Forward destination as a new head entry, resettingselected_indexto 0 and permanently disabling the Forward button (and producing ping-pong navigation).VisitedHistory.activate()/deactivate()are preserved as a public API and continue to gate inserts, butBrowserBarno longer drives them around Back/Forward; the new dedup against the selected entry covers both synchronous re-entry through callback chains and the async deferred-callback case that motivated the bug.
[2.0.10] - 2024-06-24#
Changed#
OMPE-8352: Updated documentation with AI agent.
[2.0.9] - 2023-09-26#
Changes#
Handle possibility of builidng UI without expected font-size setting.
[2.0.8] - 2023-05-23#
Changes#
Added bgein edit handler for path field string field that could be passed in by parent widgets
[2.0.7] - 2023-05-03#
Changes#
OM-93184: Able to use in modal window
[2.0.6] - 2023-03-09#
Changes#
Add a separate queue for recording visited history that the prev/next button uses for jumping between visited history.
[2.0.5] - 2022-12-19#
Changes#
Update browser bar combo box style, add custom rectangle background to match UX.
[2.0.4] - 2022-11-09#
Changes#
Fix to toml file
[2.0.3] - 2022-03-09#
Changes#
Fixed navigation bugs. Added unittests.
[2.0.2] - 2021-06-07#
Changes#
More thorough destruction of class instances upon shutdown.
[2.0.1] - 2021-02-10#
Changes#
Updated StyleUI handling
[2.0.0] - 2020-01-03#
Updated#
Refactored for async directory listing to improve overall stability in case of network delays.
Added#
Keyword Arg: ‘branching_options_handler’
Deleted#
Keyword Arg: ‘branching_options_provider’
[0.1.4] - 2020-09-18#
Added#
Initial commit to master.