Building on our open source foundation

Building on our open source foundation Building on our open source foundation

This release builds on the base of Daytona v0.1.0 with a number of small—but important—architectural and user experience improvements.

Features

  • Support for non-root installation added (#105)

    If you run the Daytona installation script as a non-root user, the binary will be installed locally in your home directory (either $HOME/bin or $HOME/.local/bin).

  • UUIDs now assigned to Workspaces (#106)

    In the previous release, Workspaces were identified only by their name. This release assigns a UUID (Universally Unique Identifier) to each Workspace. When referencing a Workspace using a CLI operation, you can use either a UUID or the Workspace name.

  • Project selection prompt added to daytona code (#120)

    If a Workspace contains more than one Project, the daytona code command will now prompt you to select the Project you want to open.

For more information on Daytona v0.2.0, refer to the GitHub release page.