Gitea support, improved autocomplete, Windows bug fixes

Gitea support, improved autocomplete, Windows bug fixes Gitea support, improved autocomplete, Windows bug fixes

Features

  • Workspace selection UI shows creation time, UUID (#178)

    This release adds additional metadata to the Workplace selection UI. You'll now see this information when running commands such as daytona info.

  • Support for Gitea instances (#194)

    This release adds a new Git Provider, allowing you to connect Daytona to Gitea instances.

  • Improved logging (#207#208#211#188)

    This release adds a message signifying that the server has started, along with a URL that can be used to access the REST API. Log messages when using JetBrains IDEs are more useful, extraneous server log entries have been removed, and opening a Workspace in the Browser IDE logs a message when it's ready to open.

  • Autocomplete for Workspaces and Projects (#174)

    This release adds shell autocomplete for command parameters that take a Workspace or Project name.

Fixes

  • Providers on Windows fixed (#185)

    This release fixes incorrect logic that prevented Providers from functioning on Windows.

  • WebSockets over TLS (#212)

    This release fixes a case where TLS server connections attempted to use plain-text WebSockets.

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

Patches

This patch release fixes the display of configuration passed to daytona profile add via flags.

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