You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You no longer need to use the --multitenant parameter when running the frontastic init command to initialize your project because a
project is now automatically detected as multi-tenant. Explicitly using the --multitenant parameter is still possible, but it will override the detection
and the initialized project will always be considered multi-tenant.
Bugfixes
The Bundle upload status in the Status pane is now displayed
correctly on two lines instead of being truncated.
If an error occurs when copying log messages with the c hotkey, a dedicated
error message now appears in a dialog instead of in the internal log pane for
better visibility.
Some inconsistencies in the dashboard layout are now resolved:
The message in the Errors pane is now easier to understand.
In the Startup checks pane, checks are now contextual, meaning that
checks only appear if they apply for the current mode (for example, the SSH connection check is not displayed for multi-tenant projects).