All Release Notes

CLI version 2.4.0

20 February 2024
Enhancement
CLI

Version 2.4.0 of the CLI introduces a change to project initialization and fixes bugs.

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.

Additionally, we fixed the following bugs:

  • 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).