Skip to content

0.10.2

Compare
Choose a tag to compare
@mikeland73 mikeland73 released this 28 Mar 23:05
· 298 commits to main since this release
63981b0

This dot release includes the following fixes/features:

  • Fix bug where php and other packages with built in plugins could not be removed with devbox rm
  • Fix bug where some plugins were re-writing user files in devbox.d
  • Allow comments in plugin.json files. (similar to devbox.json). These comments are ignored when parsing.

What's Changed

  • 0.10.0 Docs by @Lagoja in #1900
  • [Plugins] Do not overwrite existing user-config files of plugins by @savil in #1917
  • Support Project Directory having spaces by @savil in #1920
  • remove extraneous print by @savil in #1922
  • [plugins] support reading (and discarding) comments plugin.json files by @savil in #1923
  • [path with spaces] run scripts for projects with paths in spaces by @savil in #1924
  • Update nodejs README.md to include corepack by @LucilleH in #1928
  • [plugins] remove extraneous code change from #1917 by @savil in #1937
  • Revert "[path with spaces] run scripts for projects with paths in spaces (#1924)" by @savil in #1935
  • [docs] FAQ: add --experimental to nix store gc by @savil in #1941
  • [plugins] Fix rm for packages with __remove_trigger_package by @mikeland73 in #1940
  • [plugins] change pip venv shell hook recommendation to be posix-compatible by @savil in #1939

Full Changelog: 0.10.1...0.10.2