Skip to content

v2024.12.7

Compare
Choose a tag to compare
@mise-en-dev mise-en-dev released this 12 Dec 14:07
· 482 commits to main since this release
v2024.12.7
d21597c

๐Ÿš€ Features

  • add the users PATH to mise doctor by @syhol in #3474
  • feat : Add superfile with aqua backend to registery by @yodatak in #3479
  • added task_auto_install setting by @jdx in #3481
  • Add yazi with aqua backend to registery by @yodatak in #3485
  • Migrating Terragrunt asdf plugin over to gruntwork-io by @yhakbar in #3486
  • add settings for python venv creation by @jdx in #3489
  • added MISE_ARCH setting by @jdx in #3490
  • add jj to registry by @phyrog in #3495
  • add task descriptions to completions by @jdx in #3497

๐Ÿ› Bug Fixes

  • mise upgrade with rust by @jdx in #3475
  • improve arg parsing for mise watch by @jdx in #3478
  • skip reading ignored config dirs by @jdx in #3480
  • deprecated attribute in json schema by @jdx in #3482
  • simplify auto_install settings by @jdx in #3483
  • use config_root for env._.source by @jdx in #3484
  • allow directories as task source by @jdx in #3488
  • Use arguments for to pass staged filenames to pre-commit task by @joshbode in #3492

๐Ÿ“š Documentation

  • updated mise watch docs to drop the -t by @jdx in 8ea6226

๐Ÿ” Other Changes

New Contributors