What's Changed
Features
- feat: add daytona restart workspace cmd by @tarunrajput in #1147
- feat: auto install remote SSH extension in vscode by @tarunrajput in #1142
- feat: add spinner when tailscale takes longer than ususal by @lbrecic in #1140
- feat: port forward in workspacemode is public by default by @Tpuljak in #1158
- feat: spinner during repo url validation by @idagelic in #1162
- feat: always mark project dir as safe in git by @Tpuljak in #1169
Fixes
- fix: broken code of conduct link by @iamatinad in #1145
- fix: verbose list inconsistency by @Tpuljak in #1152
- fix: bitbucket server context parse by @Tpuljak in #1150
- fix: bitbucket repo list missing entries by @idagelic in #1160
- fix: bitbucket pr list options argument by @idagelic in #1153
- fix: update Headscale to 0.23.0 and FRP to 0.60.0 by @Tpuljak in #1157
- fix: config client id getting by @Tpuljak in #1161
- fix: azure devops add invalid input panic by @idagelic in #1163
- fix: output error when purging autocompletion data by @lbrecic in #1167
- fix: server panic on invalid repo url by @Tpuljak in #1165
- fix: devcontainer compose creation by @Tpuljak in #1171
Telemetry
- telemetry: track command errors by @Tpuljak in #1164
- telemetry: track used flag names by @Tpuljak in #1168
Breaking changes
#1158
Removed the --public
flag from daytona forward
while inside a workspace. Public forwarding is not the default behavior when running forwarding a port from a workspace.
Provider Updates
Because of #1171, users should update all providers with daytona provider update --all
to ensure that Devcontainer Docker Compose projects are successfully created.
New Contributors
- @iamatinad made their first contribution in #1145
Full Changelog: v0.34.0...v0.35.0