github jetify-com/devbox 0.18.4

4 hours ago

What's Changed

✨ New Features

  • devbox.jsonc is now a recognized config filename — devbox.json has always accepted comments, but editors and GitHub diffs flag them as syntax errors in a .json file. Name your config devbox.jsonc and standard tooling highlights it correctly, and devbox add/rm write back to it instead of creating a stray devbox.json. If a directory has both, devbox.json still wins, by @mikeland73 (#2950)
  • Package search now uses www.nixsearch.com by default — devbox search, add, and update resolve packages against www.nixsearch.com instead of search.devbox.sh. Pinned versions resolve to the same commits and store paths as before; @latest resolves against a newer nixpkgs index. Set DEVBOX_SEARCH_HOST to override, by @mikeland73 (#2985)

🐛 Bug Fixes

  • Fixed broken documentation links — links pointing at the old jetify.com/devbox/docs/... URLs, which now 404, go to the current docs site. That includes the comment in .envrc files generated by devbox generate direnv and the VS Code extension's WSL warning, by @mikeland73 (#2848)

🧹 Maintenance

  • Pinned the Jekyll example's ruby@3.1 back to 3.1.4 to fix a macOS build failure in the nightly test run, by @mikeland73 (#2984)

Full Changelog: 0.18.3...0.18.4

Don't miss a new devbox release

NewReleases is sending notifications on new releases.