Changelog#

The format is based on Keep a Changelog.

[1.8.8]#

Fixed#

  • Skip the invalid deps rebuild prompt for empty deps directories opened from Home, hide the full deps path while offering Reveal in Explorer, and defer confirmed repair by one frame so the Project Wizard is centered.

  • Prompt before rebuilding invalid project deps when opening a recent project from the Home page.

[1.8.7]#

Changed#

  • REMIX-4869: Added a dialog to direct to the user to the Open > Edit workflow in the Project Wizard.

[1.8.6]#

Changed#

  • Isolated per-item metadata loading in _refresh_recent_items_deferred so a single failing project no longer blocks the rest

[1.8.5]#

Fixed#

  • REMIX-5202: Accept payload argument in wizard completion callback

[1.8.4]#

Fixed#

  • Fixed extension failing to load due to stale lightspeed.trex.contexts dependency (REMIX-4992)

[1.8.3]#

Changed#

  • Applied new lint rules

[1.8.2]#

Changed#

  • Modernize python style and enable more ruff checks

[1.8.1]#

Changed#

  • Switched to ruff for linting and formatting

[1.8.0]#

Added#

  • Added broken symlink check and updated wizard call to use payload when opening existing project

[1.7.1]#

Changed#

  • Replaced decorator-based visibility filtering with window_visible early-return checks

[1.7.0]#

Added#

  • Added WorkspaceWidget interface implementation for lifecycle management

  • Added skip_when_widget_is_invisible decorator support for performance optimization

  • Added unit tests for visibility filtering

Fixed#

  • Fixed workspace layout loading race condition on first load

[1.6.0]#

Added#

  • Added workspace integration for dockable home page window

  • Added support for global workspace events

Changed#

  • Updated to use workspace-based architecture

[1.5.0]#

Added#

  • Added a more detailed app version number with the ability to copy it to the clipboard

[1.4.1]#

Fixed#

  • Fixed Test assets to large to work without LFS

[1.4.0]#

Added#

  • Added missing automodule directives for documentation

[1.3.0]#

Added#

  • Added “Show Install Directory” entry to the home screen

[1.2.0]#

Added#

  • Added “Show Logs” entry to the home screen

[1.1.0]#

Added#

  • Added “Open” button and corresponding events

[1.0.0]#

Added#

  • Created