v0.30.0
What's Changed
Features
- feat(ide): add Jupyter Notebook as IDE option by @onyedikachi-david in #1033
- feat: attempt direct binary download on project create by @Tpuljak in #1080
- feat: Add support for Bitbucket Webhook events by @unsuman in #1048
Fixes
- fix: detect correct user when opening jetbrains IDEs by @Tpuljak in #1081
- fix: bitbucket get repo prs by @idagelic in #1082
- fix: alt screens by @idagelic in #1085
Chores and tests
Breaking changes
#1033
Changed the --auto-start
flag in code
and start
to --yes/-y
.
Provider updates
#1080
This change will improve creation times of remote and devcontainer workspaces by up to 50%.
No need to update providers if they are already on their latest version.
New Contributors
- @jemiluv8 made their first contribution in #799
- @onyedikachi-david made their first contribution in #1033
Full Changelog: v0.29.1...v0.30.0