Releases: loft-sh/devpod
Releases · loft-sh/devpod
v0.1.8
What's Changed
- fix(ui): clip long text in workspace card by @pascalbreuninger in #353
- feat(provider-kubernetes): add option to specify storageclass by @pascalbreuninger in #364
- fix: resolve openvscode process eating CPU when using docker by @89luca89 in #358
- fix: implement volume deletion when removing a devcontainer by @89luca89 in #360
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- replace hard written docker with workspaceInfo.Agent.Docker.Path + allow env variables to be passed into docker command by @pleclech in #332
- Reverts shell execution in interactive mode by @ThomasK33 in #347
- fix: fix podman support in docker driver by @89luca89 in #338
- fix(ui): base workspace card on rem for proper zoom by @pascalbreuninger in #349
- fix: git credentials helper by @FabianKramm in #351
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Add docs search by @alexandradragodan in #320
- Added SH_WORD_SPLIT to fix zsh compatibility by @ThomasK33 in #318
- fix: ensure cleanup on fail by @89luca89 in #319
- fix hack/rebuild.sh to not required root to have go installed by @pleclech in #322
- Correctly specify how to find DevPod version by @vegasje in #325
- chore(ui): support prerelease tag versions in app pipeline by @pascalbreuninger in #330
- CI: keep subversion when using alien by @89luca89 in #334
- CI: fix rpm directory during build by @89luca89 in #336
- fix: add support for "host:port" forwardPorts syntax by @lizardruss in #327
- fix: update packaging description by @kianmeng in #339
- Pass runArgs from devcontainer.json into docker run command by @vegasje in #337
- Use interactive shells for command aliases by @ThomasK33 in #341
- CI: fix rpm building by @89luca89 in #342
- feat(ui): implement simple zoom control by @pascalbreuninger in #344
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- fix: make window visible by default by @FabianKramm in #303
- chore: bump package.json by @FabianKramm in #304
- fix: wrong target selected when using multi-stage docker files by @lizardruss in #307
- fix(ui): swap crypto.randomUUID for uuid npm package to fix older saf… by @pascalbreuninger in #312
- docs: fix typos by @kianmeng in #308
- fix: nil pointer in project image by @FabianKramm in #314
- link /home/root for jetbrains by @FabianKramm in #316
- Stripping carriage returns from commands by @ThomasK33 in #317
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Update package.json
v0.1.3
Update release.yaml
v0.1.2
Merge pull request #276 from pascalbreuninger/main fix(ui): don't send invalid custom protocol messages to UI on windows
v0.1.1
Update package.json
v0.1.0
Merge pull request #269 from pascalbreuninger/main fix(ui): adjust provider card image padding; link to new issue template
v0.0.5
Merge pull request #252 from pascalbreuninger/main feat(ui): add civo and terraform as recommended providers