Skip to content

Releases: jetify-com/devbox

0.8.7

24 Jan 00:14
525bb17
Compare
Choose a tag to compare

Fixed in this release

  • Fixed an issue that would throw syntax errors when running init_hooks in Fish shell
  • Added a command (devbox gen readme) to generate a Markdown Readme from a devbox.json

Changelog

0.8.6

18 Jan 19:52
af58be9
Compare
Choose a tag to compare

New in this Release

  • Devbox will now check if Nix is installed before running devbox generate, and will prompt to install Nix if it is missing
  • Added a check + error message to ensure Nix version is >= 2.12
  • Python and Pip plugins now have better compatibility with non-bash shells
  • MySQL and MariaDB plugins now use --log-error when starting a service to keep error logs in your project directory. This should avoid permission errors when running the service in CI

Special Thanks to:

@arijit79 for their first contribution, cleaning up some errors and wording in the documentatino!

What's Changed

New Contributors

  • @arijit79 made their first contribution in #1726

Full Changelog: 0.8.5...0.8.6

0.0.0-edge.2024-01-18

18 Jan 09:04
d9e4b3e
Compare
Choose a tag to compare
0.0.0-edge.2024-01-18 Pre-release
Pre-release

0.0.0-edge.2024-01-18 edge release

0.0.0-edge.2024-01-17

17 Jan 18:38
560627a
Compare
Choose a tag to compare
0.0.0-edge.2024-01-17 Pre-release
Pre-release

0.0.0-edge.2024-01-17 edge release

0.0.0-edge.2024-01-04

04 Jan 09:03
a5acdca
Compare
Choose a tag to compare
0.0.0-edge.2024-01-04 Pre-release
Pre-release

0.0.0-edge.2024-01-04 edge release

0.8.5

22 Dec 17:05
34c5f35
Compare
Choose a tag to compare

Fixed in this Release

  • This release fixes a bug where our PHP plugin may not correctly install extensions when they are added after the PHP package has been installed
  • Updated info for packages and plugins that start services with process-compose

Full Changelog

Full Changelog: 0.8.4...0.8.5

0.0.0-edge.2023-12-28

28 Dec 09:04
a0fa00a
Compare
Choose a tag to compare
0.0.0-edge.2023-12-28 Pre-release
Pre-release

0.0.0-edge.2023-12-28 edge release

0.0.0-edge.2023-12-21

21 Dec 09:05
34c5f35
Compare
Choose a tag to compare
0.0.0-edge.2023-12-21 Pre-release
Pre-release

0.0.0-edge.2023-12-21 edge release

0.0.0-edge.2023-12-14

14 Dec 09:05
e0aad3e
Compare
Choose a tag to compare
0.0.0-edge.2023-12-14 Pre-release
Pre-release

0.0.0-edge.2023-12-14 edge release

0.8.4

08 Dec 21:42
209c839
Compare
Choose a tag to compare

Highlights

Offline Mode

Use your Devbox shell without an internet connection! Devbox will now work offline if all the packages for your project have been fetched and installed. You can even modify your devbox.json without breaking the offline cache, provided that you do not add or remove any items from your packages list.

--disable-plugins flag

The devbox add command now has a --disable-plugin flag, which will install the package without activating it's associated plugin. We recommend only using this flag if you know you need to disable a plugin for the package, since it may prevent the package from working as expected

Bug Fixes

  • Fixed a bug that could prevent Devbox from correctly updating your shell environment in certain cases

Special Thanks

@sigprof for their first contribution, fixing an error in our documentation.

What's Changed

  • [plugins] Implement --disable-plugin flag by @mikeland73 in #1666
  • [glibc] Add patch-glibc patch and fix when package in binary cache by @mikeland73 in #1669
  • [offline] Allow devbox to work offline if packages are already fetched by @mikeland73 in #1673
  • internal/lock: canonicalize JSON before hashing cache keys by @gcurtis in #1648
  • [launcher] Bump launcher version by @mikeland73 in #1670
  • [scripts] split build-all command into os-arch specific commands by @savil in #1671
  • [patch-glibc] fix permission errors for shrink-rpath by @savil in #1672
  • docs: Fix the "includes" typo by @sigprof in #1677
  • [print-dev-env] Skip cache if lockfile has changed by @savil in #1674

New Contributors

Full Changelog: 0.8.3...0.8.4