Releases: jdx/mise
Releases · jdx/mise
v2024.12.9
🚀 Features
- (tasks) optional automatic outputs by @jdx in #3528
- added quiet field to tasks by @jdx in #3514
- show instructions for updating when min_version does not match by @jdx in #3520
- several enhancements to tasks by @jdx in #3526
🐛 Bug Fixes
- make bash_completions lib optional by @jdx in #3516
- make plugin update work with libgit2 by @jdx in #3519
- bug with
mise task edit
and new tasks by @jdx in #3521 - correct self-update message by @jdx in eff0cff
- task source bug fixes by @jdx in #3522
📚 Documentation
- add explanation about shebang by @hverlin in #3501
- add vitepress-plugin-group-icons by @hverlin in #3527
🧪 Testing
🔍 Other Changes
📦️ Dependency Updates
- update rust crate bzip2 to 0.5 by @renovate[bot] in #3511
v2024.12.8
🚀 Features
🐛 Bug Fixes
- Adds support for multi-use args by @bnorick in #3505
- make task completion script POSIX by @jdx in b92b560
📚 Documentation
🔍 Other Changes
- Fix README link. by @biggusbeetus in #3502
- use main branch for winget by @jdx in b4036cf
New Contributors
- @bnorick made their first contribution in #3505
- @biggusbeetus made their first contribution in #3502
v2024.12.7
🚀 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
🔍 Other Changes
New Contributors
v2024.12.6
🚀 Features
- added descriptions to
mise run
by @jdx in #3460 mise format
by @jdx in #3461mise fmt
(renamed frommise format
) by @jdx in #3465mise format
by @jdx in d18b040
🐛 Bug Fixes
- (swift) remove clang bins by @jdx in #3468
- use 7zip for windows zip by @jdx in 475ae62
- disable filtering by default on
mise run
by @jdx in 507ee27 - deprecate direnv integration by @jdx in #3464
- remove hidden commands from docs by @jdx in 42a9a05
- improve hook-env by @jdx in #3466
- deprecate @System versions by @jdx in #3467
- do not reuse local tool options for
mise use -g
by @jdx in #3469 - allow "~" in python.default_packages_file by @jdx in #3472
- read all config files for
mise set
by @jdx in #3473
📚 Documentation
- fixing elvish install instructions by @ejrichards in #3459
- remove bad formatting in setting by @jdx in f33813b
- added external links by @jdx in 8271e7b
🔍 Other Changes
New Contributors
- @ejrichards made their first contribution in #3459
v2024.12.5
🚀 Features
🐛 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
- example with required version by @felixhummel in #3448
- document new windows installers by @jdx in #3452
🔍 Other Changes
New Contributors
- @felixhummel made their first contribution in #3448
v2024.12.4
🚀 Features
- add staged files to
mise generate git-pre-commit
by @jdx in #3410 - shell hooks by @jdx in #3414
- added cowsay by @jdx in #3420
- add openbao by @phyrog in #3426
- add gocryptfs by @phyrog in #3427
- use aqua for flyctl by @jdx in f7ed363
🐛 Bug Fixes
- do not set debug mode when calling
mise -v
by @jdx in #3418 - issue with usage and arg completions by @jdx in #3433
📚 Documentation
🔍 Other Changes
- Update walkthrough.md by @jdx in c3aa2d0
- Update hooks.md by @jdx in 9c71e44
- Update installing-mise.md by @jdx in 2cc97ca
- update default.nix by @minhtrancccp in #3430
- Fix mention of slsa-verifier in documentation by @will-ockmore in #3435
New Contributors
- @will-ockmore made their first contribution in #3435
- @minhtrancccp made their first contribution in #3430
- @phyrog made their first contribution in #3427
v2024.12.3
🚀 Features
- add danger-swift by @msnazarow in #3406
📚 Documentation
- (backend) fix git url syntax example by @risu729 in #3404
- update dev-tools overview documentation by @hverlin in #3400
⚡ Performance
- increase performance of watch_files by @jdx in #3407
- make
ls --offline
default behavior by @jdx in #3409
🔍 Other Changes
New Contributors
- @msnazarow made their first contribution in #3406
v2024.12.2
🚀 Features
- (registry) add zls to registry by @hverlin in #3392
- Add --json-extended option to mise env by @hverlin in #3389
🐛 Bug Fixes
- (config) set config_root for tasks defined in included toml files by @risu729 in #3388
- global hooks by @jdx in #3393
- only run watch_file hook when it has changed file by @jdx in #3394
- bug with aliasing core tools by @jdx in #3395
- remove shims directory before activating by @jdx in #3396
🚜 Refactor
📚 Documentation
🔍 Other Changes
v2024.12.1
🚀 Features
- (registry) use aqua for some tools by @risu729 in #3375
- allow filtering
mise bin-paths
on tools by @jdx in #3367 - added aws-cli from aqua by @jdx in #3370
- multiple MISE_ENV environments by @jdx in #3371
- add mise-task.json schema by @hverlin in #3374
- automatically call
hook-env
by @jdx in #3373
🐛 Bug Fixes
- (docs) correct syntax error in IDE integration examples by @EricGusmao in #3360
- ensure version check message is displayed by @jdx in #3358
- show warning if no precompiled pythons found by @jdx in #3359
- allow compilation not on macOS, Linux, or Windows by @avysk in #3363
- make hook-env compatible with zsh auto_name_dirs by @jdx in #3366
- skip optional env._.file files by @jdx in #3381
- .terraform-version by @jdx in #3380
📚 Documentation
- update auto-completion docs by @hverlin in #3355
- fix
Environment variables passed to tasks
section by @hverlin in #3378
🧪 Testing
🔍 Other Changes
New Contributors
- @avysk made their first contribution in #3363
- @EricGusmao made their first contribution in #3360
v2024.12.0
🚀 Features
- (erlang) use precompiled binaries for macos by @jdx in #3353
- add upctl by @scop in #3309
- Add
json-with-sources
option to settings ls by @hverlin in #3307 - add ripsecrets to registry.toml by @boris-smidt-klarrio in #3334
- Add kyverno-cli by @boris-smidt-klarrio in #3336
🐛 Bug Fixes
- add exec to
mise g git-pre-commit
by @jdx in 27a3aef - bake gpg keys in by @jdx in #3318
- deprecate
mise local|global
by @jdx in #3350
🚜 Refactor
📚 Documentation
- add terraform recipe to the cookbook by @AliSajid in #3305
- fix git examples for cargo backend by @tmeijn in #3335
🧪 Testing
- remove non-working maven test by @jdx in 5a3ed16
- remove gleam by @jdx in fdfe20b
- use latest golang in e2e test by @jdx in #3349
🔍 Other Changes
- Update tips-and-tricks.md by @jdx in 5071419
- Update tips-and-tricks.md by @jdx in fcc6b59
- Update tips-and-tricks.md by @jdx in 039b19d
- Update configuration.md by @jdx in b0cac9e
- Update tips-and-tricks.md by @jdx in 9347be8
- Update tips-and-tricks.md by @jdx in 1cfc822
- Update registry.toml by @jdx in 5a28860
- upgrade usage-lib by @jdx in 554d533
- add rust to core tools list by @gurgelio in #3341
- use asdf:mise-plugins/mise-nim by @jdx in #3352