Skip to content

v2024.12.5

Compare
Choose a tag to compare
@mise-en-dev mise-en-dev released this 10 Dec 19:05
· 522 commits to main since this release
v2024.12.5
41dd42f

πŸš€ Features

  • make mise trust act on directories instead of files by @jdx in #3454

πŸ› Bug Fixes

  • correctly lowercase "zsh" for shell hooks by @jdx in 035ae59
  • read MISE_CONFIG_DIR/conf.d/*.toml configs by @jdx in #3439
  • retains spm artifacts by @jdx in #3441
  • add env var for MISE_NPM_BUN setting by @jdx in b3c57e2
  • hide hidden tasks in mise run selector UI by @jdx in #3449
  • trim run scripts whitespace by @jdx in #3450
  • shell-escape arg() in tasks by @jdx in #3453
  • use shebang in run script to determine how arg escaping should work by @jdx in #3455

πŸ“š Documentation

πŸ” Other Changes

New Contributors