What's new in this release
- [Flake] Fixed an issue where Python projects would break after installing Devbox from a flake (#2406)
- [Flake] Devbox no longer bundles the
updater
subpackage when built from it's flake. This removes conflicts with other packages that included anupdater
binary (#2426) - [Offline] Adds a
--recompute
flag todevbox shell
anddevbox run
. This flag can be set tofalse
to speed up startup times when offline, or when the shell is already up to date (#2391) - [PostgreSQL] Fixed an issue with the postgresql service when $PGHOST contained a blanks pace (#2399)
- [Plugins] Fixed an issue where Devbox configs would overwrite $PATH changes from plugins (#2418)
Special thanks to:
@rbardak and @adamdicarlo for making their first contributions to Devbox!
What's Changed
- [zeroconfig] Implement nodejs detector by @mikeland73 in #2395
- [PROPOSAL] postgresql process-compose is faulty when $PGHOST contains blank space by @rbardak in #2399
- [zeroconfig] Default nodejs to corepack enabled by @mikeland73 in #2396
- Add --recompute flag for commands: shell and run by @savil in #2391
- [easy] comment fix OnStaleState by @savil in #2405
- configfile: sort members in setEnv by @gcurtis in #2417
- Fix flake version string issue by @Lagoja in #2406
- [bug] plugin env PATH fix by @mohsenari in #2418
- [cli-test] Added /usr/bin to PATH so that haskell can to verify pkg downloads by @mohsenari in #2433
- Exclude testscripts from Flake build by @adamdicarlo in #2426
- devbox: export API for devbox install by @gcurtis in #2437
- all: remove cloud subcommand and unused packages by @gcurtis in #2438
- Bump version to 0.13.7 by @Lagoja in #2436
New Contributors
- @rbardak made their first contribution in #2399
- @adamdicarlo made their first contribution in #2426
Full Changelog: 0.13.6...0.13.7