Skip to content

0.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 20:39
· 1059 commits to main since this release
469cd55

What's new

  • Devbox can now autocomplete with the scripts in your devbox.json. Type devbox run followed by TAB to view a list of available scripts.
    • You can install shell completions by copying the output of devbox completion <shell-name> to the appropriate place for your shell
    • Huge thanks to @hezhizhen for contributing this feature!
  • Services running in Devbox Cloud can now be accessed remotely via <hostname>-<port>.svc.devbox.sh. You will need to be logged in to access your services.
    • For example -- if you start an NGINX server on port 8081, you can access it by visiting <hostname>-8081.svc.devbox.sh
  • Fixed an entrypoint bug in generated devcontainers and Dockerfiles

Thanks to:

@hezhizhen for contributing #775, and for contributing multiple edits to our documentation

Changelog

Full Changelog: 0.4.3...0.4.4