Next | Query returned 33 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2025-02-02 19:11:10 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2025.2.0

## [2025.2.0](https://github.com/jdx/mise/compare/v2025.1.17..v2025.2.0) - 2025-02-02

### ๐Ÿš€ Features

- **(registry)** add kwokctl by [@mangkoran](https://github.com/mangkoran) in \ 
[#4282](https://github.com/jdx/mise/pull/4282)
- add biome to registry by [@kit494way](https://github.com/kit494way) in \ 
[#4283](https://github.com/jdx/mise/pull/4283)
- add gittool/gitversion by [@acesyde](https://github.com/acesyde) in \ 
[#4289](https://github.com/jdx/mise/pull/4289)

### ๐Ÿ“š Documentation

- add filtering support to registry docs page by \ 
[@roele](https://github.com/roele) in \ 
[#4285](https://github.com/jdx/mise/pull/4285)
- improve registry filtering performance by [@roele](https://github.com/roele) \ 
in [#4287](https://github.com/jdx/mise/pull/4287)
- fix registry table rendering for mobile by [@roele](https://github.com/roele) \ 
in [#4288](https://github.com/jdx/mise/pull/4288)

### Chore

- updated deps by [@jdx](https://github.com/jdx) in \ 
[#4290](https://github.com/jdx/mise/pull/4290)
- do not run autofix on renovate PRs by [@jdx](https://github.com/jdx) in \ 
[41c5ce4](https://github.com/jdx/mise/commit/41c5ce4c6581f856bf0d756e3fe99ec2fae2e7bd)

### New Contributors

- @ELLIOTTCABLE made their first contribution in \ 
[#4280](https://github.com/jdx/mise/pull/4280)

## [2025.1.17](https://github.com/jdx/mise/compare/v2025.1.16..v2025.1.17) - \ 
2025-01-31

### ๐Ÿš€ Features

- **(registry)** use aqua for duckdb by \ 
[@mangkoran](https://github.com/mangkoran) in \ 
[#4270](https://github.com/jdx/mise/pull/4270)

### ๐Ÿ› Bug Fixes

- mise does not operate well under Git Bash on Windows by \ 
[@roele](https://github.com/roele) in \ 
[#4048](https://github.com/jdx/mise/pull/4048)
- mise rm removes/reports wrong version of tool by \ 
[@roele](https://github.com/roele) in \ 
[#4272](https://github.com/jdx/mise/pull/4272)

### ๐Ÿ“š Documentation

- Update python documentation by [@hverlin](https://github.com/hverlin) in \ 
[#4260](https://github.com/jdx/mise/pull/4260)
- fix postinstall typo in nodejs cookbook by \ 
[@arafays](https://github.com/arafays) in \ 
[#4251](https://github.com/jdx/mise/pull/4251)
- Fix typo by [@henrebotha](https://github.com/henrebotha) in \ 
[#4277](https://github.com/jdx/mise/pull/4277)

### Hooks.md

- MISE_PROJECT_DIR -> MISE_PROJECT_ROOT by [@jubr](https://github.com/jubr) \ 
in [#4269](https://github.com/jdx/mise/pull/4269)

### New Contributors

- @mangkoran made their first contribution in \ 
[#4270](https://github.com/jdx/mise/pull/4270)
- @jubr made their first contribution in \ 
[#4269](https://github.com/jdx/mise/pull/4269)
- @arafays made their first contribution in \ 
[#4251](https://github.com/jdx/mise/pull/4251)

## [2025.1.16](https://github.com/jdx/mise/compare/v2025.1.15..v2025.1.16) - \ 
2025-01-29

### ๐Ÿš€ Features

- **(registry)** add duckdb by [@swfz](https://github.com/swfz) in \ 
[#4248](https://github.com/jdx/mise/pull/4248)

### ๐Ÿ› Bug Fixes

- Swift on Ubuntu 24.04 arm64 generates the incorrect download URL by \ 
[@spyder-ian](https://github.com/spyder-ian) in \ 
[#4235](https://github.com/jdx/mise/pull/4235)
- Do not attempt to parse directories by \ 
[@adamcohen2](https://github.com/adamcohen2) in \ 
[#4256](https://github.com/jdx/mise/pull/4256)
- path option should take precedence over global configuration by \ 
[@roele](https://github.com/roele) in \ 
[#4249](https://github.com/jdx/mise/pull/4249)

### ๐Ÿ“š Documentation

- Add devtools.fm episode about mise to external-resources.md by \ 
[@CanRau](https://github.com/CanRau) in \ 
[#4253](https://github.com/jdx/mise/pull/4253)
- Update sections about idiomatic version files by \ 
[@hverlin](https://github.com/hverlin) in \ 
[#4252](https://github.com/jdx/mise/pull/4252)

### Chore

- make self_update optional by [@jdx](https://github.com/jdx) in \ 
[#4230](https://github.com/jdx/mise/pull/4230)
- added some defaul reqwest features by [@jdx](https://github.com/jdx) in \ 
[#4232](https://github.com/jdx/mise/pull/4232)

### New Contributors

- @adamcohen2 made their first contribution in \ 
[#4256](https://github.com/jdx/mise/pull/4256)
- @CanRau made their first contribution in \ 
[#4253](https://github.com/jdx/mise/pull/4253)
- @spyder-ian made their first contribution in \ 
[#4235](https://github.com/jdx/mise/pull/4235)

## [2025.1.15](https://github.com/jdx/mise/compare/v2025.1.14..v2025.1.15) - \ 
2025-01-26

### ๐Ÿš€ Features

- add http cache by [@acesyde](https://github.com/acesyde) in \ 
[#4160](https://github.com/jdx/mise/pull/4160)
- expose `test-tool` command by [@jdx](https://github.com/jdx) in \ 
[#4224](https://github.com/jdx/mise/pull/4224)

### ๐Ÿ› Bug Fixes

- elixir installation failed by [@roele](https://github.com/roele) in \ 
[#4144](https://github.com/jdx/mise/pull/4144)
- re-run tasks when files removed or permissions change by \ 
[@jdx](https://github.com/jdx) in [#4223](https://github.com/jdx/mise/pull/4223)

### ๐Ÿšœ Refactor

- use builder pattern by [@acesyde](https://github.com/acesyde) in \ 
[#4220](https://github.com/jdx/mise/pull/4220)

### ๐Ÿ“š Documentation

- **(how-i-use-mise)** switch to discussion by \ 
[@risu729](https://github.com/risu729) in \ 
[#4225](https://github.com/jdx/mise/pull/4225)
- add hint about environment variable parsing by \ 
[@roele](https://github.com/roele) in \ 
[#4219](https://github.com/jdx/mise/pull/4219)

### Chore

- added vscode workspace by [@jdx](https://github.com/jdx) in \ 
[a0d181f](https://github.com/jdx/mise/commit/a0d181f8d60270d09d06156ebc500a2fa85f74db)
- switch from git2 to gix by [@jdx](https://github.com/jdx) in \ 
[#4226](https://github.com/jdx/mise/pull/4226)
- remove git2 from built by [@jdx](https://github.com/jdx) in \ 
[#4227](https://github.com/jdx/mise/pull/4227)
- use mise-plugins/mise-jib by [@jdx](https://github.com/jdx) in \ 
[#4228](https://github.com/jdx/mise/pull/4228)

### New Contributors

- @vgnh made their first contribution in \ 
[#4216](https://github.com/jdx/mise/pull/4216)

## [2025.1.14](https://github.com/jdx/mise/compare/v2025.1.13..v2025.1.14) - \ 
2025-01-24

### ๐Ÿš€ Features

- **(registry)** add gron by [@MontakOleg](https://github.com/MontakOleg) in \ 
[#4204](https://github.com/jdx/mise/pull/4204)

### ๐Ÿ› Bug Fixes

- spurious semver warning on `mise outdated` by [@jdx](https://github.com/jdx) \ 
in [#4199](https://github.com/jdx/mise/pull/4199)

### Chore

- lint issue in Dockerfile by [@jdx](https://github.com/jdx) in \ 
[47ad5d6](https://github.com/jdx/mise/commit/47ad5d67890188478cf8c8f2e6796b6752546e6c)
- fix some typos in markdown file by \ 
[@chuangjinglu](https://github.com/chuangjinglu) in \ 
[#4198](https://github.com/jdx/mise/pull/4198)
- pin aws-cli by [@jdx](https://github.com/jdx) in \ 
[f7311fd](https://github.com/jdx/mise/commit/f7311fd8fc85b6920c5a484862865adc9ef7261d)
- use arm64 runners for docker by [@jdx](https://github.com/jdx) in \ 
[#4200](https://github.com/jdx/mise/pull/4200)

### New Contributors

- @chuangjinglu made their first contribution in \ 
[#4198](https://github.com/jdx/mise/pull/4198)

## [2025.1.13](https://github.com/jdx/mise/compare/v2025.1.12..v2025.1.13) - \ 
2025-01-24

### Chore

- fixing aws-cli in release.sh by [@jdx](https://github.com/jdx) in \ 
[5b4a65a](https://github.com/jdx/mise/commit/5b4a65a84e07141de9ed69798921b4b0ef69aa02)
- fixing aws-cli in release.sh by [@jdx](https://github.com/jdx) in \ 
[4c67db5](https://github.com/jdx/mise/commit/4c67db59ecfb55eb724dc05bca7eb7281a625929)

## [2025.1.12](https://github.com/jdx/mise/compare/v2025.1.11..v2025.1.12) - \ 
2025-01-24

### Chore

- setup mise for release task by [@jdx](https://github.com/jdx) in \ 
[78d3dfb](https://github.com/jdx/mise/commit/78d3dfb164776cfb39a1920485c21fcd6ecd3ebe)

## [2025.1.11](https://github.com/jdx/mise/compare/v2025.1.10..v2025.1.11) - \ 
2025-01-23

### Chore

- pin aws-cli by [@jdx](https://github.com/jdx) in \ 
[ca16daf](https://github.com/jdx/mise/commit/ca16daf5e5dbb9159d853570528087b24f63500b)

## [2025.1.10](https://github.com/jdx/mise/compare/v2025.1.9..v2025.1.10) - \ 
2025-01-23

### ๐Ÿš€ Features

- **(registry)** use aqua for periphery by \ 
[@MontakOleg](https://github.com/MontakOleg) in \ 
[#4157](https://github.com/jdx/mise/pull/4157)
- split remote task by [@acesyde](https://github.com/acesyde) in \ 
[#4156](https://github.com/jdx/mise/pull/4156)

### ๐Ÿ› Bug Fixes

- **(docs)** environment variable MISE_OVERRIDE_TOOL_VERSIONS_FILENAME should be \ 
plural by [@roele](https://github.com/roele) in \ 
[#4183](https://github.com/jdx/mise/pull/4183)
- completions were missing non-asdf tools by [@jdx](https://github.com/jdx) in \ 
[55b31a4](https://github.com/jdx/mise/commit/55b31a452b807ada4e2ba40c8b5588b77b79642e)
- broken link for `/tasks/task-configuration` by \ 
[@134130](https://github.com/134130) in \ 
[#4155](https://github.com/jdx/mise/pull/4155)
- whitespace in mise.run script by [@jdx](https://github.com/jdx) in \ 
[#4153](https://github.com/jdx/mise/pull/4153)
- confusing error in fish_command_not_found by \ 
[@MrGreenTea](https://github.com/MrGreenTea) in \ 
[#4162](https://github.com/jdx/mise/pull/4162)
- use correct python path for venv creation in windows by \ 
[@tisoft](https://github.com/tisoft) in \ 
[#4164](https://github.com/jdx/mise/pull/4164)

### ๐Ÿ“š Documentation

- neovim cookbook by [@EricDriussi](https://github.com/EricDriussi) in \ 
[#4161](https://github.com/jdx/mise/pull/4161)

### ๐Ÿงช Testing

- fix a couple of tool tests by [@jdx](https://github.com/jdx) in \ 
[#4186](https://github.com/jdx/mise/pull/4186)

### Chore

- added issue auto-closer by [@jdx](https://github.com/jdx) in \ 
[3c831c1](https://github.com/jdx/mise/commit/3c831c19a644fbb2f393f969ebaa5137f9415793)

### New Contributors

- @tisoft made their first contribution in \ 
[#4164](https://github.com/jdx/mise/pull/4164)
- @MrGreenTea made their first contribution in \ 
[#4162](https://github.com/jdx/mise/pull/4162)
- @EricDriussi made their first contribution in \ 
[#4161](https://github.com/jdx/mise/pull/4161)
- @134130 made their first contribution in \ 
[#4155](https://github.com/jdx/mise/pull/4155)

## [2025.1.9](https://github.com/jdx/mise/compare/v2025.1.8..v2025.1.9) - 2025-01-17

### ๐Ÿš€ Features

- **(aqua)** pass --verbose flag down to cosign and added aqua.cosign_extra_args \ 
setting by [@jdx](https://github.com/jdx) in \ 
[#4148](https://github.com/jdx/mise/pull/4148)
- **(doctor)** display redacted github token by [@jdx](https://github.com/jdx) \ 
in [#4149](https://github.com/jdx/mise/pull/4149)

### ๐Ÿ› Bug Fixes

- Fixes fish_command_not_found glob error by \ 
[@halostatue](https://github.com/halostatue) in \ 
[#4133](https://github.com/jdx/mise/pull/4133)
- completions for `mise use` by [@jdx](https://github.com/jdx) in \ 
[#4147](https://github.com/jdx/mise/pull/4147)

### ๐Ÿ›ก๏ธ Security

- **(ruby)** remove ruby/gem tests by [@jdx](https://github.com/jdx) in \ 
[#4130](https://github.com/jdx/mise/pull/4130)

### ๐Ÿ“ฆ๏ธ Dependency Updates

- update dependency bun to v1.1.44 by \ 
[@renovate[bot]](https://github.com/renovate[bot]) in \ 
[#4134](https://github.com/jdx/mise/pull/4134)

### Chore

- add install.sh.sig to releases by [@jdx](https://github.com/jdx) in \ 
[1b6ea86](https://github.com/jdx/mise/commit/1b6ea8644edcf3a6ff68fc6d511622c44f1f1f9a)

### New Contributors

- @halostatue made their first contribution in \ 
[#4133](https://github.com/jdx/mise/pull/4133)

## [2025.1.8](https://github.com/jdx/mise/compare/v2025.1.7..v2025.1.8) - 2025-01-17

### ๐Ÿš€ Features

- upgrade ubi by [@jdx](https://github.com/jdx) in \ 
[#4078](https://github.com/jdx/mise/pull/4078)
- enable erlang for Windows by [@roele](https://github.com/roele) in \ 
[#4128](https://github.com/jdx/mise/pull/4128)
- use aqua for opentofu by [@jdx](https://github.com/jdx) in \ 
[#4129](https://github.com/jdx/mise/pull/4129)

### ๐Ÿ› Bug Fixes

- **(spm)** install from annotated tag by \ 
[@MontakOleg](https://github.com/MontakOleg) in \ 
[#4120](https://github.com/jdx/mise/pull/4120)
- Fixes infinite loop in auto install not found bash function by \ 
[@bnorick](https://github.com/bnorick) in \ 
[#4094](https://github.com/jdx/mise/pull/4094)
- installing with empty version fails by [@roele](https://github.com/roele) in \ 
[#4123](https://github.com/jdx/mise/pull/4123)

### ๐Ÿ“š Documentation

- correct link to gem.rs source by [@petrblaho](https://github.com/petrblaho) in \ 
[#4119](https://github.com/jdx/mise/pull/4119)
- fix {{config_root}} got interpolated by vitepress by \ 
[@peter50216](https://github.com/peter50216) in \ 
[#4122](https://github.com/jdx/mise/pull/4122)

### Chore

- remove minisign from mise.toml by [@jdx](https://github.com/jdx) in \ 
[b115ba9](https://github.com/jdx/mise/commit/b115ba962fce4e63e0d6ce85f41704f302ef3e9a)

### New Contributors

- @peter50216 made their first contribution in \ 
[#4122](https://github.com/jdx/mise/pull/4122)
- @petrblaho made their first contribution in \ 
[#4119](https://github.com/jdx/mise/pull/4119)

## [2025.1.7](https://github.com/jdx/mise/compare/v2025.1.6..v2025.1.7) - 2025-01-15

### ๐Ÿš€ Features

- **(registry)** add gup by [@scop](https://github.com/scop) in \ 
[#4107](https://github.com/jdx/mise/pull/4107)
- **(registry)** add aqua and cmdx by [@scop](https://github.com/scop) in \ 
[#4106](https://github.com/jdx/mise/pull/4106)
- use aqua for eza on linux by [@jdx](https://github.com/jdx) in \ 
[#4075](https://github.com/jdx/mise/pull/4075)
- allow to specify Rust profile by [@roele](https://github.com/roele) in \ 
[#4101](https://github.com/jdx/mise/pull/4101)

### ๐Ÿ› Bug Fixes

- use vars in [env] templates by [@hverlin](https://github.com/hverlin) in \ 
[#4100](https://github.com/jdx/mise/pull/4100)
- panic when directory name contains japanese characters by \ 
[@roele](https://github.com/roele) in \ 
[#4104](https://github.com/jdx/mise/pull/4104)
- incorrect config_root for project/.mise/config.toml by \ 
[@roele](https://github.com/roele) in \ 
[#4108](https://github.com/jdx/mise/pull/4108)

### ๐Ÿšœ Refactor

- **(registry)** alias protobuf to protoc by [@scop](https://github.com/scop) in \ 
[#4087](https://github.com/jdx/mise/pull/4087)
- **(registry)** use aqua for go-getter and kcl by \ 
[@scop](https://github.com/scop) in \ 
[#4088](https://github.com/jdx/mise/pull/4088)
- **(registry)** use aqua for powerline-go by [@scop](https://github.com/scop) \ 
in [#4105](https://github.com/jdx/mise/pull/4105)

### ๐Ÿ“š Documentation

- clean up activation instructions by [@jdx](https://github.com/jdx) in \ 
[e235c74](https://github.com/jdx/mise/commit/e235c74daa8f5e5f9e1bb89c70a6cff96c08956e)
- correct urls for crawler by [@jdx](https://github.com/jdx) in \ 
[21cb77b](https://github.com/jdx/mise/commit/21cb77b1f79a57e6ebd3fec367bd5b223239a3ed)
- added sitemap meta tag by [@jdx](https://github.com/jdx) in \ 
[033aa14](https://github.com/jdx/mise/commit/033aa149e8b7a45ea750c09c31438709420214c8)

## [2025.1.6](https://github.com/jdx/mise/compare/v2025.1.5..v2025.1.6) - 2025-01-12

### ๐Ÿ› Bug Fixes

- Panic when run without arguments with bootstrapped script by \ 
[@jdx](https://github.com/jdx) in [#4065](https://github.com/jdx/mise/pull/4065)

### ๐Ÿšœ Refactor

- use better rust syntax by [@jdx](https://github.com/jdx) in \ 
[#4072](https://github.com/jdx/mise/pull/4072)

### ๐Ÿ“š Documentation

- fix TOML-based Tasks usage spec example by [@gturi](https://github.com/gturi) \ 
in [#4067](https://github.com/jdx/mise/pull/4067)
- eza by [@jdx](https://github.com/jdx) in \ 
[5a80cbf](https://github.com/jdx/mise/commit/5a80cbf9e0b37be800bc6f6f0404bcf86cbe3bd9)
- removed bit about verifying with asdf by [@jdx](https://github.com/jdx) in \ 
[d505486](https://github.com/jdx/mise/commit/d505486fbbe49af0f7bf6029569812441c1e3fdc)
- added more getting started installers by [@jdx](https://github.com/jdx) in \ 
[b310e11](https://github.com/jdx/mise/commit/b310e118b00d2b0a64cf2d423d20ece6dc9692f6)
- clean up activation instructions by [@jdx](https://github.com/jdx) in \ 
[3df60dd](https://github.com/jdx/mise/commit/3df60dd9cbecf3086b1755d4e397159379d27b27)
- clean up activation instructions by [@jdx](https://github.com/jdx) in \ 
[8ab4bce](https://github.com/jdx/mise/commit/8ab4bcef77c4bc1e07951dbb8b5787df4a4b15bf)
- clean up activation instructions by [@jdx](https://github.com/jdx) in \ 
[d4a67e8](https://github.com/jdx/mise/commit/d4a67e8ec72fed064cc776ab643f41da1ae01caa)
- clean up activation instructions by [@jdx](https://github.com/jdx) in \ 
[d208418](https://github.com/jdx/mise/commit/d208418a5f63803185c4aa5f06afecd9e8832496)
- clean up activation instructions by [@jdx](https://github.com/jdx) in \ 
[b9f581d](https://github.com/jdx/mise/commit/b9f581d644295f372eb0cd026560e9c97dcb8091)

### New Contributors

- @gturi made their first contribution in \ 
[#4067](https://github.com/jdx/mise/pull/4067)

## [2025.1.5](https://github.com/jdx/mise/compare/v2025.1.4..v2025.1.5) - 2025-01-11

### ๐Ÿš€ Features

- added gdu and dua to registry by [@sassdavid](https://github.com/sassdavid) in \ 
[#4052](https://github.com/jdx/mise/pull/4052)
- added prefix-dev/pixi by [@jdx](https://github.com/jdx) in \ 
[#4056](https://github.com/jdx/mise/pull/4056)
- added `mise cfg --tracked-configs` by [@jdx](https://github.com/jdx) in \ 
[#4059](https://github.com/jdx/mise/pull/4059)
- added `mise version --json` flag by [@jdx](https://github.com/jdx) in \ 
[#4061](https://github.com/jdx/mise/pull/4061)
- added `mise ls --prunable` flag by [@jdx](https://github.com/jdx) in \ 
[#4062](https://github.com/jdx/mise/pull/4062)

### ๐Ÿ› Bug Fixes

- switch jib back to asdf by [@jdx](https://github.com/jdx) in \ 
[#4055](https://github.com/jdx/mise/pull/4055)
- `mise unuse` bug not pruning if not in config file by \ 
[@jdx](https://github.com/jdx) in [#4058](https://github.com/jdx/mise/pull/4058)

### ๐Ÿ“š Documentation

- explain pipx better by [@jdx](https://github.com/jdx) in \ 
[42dcb3b](https://github.com/jdx/mise/commit/42dcb3bc5a6547d3d148c391ceccfd9228e34669)

### ๐Ÿงช Testing

- added test case for `mise rm` by [@jdx](https://github.com/jdx) in \ 
[f7511b6](https://github.com/jdx/mise/commit/f7511b696c2ada7af878074e89b0dfc1edb73197)

### New Contributors

- @sassdavid made their first contribution in \ 
[#4052](https://github.com/jdx/mise/pull/4052)

## [2025.1.4](https://github.com/jdx/mise/compare/v2025.1.3..v2025.1.4) - 2025-01-10

### ๐Ÿš€ Features

- update JSON output for task info/ls by [@hverlin](https://github.com/hverlin) \ 
in [#4034](https://github.com/jdx/mise/pull/4034)
- **breaking** bump usage to 2.x by [@jdx](https://github.com/jdx) in \ 
[#4049](https://github.com/jdx/mise/pull/4049)

### ๐Ÿ› Bug Fixes

- ignore github releases marked as draft by [@jdx](https://github.com/jdx) in \ 
[#4030](https://github.com/jdx/mise/pull/4030)
- `mise run` shorthand with tasks that have an extension by \ 
[@jdx](https://github.com/jdx) in [#4029](https://github.com/jdx/mise/pull/4029)
- use consistent casing by [@jdx](https://github.com/jdx) in \ 
[a4d4133](https://github.com/jdx/mise/commit/a4d41338139355b0dd86a068fd89790eb7e34584)
- support latest ansible packages by [@jdx](https://github.com/jdx) in \ 
[#4045](https://github.com/jdx/mise/pull/4045)
- use go backend for goconvey/ginkgo by [@jdx](https://github.com/jdx) in \ 
[#4047](https://github.com/jdx/mise/pull/4047)
- Improve fig spec with better generators by \ 
[@miguelmig](https://github.com/miguelmig) in \ 
[#3762](https://github.com/jdx/mise/pull/3762)

### ๐Ÿ“š Documentation

- set prose-wrap with prettier by [@jdx](https://github.com/jdx) in \ 
[#4038](https://github.com/jdx/mise/pull/4038)
- Fix "Example of a NodeJS file task with arguments" by \ 
[@highb](https://github.com/highb) in \ 
[#4046](https://github.com/jdx/mise/pull/4046)

### ๐Ÿงช Testing

- disable some non-working plugins by [@jdx](https://github.com/jdx) in \ 
[106ee40](https://github.com/jdx/mise/commit/106ee40b463923bb5c6444e0c0127dabc502d9ee)
- remove test for flarectl by [@jdx](https://github.com/jdx) in \ 
[a63b449](https://github.com/jdx/mise/commit/a63b44910d55ad2cdc801a472f0c196c605cce25)

### Chore

- added `cargo check` to pre-commit by [@jdx](https://github.com/jdx) in \ 
[73eb25a](https://github.com/jdx/mise/commit/73eb25a88bbfe1b979bb5483ca3c81a689be184f)
- fix release-plz pr creation by [@jdx](https://github.com/jdx) in \ 
[8299c6b](https://github.com/jdx/mise/commit/8299c6b943119ffda94d18445c5b789948b6f9c0)
- use -q in pre-commit:check by [@jdx](https://github.com/jdx) in \ 
[099b2d8](https://github.com/jdx/mise/commit/099b2d88d3ed31ace30c67be816170dc50f87b6d)
- fix release-plz pr creation by [@jdx](https://github.com/jdx) in \ 
[c2accc5](https://github.com/jdx/mise/commit/c2accc5f7192202d0a8249ae7f3ab0ea7f100e1b)
- make prettier/pre-commit much faster by [@jdx](https://github.com/jdx) in \ 
[#4036](https://github.com/jdx/mise/pull/4036)
- fix release-plz edit command by [@jdx](https://github.com/jdx) in \ 
[86b5816](https://github.com/jdx/mise/commit/86b5816660f5a13d45c1795132a29e881645e271)

## [2025.1.3](https://github.com/jdx/mise/compare/v2025.1.2..v2025.1.3) - 2025-01-09

### ๐Ÿ› Bug Fixes

- **(rust)** respect RUSTUP_HOME/CARGO_HOME by [@jdx](https://github.com/jdx) in \ 
[#4026](https://github.com/jdx/mise/pull/4026)
- mise fails to install kubectl on windows from aqua registry by \ 
[@roele](https://github.com/roele) in \ 
[#4006](https://github.com/jdx/mise/pull/4006)
- aliases with aqua by [@jdx](https://github.com/jdx) in \ 
[#4007](https://github.com/jdx/mise/pull/4007)
- issue with enter hook and subdirs by [@jdx](https://github.com/jdx) in \ 
[#4008](https://github.com/jdx/mise/pull/4008)
- allow using depends and depends_post on separate tasks by \ 
[@jdx](https://github.com/jdx) in [#4010](https://github.com/jdx/mise/pull/4010)
- mise fails to install kubectl on windows from aqua registry by \ 
[@roele](https://github.com/roele) in \ 
[#4024](https://github.com/jdx/mise/pull/4024)

### ๐Ÿ“š Documentation

- Add default description to github token link by \ 
[@hverlin](https://github.com/hverlin) in \ 
[#4019](https://github.com/jdx/mise/pull/4019)
- fix source code links by [@jdx](https://github.com/jdx) in \ 
[#4025](https://github.com/jdx/mise/pull/4025)

### Chore

- make pre-commit faster by [@jdx](https://github.com/jdx) in \ 
[70dfdd0](https://github.com/jdx/mise/commit/70dfdd0b874a5292b4b20fa72c9c341a13900bde)
- added commented out paths config by [@jdx](https://github.com/jdx) in \ 
[c1f25ac](https://github.com/jdx/mise/commit/c1f25ac4cdaf74219d700fcaf37d3341971a3120)

## [2025.1.2](https://github.com/jdx/mise/compare/v2025.1.1..v2025.1.2) - 2025-01-08

### ๐Ÿš€ Features

- migrate asdf plugins to aqua/ubi by [@jdx](https://github.com/jdx) in \ 
[#3962](https://github.com/jdx/mise/pull/3962)
- migrate asdf plugins to aqua/ubi by [@jdx](https://github.com/jdx) in \ 
[#3978](https://github.com/jdx/mise/pull/3978)
- migrate asdf plugins to aqua/ubi by [@jdx](https://github.com/jdx) in \ 
[#3991](https://github.com/jdx/mise/pull/3991)
- replace asdf-spark plugin with mise-spark plugin by \ 
[@benberryallwood](https://github.com/benberryallwood) in \ 
[#3994](https://github.com/jdx/mise/pull/3994)
- add kubectx/kubens to registry by [@roele](https://github.com/roele) in \ 
[#3992](https://github.com/jdx/mise/pull/3992)
- added ktlint from aqua by [@jdx](https://github.com/jdx) in \ 
[#4004](https://github.com/jdx/mise/pull/4004)

### ๐Ÿ› Bug Fixes

- **(schema)** fix task sources and outputs schema by \ 
[@risu729](https://github.com/risu729) in \ 
[#3988](https://github.com/jdx/mise/pull/3988)
- **(schema)** update task schema by [@risu729](https://github.com/risu729) in \ 
[#3999](https://github.com/jdx/mise/pull/3999)
- correct age keyname by [@jdx](https://github.com/jdx) in \ 
[e28c293](https://github.com/jdx/mise/commit/e28c293bc5a241b043d0b72ec9aa0559e888f97b)
- mise install rust failed on windows by [@roele](https://github.com/roele) in \ 
[#3969](https://github.com/jdx/mise/pull/3969)
- maven-mvnd does not install with aqua by [@roele](https://github.com/roele) in \ 
[#3982](https://github.com/jdx/mise/pull/3982)
- maven-mvnd does not install with aqua by [@roele](https://github.com/roele) in \ 
[#3993](https://github.com/jdx/mise/pull/3993)
- use friendly error in `mise run` by [@jdx](https://github.com/jdx) in \ 
[#3998](https://github.com/jdx/mise/pull/3998)
- use task display_name in more places by [@hverlin](https://github.com/hverlin) \ 
in [#3997](https://github.com/jdx/mise/pull/3997)
- aqua:apache/spark doesn't work by [@roele](https://github.com/roele) in \ 
[#3995](https://github.com/jdx/mise/pull/3995)

### ๐Ÿ“š Documentation

- style on rustup settings by [@jdx](https://github.com/jdx) in \ 
[da91716](https://github.com/jdx/mise/commit/da91716c856b0bb1e8bdf70f9f97f74fe09f15ac)
- Escape template examples by [@henrebotha](https://github.com/henrebotha) in \ 
[#3987](https://github.com/jdx/mise/pull/3987)
- update SECURITY.md by [@jdx](https://github.com/jdx) in \ 
[6372f10](https://github.com/jdx/mise/commit/6372f101639386e94cd8df400c78962eab1dbdd5)

### ๐Ÿงช Testing

- fix test-plugins CI job for ubuntu-24 by [@jdx](https://github.com/jdx) in \ 
[492f6ac](https://github.com/jdx/mise/commit/492f6acc99014cb70f97efdd12700ee365a418ea)
- remove postgres test-plugins test by [@jdx](https://github.com/jdx) in \ 
[e93bc80](https://github.com/jdx/mise/commit/e93bc80a780fd0f7b4619af37c3f646dd622bed4)

### Chore

- remove deprecated tar syntax by [@jdx](https://github.com/jdx) in \ 
[322735a](https://github.com/jdx/mise/commit/322735a75bef9c602ffcec4d81914662cac00647)
- fix tar/gzip syntax by [@jdx](https://github.com/jdx) in \ 
[cd0a049](https://github.com/jdx/mise/commit/cd0a049ecace47354a931cd364ac2f5915812658)
- fork remaining asdf plugins to mise-plugins by [@jdx](https://github.com/jdx) \ 
in [#3996](https://github.com/jdx/mise/pull/3996)

### New Contributors

- @henrebotha made their first contribution in \ 
[#3987](https://github.com/jdx/mise/pull/3987)

## [2025.1.1](https://github.com/jdx/mise/compare/v2025.1.0..v2025.1.1) - 2025-01-06

### ๐Ÿš€ Features

- add databricks-cli to registry by \ 
[@benberryallwood](https://github.com/benberryallwood) in \ 
[#3937](https://github.com/jdx/mise/pull/3937)
- add navi to registry by [@kit494way](https://github.com/kit494way) in \ 
[#3943](https://github.com/jdx/mise/pull/3943)
- added allurectl to registry by [@MontakOleg](https://github.com/MontakOleg) in \ 
[#3918](https://github.com/jdx/mise/pull/3918)
- Add setting description to mise settings --json-extended output by \ 
[@hverlin](https://github.com/hverlin) in \ 
[#3919](https://github.com/jdx/mise/pull/3919)

### ๐Ÿ› Bug Fixes

- improve mise generate bootstrap by [@hverlin](https://github.com/hverlin) in \ 
[#3939](https://github.com/jdx/mise/pull/3939)
- update year in copyright to dynamic with current year by \ 
[@nexckycort](https://github.com/nexckycort) in \ 
[#3957](https://github.com/jdx/mise/pull/3957)

### ๐Ÿ“š Documentation

- Fix broken link to environment variables doc by \ 
[@xcapaldi](https://github.com/xcapaldi) in \ 
[#3938](https://github.com/jdx/mise/pull/3938)
- Add usage property to mise schema by [@hverlin](https://github.com/hverlin) in \ 
[#3942](https://github.com/jdx/mise/pull/3942)
- clarity on relative paths vs config_root in _.path by \ 
[@glasser](https://github.com/glasser) in \ 
[#3923](https://github.com/jdx/mise/pull/3923)

### ๐Ÿ“ฆ๏ธ Dependency Updates

- update rust crate itertools to 0.14 by \ 
[@renovate[bot]](https://github.com/renovate[bot]) in \ 
[#3926](https://github.com/jdx/mise/pull/3926)
- update rust crate petgraph to 0.7 by \ 
[@renovate[bot]](https://github.com/renovate[bot]) in \ 
[#3927](https://github.com/jdx/mise/pull/3927)
- update rust crate self_update to 0.42 by \ 
[@renovate[bot]](https://github.com/renovate[bot]) in \ 
[#3931](https://github.com/jdx/mise/pull/3931)

### Chore

- upgrade expr by [@jdx](https://github.com/jdx) in \ 
[c06a415](https://github.com/jdx/mise/commit/c06a41544e2cb09912244efe6a8f5bcc03eb24d7)
- mise up by [@jdx](https://github.com/jdx) in \ 
[678f648](https://github.com/jdx/mise/commit/678f6489a9501b32bf3c36771977771d933f2466)
- cargo-show by [@jdx](https://github.com/jdx) in \ 
[69d44fd](https://github.com/jdx/mise/commit/69d44fd064d2fdaae08ff9ea3300a42e560630cd)
- remove cargo-show dependency by [@jdx](https://github.com/jdx) in \ 
[ab8e9e9](https://github.com/jdx/mise/commit/ab8e9e9e429beeb23731c356537525f64bc59b28)
- remove cargo-show dependency by [@jdx](https://github.com/jdx) in \ 
[ca2f89c](https://github.com/jdx/mise/commit/ca2f89c6cd36d828a9eab2884a3f8c9cc1fe2c19)
- remove cargo-show dependency by [@jdx](https://github.com/jdx) in \ 
[82e3390](https://github.com/jdx/mise/commit/82e3390c5fc9a97c942dc407b2073edfcb3974bc)
- fix release-plz by [@jdx](https://github.com/jdx) in \ 
[52ac62a](https://github.com/jdx/mise/commit/52ac62a7d7e8439d32b84c4247ee366c28901863)
- fix release-plz by [@jdx](https://github.com/jdx) in \ 
[dba7044](https://github.com/jdx/mise/commit/dba7044b4dcce808fd4734e9a284ab2174758be0)

### New Contributors

- @nexckycort made their first contribution in \ 
[#3957](https://github.com/jdx/mise/pull/3957)
- @MontakOleg made their first contribution in \ 
[#3918](https://github.com/jdx/mise/pull/3918)
- @kit494way made their first contribution in \ 
[#3943](https://github.com/jdx/mise/pull/3943)
- @benberryallwood made their first contribution in \ 
[#3937](https://github.com/jdx/mise/pull/3937)
- @xcapaldi made their first contribution in \ 
[#3938](https://github.com/jdx/mise/pull/3938)
- @auxesis made their first contribution in \ 
[#3914](https://github.com/jdx/mise/pull/3914)

## [2025.1.0](https://github.com/jdx/mise/compare/v2024.12.24..v2025.1.0) - \ 
2025-01-01

### ๐Ÿš€ Features

- use aqua for gradle by [@jdx](https://github.com/jdx) in \ 
[#3903](https://github.com/jdx/mise/pull/3903)
- added completions to more commands by [@jdx](https://github.com/jdx) in \ 
[#3910](https://github.com/jdx/mise/pull/3910)

### ๐Ÿ› Bug Fixes

- panic when setting config value by [@roele](https://github.com/roele) in \ 
[#3823](https://github.com/jdx/mise/pull/3823)
- add hidden settings/task --complete option by [@jdx](https://github.com/jdx) \ 
in [#3902](https://github.com/jdx/mise/pull/3902)
- handle panic when task contains invalid template by \ 
[@jdx](https://github.com/jdx) in [#3904](https://github.com/jdx/mise/pull/3904)
- missing checksums in mise.run script by [@jdx](https://github.com/jdx) in \ 
[#3906](https://github.com/jdx/mise/pull/3906)
- active flag for symlinked tools in `mise ls --json` by \ 
[@jdx](https://github.com/jdx) in [#3907](https://github.com/jdx/mise/pull/3907)

### ๐Ÿ“š Documentation

- Update LICENSE by [@jdx](https://github.com/jdx) in \ 
[156db11](https://github.com/jdx/mise/commit/156db1130c2757aaaf6e53686148d8b9b0791ae7)
- updated roadmap by [@jdx](https://github.com/jdx) in \ 
[f8916d4](https://github.com/jdx/mise/commit/f8916d4cbd09fbbc8142bf25b4d586e146d19a21)

## [2024.12.24](https://github.com/jdx/mise/compare/v2024.12.23..v2024.12.24) - \ 
2024-12-31

### ๐Ÿ› Bug Fixes

- switch back to asdf for gradle by [@jdx](https://github.com/jdx) in \ 
[cc88dca](https://github.com/jdx/mise/commit/cc88dca50e8e0dac94dbb83d0ce1ebcfc38a1ec4)

### Chore

- add commented out cleanup of old CLIs by [@jdx](https://github.com/jdx) in \ 
[bb7e022](https://github.com/jdx/mise/commit/bb7e022240c0e7019a595d093a33b414119e975f)

## [2024.12.23](https://github.com/jdx/mise/compare/v2024.12.22..v2024.12.23) - \ 
2024-12-30

### ๐Ÿ› Bug Fixes

- winget release PRs by [@jdx](https://github.com/jdx) in \ 
[9dec542](https://github.com/jdx/mise/commit/9dec542188e731ef357fd74339dd08ac005cb9e3)
- mise settings unset does not seem to work by \ 
[@roele](https://github.com/roele) in \ 
[#3867](https://github.com/jdx/mise/pull/3867)
- gradle aqua package by [@jdx](https://github.com/jdx) in \ 
[#3880](https://github.com/jdx/mise/pull/3880)
- **breaking** remove `root` env var in tasks by [@jdx](https://github.com/jdx) \ 
in [#3884](https://github.com/jdx/mise/pull/3884)

### ๐Ÿ“š Documentation

- syntax in `mise watch` by [@jdx](https://github.com/jdx) in \ 
[beab480](https://github.com/jdx/mise/commit/beab48029b3e7a91047012b655f3efe4fd722acf)
- Update registry link by [@bmulholland](https://github.com/bmulholland) in \ 
[#3864](https://github.com/jdx/mise/pull/3864)
- clarify shims behaviour by [@syhol](https://github.com/syhol) in \ 
[#3881](https://github.com/jdx/mise/pull/3881)

### Chore

- remove unused versioned tarballs from mise.jdx.dev by \ 
[@jdx](https://github.com/jdx) in \ 
[48f1021](https://github.com/jdx/mise/commit/48f1021048646061e7cd85d9f9969946b00962a6)
- trim newline in banner by [@jdx](https://github.com/jdx) in \ 
[c8f2c90](https://github.com/jdx/mise/commit/c8f2c90111c5d20fe4586d59eb66f3bb2f8cfd9a)

### New Contributors

- @bmulholland made their first contribution in \ 
[#3864](https://github.com/jdx/mise/pull/3864)

## [2024.12.22](https://github.com/jdx/mise/compare/v2024.12.21..v2024.12.22) - \ 
2024-12-30

### ๐Ÿš€ Features

- colorize banner by [@jdx](https://github.com/jdx) in \ 
[ad3a5f0](https://github.com/jdx/mise/commit/ad3a5f040013bad046f2ca3abb9eebc941301368)

### ๐Ÿ› Bug Fixes

- add `:` escaping for tasks with multiple colons by \ 
[@eitamal](https://github.com/eitamal) in \ 
[#3853](https://github.com/jdx/mise/pull/3853)
- type issue in docs/JSON schema for python_create_args and uv_create_args by \ 
[@roele](https://github.com/roele) in \ 
[#3855](https://github.com/jdx/mise/pull/3855)

### ๐Ÿ“š Documentation

- **(settings)** fix link to precompiled python binaries by \ 
[@scop](https://github.com/scop) in \ 
[#3851](https://github.com/jdx/mise/pull/3851)
- Fix cargo install examples by [@orf](https://github.com/orf) in \ 
[#3862](https://github.com/jdx/mise/pull/3862)

### New Contributors

- @orf made their first contribution in \ 
[#3862](https://github.com/jdx/mise/pull/3862)
- @eitamal made their first contribution in \ 
[#3853](https://github.com/jdx/mise/pull/3853)

## [2024.12.21](https://github.com/jdx/mise/compare/v2024.12.20..v2024.12.21) - \ 
2024-12-27

### ๐Ÿ› Bug Fixes

- **(python)** force precompiled setting warning message syntax by \ 
[@scop](https://github.com/scop) in \ 
[#3850](https://github.com/jdx/mise/pull/3850)
- zstd detection false positive on MacOS by [@roele](https://github.com/roele) \ 
in [#3845](https://github.com/jdx/mise/pull/3845)

### ๐Ÿ“š Documentation

- fix incorrect examples that were causing 'expected a sequence' error by \ 
[@ssbarnea](https://github.com/ssbarnea) in \ 
[#3839](https://github.com/jdx/mise/pull/3839)

### ๐Ÿ“ฆ๏ธ Dependency Updates

- update rust crate ubi to 0.3 by \ 
[@renovate[bot]](https://github.com/renovate[bot]) in \ 
[#3836](https://github.com/jdx/mise/pull/3836)

## [2024.12.20](https://github.com/jdx/mise/compare/v2024.12.19..v2024.12.20) - \ 
2024-12-25

### ๐Ÿš€ Features

- **(hugo)** add extended registry from aqua and keep only one registry with all \ 
aliases by [@kilianpaquier](https://github.com/kilianpaquier) in \ 
[#3813](https://github.com/jdx/mise/pull/3813)
- build erlang with all cores by [@jdx](https://github.com/jdx) in \ 
[#3802](https://github.com/jdx/mise/pull/3802)
- Modify install_rubygems_hook to place plugin in site_ruby directory by \ 
[@zkhadikov](https://github.com/zkhadikov) in \ 
[#3812](https://github.com/jdx/mise/pull/3812)

### ๐Ÿ› Bug Fixes

- do not require "v" prefix in mise.run by \ 
[@jdx](https://github.com/jdx) in [#3800](https://github.com/jdx/mise/pull/3800)
- add checksum for macos-x86 by [@jdx](https://github.com/jdx) in \ 
[#3815](https://github.com/jdx/mise/pull/3815)

### ๐Ÿ“š Documentation

- Correct link to aqua registry by [@jesse-c](https://github.com/jesse-c) in \ 
[#3803](https://github.com/jdx/mise/pull/3803)

### ๐Ÿงช Testing

- skip dotnet if not installed by [@jdx](https://github.com/jdx) in \ 
[1a663dd](https://github.com/jdx/mise/commit/1a663dd63e17cc08a961b86b5b0b6a1d7e9b2a1f)

### New Contributors

- @zkhadikov made their first contribution in \ 
[#3812](https://github.com/jdx/mise/pull/3812)
- @kilianpaquier made their first contribution in \ 
[#3813](https://github.com/jdx/mise/pull/3813)
- @jesse-c made their first contribution in \ 
[#3803](https://github.com/jdx/mise/pull/3803)

## [2024.12.19](https://github.com/jdx/mise/compare/v2024.12.18..v2024.12.19) - \ 
2024-12-23

### ๐Ÿš€ Features

- use zstd in mise.run by [@jdx](https://github.com/jdx) in \ 
[#3798](https://github.com/jdx/mise/pull/3798)
- verify zig with minisign by [@jdx](https://github.com/jdx) in \ 
[#3793](https://github.com/jdx/mise/pull/3793)

### Chore

- increase tarball compression by [@jdx](https://github.com/jdx) in \ 
[a899155](https://github.com/jdx/mise/commit/a8991551bd7c61d1f75a800906d2f718b4bdf7c0)
- use max threads for zstd compression by [@jdx](https://github.com/jdx) in \ 
[a3f792a](https://github.com/jdx/mise/commit/a3f792a1eb0a395c7a82a063b96d30282b6343de)
- print all tarball sizes by [@jdx](https://github.com/jdx) in \ 
[29fbc04](https://github.com/jdx/mise/commit/29fbc04e52c76b16c9a72385ead4edbfaff984fb)

## [2024.12.18](https://github.com/jdx/mise/compare/v2024.12.17..v2024.12.18) - \ 
2024-12-23

### ๐Ÿš€ Features

- allow dotnet prerelease by [@acesyde](https://github.com/acesyde) in \ 
[#3753](https://github.com/jdx/mise/pull/3753)
- added minisign to registry by [@jdx](https://github.com/jdx) in \ 
[#3788](https://github.com/jdx/mise/pull/3788)
- `mise g bootstrap` by [@jdx](https://github.com/jdx) in \ 
[#3792](https://github.com/jdx/mise/pull/3792)
- `mise g bootstrap` by [@jdx](https://github.com/jdx) in \ 
[f79ce71](https://github.com/jdx/mise/commit/f79ce719f9121eb6e0e821cf271af306f2a9d6c8)

### ๐Ÿ› Bug Fixes

- hide task file extension in completions by [@jdx](https://github.com/jdx) in \ 
[#3772](https://github.com/jdx/mise/pull/3772)
- settings completions by [@jdx](https://github.com/jdx) in \ 
[#3787](https://github.com/jdx/mise/pull/3787)

### ๐Ÿ“š Documentation

- update IDE integration page by [@hverlin](https://github.com/hverlin) in \ 
[#3765](https://github.com/jdx/mise/pull/3765)
- add powershell sample by [@acesyde](https://github.com/acesyde) in \ 
[#3771](https://github.com/jdx/mise/pull/3771)
- add missing dotnet left menu by [@acesyde](https://github.com/acesyde) in \ 
[#3770](https://github.com/jdx/mise/pull/3770)

### ๐Ÿงช Testing

- added stubbed test for https://github.com/jdx/mise/discussions/3783 by \ 
[@jdx](https://github.com/jdx) in \ 
[f79a3a4](https://github.com/jdx/mise/commit/f79a3a41ebf833d2c49bdc91ae4026c46498d9f7)

### Chore

- add shell to user-agent by [@jdx](https://github.com/jdx) in \ 
[#3786](https://github.com/jdx/mise/pull/3786)
- sign releases with minisign by [@jdx](https://github.com/jdx) in \ 
[#3789](https://github.com/jdx/mise/pull/3789)
- create minisign secret key by [@jdx](https://github.com/jdx) in \ 
[dea4676](https://github.com/jdx/mise/commit/dea4676f53ee4d1a905ae17b004131c6dee3b385)
- create minisign secret key by [@jdx](https://github.com/jdx) in \ 
[ecebebe](https://github.com/jdx/mise/commit/ecebebee13cc20773eaefda706bad4e5ac8cc25f)
- fix minisign signing by [@jdx](https://github.com/jdx) in \ 
[6401ff8](https://github.com/jdx/mise/commit/6401ff84e0dcbdb890dd037aff6fbcf3edc51af5)
- added install.sh to releases by [@jdx](https://github.com/jdx) in \ 
[2946d58](https://github.com/jdx/mise/commit/2946d5864cffb65a1ee1260f3c38070531743854)
- install minisign by [@jdx](https://github.com/jdx) in \ 
[f22272c](https://github.com/jdx/mise/commit/f22272c3838fcb8de0365a4022f8aefc00c46f4c)
- use ubuntu-24 for release by [@jdx](https://github.com/jdx) in \ 
[40a13f8](https://github.com/jdx/mise/commit/40a13f8e7088ba13762178eccc5eb8438bc9ce6b)
- set minisign pub key by [@jdx](https://github.com/jdx) in \ 
[fd6aa1e](https://github.com/jdx/mise/commit/fd6aa1eccf23f97e82ff166ff8950721c236239b)
- age encrypt minisign key by [@jdx](https://github.com/jdx) in \ 
[02c30e2](https://github.com/jdx/mise/commit/02c30e2c9167d3f4bf5ac05a82a43bc82b703123)
- apt install age by [@jdx](https://github.com/jdx) in \ 
[769a088](https://github.com/jdx/mise/commit/769a08875b3651c3edd63fd4387497ce6b16cd4b)
- switch back to MINISIGN_KEY by [@jdx](https://github.com/jdx) in \ 
[66dc8cf](https://github.com/jdx/mise/commit/66dc8cf199adb57c22ac398b3333ba12abaaf106)
- fix minisign signing by [@jdx](https://github.com/jdx) in \ 
[a3f8173](https://github.com/jdx/mise/commit/a3f81738bb4ab0827eb6bfae4a1639c29f29da36)
- add zst tarballs by [@jdx](https://github.com/jdx) in \ 
[85a1192](https://github.com/jdx/mise/commit/85a1192091b7f37ab7c3712e4100c8b43d587857)
- add zst tarballs by [@jdx](https://github.com/jdx) in \ 
[5238124](https://github.com/jdx/mise/commit/5238124dbda89fe32380beab9b64d31cb2cb4ddb)
- add zst tarballs by [@jdx](https://github.com/jdx) in \ 
[2a4d0bf](https://github.com/jdx/mise/commit/2a4d0bf0ee78dfe672d97bc763643300516d5a9b)
- add zst tarballs by [@jdx](https://github.com/jdx) in \ 
[285d777](https://github.com/jdx/mise/commit/285d777b3f33bfa587070b3d15cd904fc83e111f)
- extract artifact with zstd by [@jdx](https://github.com/jdx) in \ 
[ba66d46](https://github.com/jdx/mise/commit/ba66d4659c6d8f3ffa589dacfe402d6988e46d9a)

## [2024.12.17](https://github.com/jdx/mise/compare/v2024.12.16..v2024.12.17) - \ 
2024-12-21

### ๐Ÿš€ Features

- added a banner to `mise --version` by [@jdx](https://github.com/jdx) in \ 
[#3748](https://github.com/jdx/mise/pull/3748)
- add usage field to tasks by [@jdx](https://github.com/jdx) in \ 
[#3746](https://github.com/jdx/mise/pull/3746)
- added keep-order task output type by [@jdx](https://github.com/jdx) in \ 
[#3763](https://github.com/jdx/mise/pull/3763)
- `replacing` task output type by [@jdx](https://github.com/jdx) in \ 
[#3764](https://github.com/jdx/mise/pull/3764)
- added timed task output type by [@jdx](https://github.com/jdx) in \ 
[#3766](https://github.com/jdx/mise/pull/3766)

### ๐Ÿ› Bug Fixes

- dotnet backend doc by [@acesyde](https://github.com/acesyde) in \ 
[#3752](https://github.com/jdx/mise/pull/3752)
- include full env in toolset tera_ctx by [@risu729](https://github.com/risu729) \ 
in [#3751](https://github.com/jdx/mise/pull/3751)
- set env vars in task templates by [@jdx](https://github.com/jdx) in \ 
[#3758](https://github.com/jdx/mise/pull/3758)

### ๐Ÿ“š Documentation

- update mise-action version in tips and tricks by \ 
[@scop](https://github.com/scop) in \ 
[#3749](https://github.com/jdx/mise/pull/3749)
- Small cookbooks fixes by [@hverlin](https://github.com/hverlin) in \ 
[#3754](https://github.com/jdx/mise/pull/3754)

### ๐Ÿงช Testing

- fix elixir release test by [@jdx](https://github.com/jdx) in \ 
[b4f11da](https://github.com/jdx/mise/commit/b4f11dabf7a16a875f9d7ab3ded6a516b481f6f8)
- add some test cases for env var templates by [@jdx](https://github.com/jdx) in \ 
[c938977](https://github.com/jdx/mise/commit/c938977ccc265c9530200e0b19bb0cce5f73ddbb)

### Chore

- updated usage by [@jdx](https://github.com/jdx) in \ 
[dad7857](https://github.com/jdx/mise/commit/dad785727c80efeb4bf498995ed5237f6cd94d79)

## [2024.12.16](https://github.com/jdx/mise/compare/v2024.12.15..v2024.12.16) - \ 
2024-12-20

### ๐Ÿš€ Features

- add dotnet backend by [@acesyde](https://github.com/acesyde) in \ 
[#3737](https://github.com/jdx/mise/pull/3737)
- added ignored_config_paths to `mise dr` by [@jdx](https://github.com/jdx) in \ 
[#3742](https://github.com/jdx/mise/pull/3742)

### ๐Ÿ› Bug Fixes

- **(ruby)** fix Ruby plugin to use `ruby_install` option correctly by \ 
[@yuhr](https://github.com/yuhr) in \ 
[#3732](https://github.com/jdx/mise/pull/3732)
- `mise run` shorthand with options by [@jdx](https://github.com/jdx) in \ 
[#3719](https://github.com/jdx/mise/pull/3719)
- zig on windows by [@jdx](https://github.com/jdx) in \ 
[#3739](https://github.com/jdx/mise/pull/3739)
- allow using previously defined vars by [@jdx](https://github.com/jdx) in \ 
[#3741](https://github.com/jdx/mise/pull/3741)
- make --help consistent with `mise run` and `mise <task>` by \ 
[@jdx](https://github.com/jdx) in [#3723](https://github.com/jdx/mise/pull/3723)
- use implicit keys for `mise config set` by [@jdx](https://github.com/jdx) in \ 
[#3744](https://github.com/jdx/mise/pull/3744)

### ๐Ÿ“š Documentation

- update cookbook by [@hverlin](https://github.com/hverlin) in \ 
[#3718](https://github.com/jdx/mise/pull/3718)
- remove reference to deprecated asdf_compat functionality by \ 
[@jdx](https://github.com/jdx) in \ 
[03a2afb](https://github.com/jdx/mise/commit/03a2afb4f8c738e3b172d0f5e1ca1465bf1d6a5c)
- describe behavior of `run --output` better by [@jdx](https://github.com/jdx) \ 
in [#3740](https://github.com/jdx/mise/pull/3740)

### ๐Ÿ“ฆ๏ธ Dependency Updates

- update dependency bun to v1.1.40 by \ 
[@renovate[bot]](https://github.com/renovate[bot]) in \ 
[#3729](https://github.com/jdx/mise/pull/3729)

### Chore

- lint fix by [@jdx](https://github.com/jdx) in \ 
[118b8de](https://github.com/jdx/mise/commit/118b8de645712ff1d78c33b9a2c094a1f92c5b20)
- switch from home -> homedir crate by [@jdx](https://github.com/jdx) in \ 
[#3743](https://github.com/jdx/mise/pull/3743)

### New Contributors

- @acesyde made their first contribution in \ 
[#3737](https://github.com/jdx/mise/pull/3737)
- @ssbarnea made their first contribution in \ 
[#3735](https://github.com/jdx/mise/pull/3735)
- @yuhr made their first contribution in \ 
[#3732](https://github.com/jdx/mise/pull/3732)

## [2024.12.15](https://github.com/jdx/mise/compare/v2024.12.14..v2024.12.15) - \ 
2024-12-19

### ๐Ÿš€ Features

- unnest output when `mise run` is nested by [@jdx](https://github.com/jdx) in \ 
[#3686](https://github.com/jdx/mise/pull/3686)
- `mise rm` by [@jdx](https://github.com/jdx) in \ 
[#3627](https://github.com/jdx/mise/pull/3627)
- added *:_default task name by [@jdx](https://github.com/jdx) in \ 
[#3690](https://github.com/jdx/mise/pull/3690)
- `mise run --continue-on-error by [@jdx](https://github.com/jdx) in \ 
[#3692](https://github.com/jdx/mise/pull/3692)
- added .tool-versions -> mise.toml converter by \ 
[@jdx](https://github.com/jdx) in [#3693](https://github.com/jdx/mise/pull/3693)
- get mise sync python --uv to work by [@jdx](https://github.com/jdx) in \ 
[#3706](https://github.com/jdx/mise/pull/3706)
- `mise install-into` by [@jdx](https://github.com/jdx) in \ 
[#3711](https://github.com/jdx/mise/pull/3711)
- added `mise dr --json` by [@jdx](https://github.com/jdx) in \ 
[#3715](https://github.com/jdx/mise/pull/3715)

### ๐Ÿ› Bug Fixes

- retain "os" options in `mise up --bump` by \ 
[@jdx](https://github.com/jdx) in [#3688](https://github.com/jdx/mise/pull/3688)
- unnest task cmd output by [@jdx](https://github.com/jdx) in \ 
[#3691](https://github.com/jdx/mise/pull/3691)
- ensure MISE_PROJECT_ROOT is set with no mise.toml by \ 
[@jdx](https://github.com/jdx) in [#3695](https://github.com/jdx/mise/pull/3695)
- create venv uses absolute tool paths by [@syhol](https://github.com/syhol) in \ 
[#3698](https://github.com/jdx/mise/pull/3698)
- jj repository moved to an organization by [@phyrog](https://github.com/phyrog) \ 
in [#3703](https://github.com/jdx/mise/pull/3703)
- disable reverse uv syncing by [@jdx](https://github.com/jdx) in \ 
[#3704](https://github.com/jdx/mise/pull/3704)
- add full tera context to tasks by [@jdx](https://github.com/jdx) in \ 
[#3708](https://github.com/jdx/mise/pull/3708)
- powershell warning by [@jdx](https://github.com/jdx) in \ 
[#3713](https://github.com/jdx/mise/pull/3713)

### ๐Ÿšœ Refactor

- **(registry)** use aqua for more tools by [@scop](https://github.com/scop) in \ 
[#3614](https://github.com/jdx/mise/pull/3614)
- **(registry)** use aqua:skaji/relocatable-perl for perl by \ 
[@scop](https://github.com/scop) in \ 
[#3716](https://github.com/jdx/mise/pull/3716)
- switch to std::sync::LazyLock by [@jdx](https://github.com/jdx) in \ 
[#3707](https://github.com/jdx/mise/pull/3707)

### ๐Ÿ“š Documentation

- fix some broken anchor links by [@hverlin](https://github.com/hverlin) in \ 
[#3694](https://github.com/jdx/mise/pull/3694)
- note hooks require `mise activate` by [@jdx](https://github.com/jdx) in \ 
[211d3d3](https://github.com/jdx/mise/commit/211d3d3b91c52e418a3e25af4a021da93c64ed4d)

### ๐Ÿงช Testing

- fix conduit test for new structure by [@jdx](https://github.com/jdx) in \ 
[8691331](https://github.com/jdx/mise/commit/86913318f7705e6cabb999970475c958605219d1)

### Chore

- hide non-functioning docker tasks by [@jdx](https://github.com/jdx) in \ 
[40fd3f6](https://github.com/jdx/mise/commit/40fd3f60ebde1d549503a6d9927b79b37622b1b0)

### New Contributors

- @highb made their first contribution in \ 
[#3696](https://github.com/jdx/mise/pull/3696)
   2024-12-21 17:32:07 by pin | Files touched by this commit (1)
Log message:
devel/mise: add warning about required Rust

for newer versions.
   2024-12-19 10:43:57 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.12.14

2024.12.14 - 2024-12-18
๐Ÿš€ Features

    (registry) Add lazydocker by @hverlin in #3655
    (registry) Add btop by @hverlin in #3667
    Allows control of config_root for global config by @bnorick in #3670
    allow inserting PATH in env._.source by @jdx in #3685

๐Ÿ› Bug Fixes

    Can not find the bin files when using python venv on windows by @NavyD in #3664
    render tasks in task files by @risu729 in #3666
    dont require run script for task add by @jdx in #3675
    auto-trust on task add by @jdx in #3676
    completions getting wrapped in quotes by @jdx in #3679
    pass pristine env to tera in final_env by @risu729 in #3682
    trap panics in task resolving by @jdx in #3677

๐Ÿ“š Documentation

    mark new features as experimental by @syhol in #3659

๐Ÿงช Testing

    add test cases for venv templates by @jdx in #3683

๐Ÿ” Other Changes

    Update index.md by @jdx in 907a96a
    Update config.ts by @jdx in bc22e7c

2024.12.13 - 2024-12-17
๐Ÿš€ Features

    mise task add by @jdx in #3616
    elixir core tool by @jdx in #3620
    elixir on windows by @jdx in #3623
    added install_env tool option by @jdx in #3622
    Add Powershell support by @fgilcc in #3506
    improve redactions by @jdx in #3647

๐Ÿ› Bug Fixes

    run venv after tools are loaded by @jdx in #3612
    some improvements to mise fmt by @jdx in #3615
    always run postinstall hook by @jdx in #3618
    move bat from aqua to ubi by @jdx in 60d0c79
    do not require version for mise sh --unset by @jdx in #3628
    back nomad with nomad, not levant by @rliebz in #3633
    correct python precompiled urls for freebsd by @jdx in #3637
    bug fixes with tools=true in env by @jdx in #3639
    sort keys in __MISE_DIFF to make the serialised value deterministic by \ 
@joshbode in #3640
    resolve config_root for dir tasks option by @risu729 in #3649

๐Ÿ“š Documentation

    add getting-started carousel by @hverlin in #3613
    Fix Sops URL by @matthew-snyder in #3619
    add elixir to sidebar by @risu729 in #3650
    update task documentation by @hverlin in #3651

๐Ÿ” Other Changes

    format toml with taplo by @jdx in #3625
    add platform field to registry backends by @jdx in #3626
   2024-12-17 20:56:21 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.12.12

2024.12.12 - 2024-12-16
๐Ÿš€ Features

    Add upx,actionlint and correct ripsecret error by @boris-smidt-klarrio in #3601
    aqua:argo-cd by @boris-smidt-klarrio in #3600
    task tools by @jdx in #3599
    lazy env eval by @jdx in #3598
    added cache feature to templates by @jdx in #3608

๐Ÿ› Bug Fixes

    added MISE_SOPS_ROPS setting by @jdx in #3603
    respect CLICOLOR_FORCE by @jdx in #3607
    only create 1 venv by @jdx in #3610
    set bash --noprofile for env._.source by @jdx in #3611

๐Ÿ“š Documentation

    improve settings a bit by @jdx in d53d011
    Install on Windows - Update doc on install on Windows with Scoop and WinGet \ 
+ fix NOTE section by @o-l-a-v in #3604
    remove note about winget by @jdx in 9c0c1ce

๐Ÿ” Other Changes

    disable automatic cargo up on release by @jdx in 3f0d91a

2024.12.11 - 2024-12-15
๐Ÿš€ Features

    added selector for mise use with no args by @jdx in #3570
    added tool descriptions by @jdx in #3571
    added mise sync python --uv by @jdx in #3575
    sync ruby --brew by @jdx in #3577
    encrypted configs by @jdx in #3584
    added mise --no-config by @jdx in #3590
    allow _.file in vars by @jdx in #3593

๐Ÿ› Bug Fixes

    (python) reduce network usage for python precompiled manifests by @jdx in #3568
    (python) check only if first or specified python is installed for _.venv by \ 
@jdx in #3576
    (swift) prevent swift from using linux platforms that are not available by \ 
@jdx in #3583
    correct headers on mise ls by @jdx in 5af3b17
    correct message truncation in mise run by @jdx in c668857
    include uv in path for hook-env by @jdx in #3572
    correct subtitle in mise use selector by @jdx in 4be6d79
    some bugs with status.show_tools and status.show_env by @jdx in #3586
    use task.display_name for mise run by @jdx in a009de1
    path is treated differently in nushell by @samuelallan72 in #3592
    allow number/bool in .env.json by @jdx in #3594

๐Ÿšœ Refactor

    break up env_directive by @jdx in #3587

๐Ÿ“š Documentation

    better warning when venv auto create is skipped by @syhol in #3573
    added rendered go settings by @jdx in b41c3dd

๐Ÿ” Other Changes

    Update comparison-to-asdf.md by @jdx in e7715c8
    Update task-configuration.md by @jdx in e3586b7
    Update contributing.md by @jdx in 80d5b8d
    Fix concat for nushell script by @samuelallan72 in #3591
    use sudo for apt by @fhalim in #3595

2024.12.10 - 2024-12-14
๐Ÿš€ Features

    (python) add other indygreg flavors by @jdx in #3565
    redactions by @jdx in #3529
    show unload messages/run leave hook by @jdx in #3532
    update demand and default mise run to filtering by @jdx in 48c366d

๐Ÿ› Bug Fixes

    (go) only use "v" prefix if version is semver-like by @jdx in #3556
    (go) fix non-v installs by @jdx in 36e7631
    disable libgit2 for updating plugin repos for now by @jdx in #3533
    rename kubelogin to azure-kubelogin and add replace it with more popular \ 
kubelogin cli by @jdx in #3534
    add backend to lockfile by @jdx in #3535
    parse task env vars as templates by @jdx in #3536
    do not add ignore file if not tty by @jdx in #3558
    improve output of mise tasks by @jdx in #3562

๐Ÿ“š Documentation

    add installation via zinit by @Finkregh in #3563

๐Ÿ” Other Changes

    Update config.ts by @jdx in 7ba504c
    added comfy-table by @jdx in #3561
    Update tips-and-tricks.md by @jdx in a09d4c2
    pitchfork by @jdx in 2c47f72
    updated usage by @jdx in #3564
    added install-dev task by @jdx in 0c351a8

2024.12.9 - 2024-12-14
๐Ÿš€ 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

    pin swift version by @jdx in 2b966a4
    skip firebase by @jdx in e5714bc

๐Ÿ” Other Changes

    Update pipx.md by @jdx in 5fc9d9d

๐Ÿ“ฆ๏ธ Dependency Updates

    update rust crate bzip2 to 0.5 by @renovate[bot] in #3511
   2024-12-13 10:21:43 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.12.8

๐Ÿš€ Features

    (registry) use pipx for pdm by @risu729 in #3504
    added pitchfork by @jdx in bac731e

๐Ÿ› Bug Fixes

    Adds support for multi-use args by @bnorick in #3505
    make task completion script POSIX by @jdx in b92b560

๐Ÿ“š Documentation

    Add more examples for toml tasks by @hverlin in #3491

๐Ÿ” Other Changes

    Fix README link. by @biggusbeetus in #3502
    use main branch for winget by @jdx in b4036cf
   2024-12-12 22:56:15 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.12.7

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

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

๐Ÿ” Other Changes

    move debug log to trace by @jdx in 5c6c884

v2024.12.6
๐Ÿš€ Features

    added descriptions to mise run by @jdx in #3460
    mise format by @jdx in #3461
    mise fmt (renamed from mise format) by @jdx in #3465
    mise 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

    fix windows zip structure by @jdx in 195039f
    Update contributing.md by @jdx in bdd06e5
   2024-12-11 10:52:26 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.12.5

2024.12.5 - 2024-12-10
๐Ÿš€ 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

    example with required version by @felixhummel in #3448
    document new windows installers by @jdx in #3452

๐Ÿ” Other Changes

    added winget workflow by @jdx in 901e048

2024.12.4 - 2024-12-09
๐Ÿš€ 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

    Small documentation improvements by @hverlin in #3413
    updated demo.gif by @jdx in #3419

๐Ÿ” 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

2024.12.3 - 2024-12-08
๐Ÿš€ 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

    Update environments.md by @jdx in aa5eeff
   2024-12-08 18:23:04 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.12.2

## [2024.12.2](https://github.com/jdx/mise/compare/v2024.12.1..v2024.12.2) - \ 
2024-12-07

### ๐Ÿš€ Features

- **(registry)** add zls to registry by [@hverlin](https://github.com/hverlin) \ 
in [#3392](https://github.com/jdx/mise/pull/3392)
- Add --json-extended option to mise env by \ 
[@hverlin](https://github.com/hverlin) in \ 
[#3389](https://github.com/jdx/mise/pull/3389)

### ๐Ÿ› Bug Fixes

- **(config)** set config_root for tasks defined in included toml files by \ 
[@risu729](https://github.com/risu729) in \ 
[#3388](https://github.com/jdx/mise/pull/3388)
- global hooks by [@jdx](https://github.com/jdx) in \ 
[#3393](https://github.com/jdx/mise/pull/3393)
- only run watch_file hook when it has changed file by \ 
[@jdx](https://github.com/jdx) in [#3394](https://github.com/jdx/mise/pull/3394)
- bug with aliasing core tools by [@jdx](https://github.com/jdx) in \ 
[#3395](https://github.com/jdx/mise/pull/3395)
- remove shims directory before activating by [@jdx](https://github.com/jdx) in \ 
[#3396](https://github.com/jdx/mise/pull/3396)

### ๐Ÿšœ Refactor

- use github crate to list zig releases by \ 
[@risu729](https://github.com/risu729) in \ 
[#3386](https://github.com/jdx/mise/pull/3386)

### ๐Ÿ“š Documentation

- add zig to core tools by [@risu729](https://github.com/risu729) in \ 
[#3385](https://github.com/jdx/mise/pull/3385)

### ๐Ÿ” Other Changes

- debug log by [@jdx](https://github.com/jdx) in \ 
[0075db0](https://github.com/jdx/mise/commit/0075db05a24a9bc2e3015b8a48bcfe730fe80d07)

## [2024.12.1](https://github.com/jdx/mise/compare/v2024.12.0..v2024.12.1) - \ 
2024-12-06

### ๐Ÿš€ Features

- **(registry)** use aqua for some tools by \ 
[@risu729](https://github.com/risu729) in \ 
[#3375](https://github.com/jdx/mise/pull/3375)
- allow filtering `mise bin-paths` on tools by [@jdx](https://github.com/jdx) in \ 
[#3367](https://github.com/jdx/mise/pull/3367)
- added aws-cli from aqua by [@jdx](https://github.com/jdx) in \ 
[#3370](https://github.com/jdx/mise/pull/3370)
- multiple MISE_ENV environments by [@jdx](https://github.com/jdx) in \ 
[#3371](https://github.com/jdx/mise/pull/3371)
- add mise-task.json schema by [@hverlin](https://github.com/hverlin) in \ 
[#3374](https://github.com/jdx/mise/pull/3374)
- automatically call `hook-env` by [@jdx](https://github.com/jdx) in \ 
[#3373](https://github.com/jdx/mise/pull/3373)

### ๐Ÿ› Bug Fixes

- **(docs)** correct syntax error in IDE integration examples by \ 
[@EricGusmao](https://github.com/EricGusmao) in \ 
[#3360](https://github.com/jdx/mise/pull/3360)
- ensure version check message is displayed by [@jdx](https://github.com/jdx) in \ 
[#3358](https://github.com/jdx/mise/pull/3358)
- show warning if no precompiled pythons found by [@jdx](https://github.com/jdx) \ 
in [#3359](https://github.com/jdx/mise/pull/3359)
- allow compilation not on macOS, Linux, or Windows by \ 
[@avysk](https://github.com/avysk) in \ 
[#3363](https://github.com/jdx/mise/pull/3363)
- make hook-env compatible with zsh auto_name_dirs by \ 
[@jdx](https://github.com/jdx) in [#3366](https://github.com/jdx/mise/pull/3366)
- skip optional env._.file files by [@jdx](https://github.com/jdx) in \ 
[#3381](https://github.com/jdx/mise/pull/3381)
- .terraform-version by [@jdx](https://github.com/jdx) in \ 
[#3380](https://github.com/jdx/mise/pull/3380)

### ๐Ÿ“š Documentation

- update auto-completion docs by [@hverlin](https://github.com/hverlin) in \ 
[#3355](https://github.com/jdx/mise/pull/3355)
- fix `Environment variables passed to tasks` section by \ 
[@hverlin](https://github.com/hverlin) in \ 
[#3378](https://github.com/jdx/mise/pull/3378)

### ๐Ÿงช Testing

- try to fix coverage rate limits by [@jdx](https://github.com/jdx) in \ 
[#3384](https://github.com/jdx/mise/pull/3384)

### ๐Ÿ” Other Changes

- Update shims.md by [@jdx](https://github.com/jdx) in \ 
[2d48109](https://github.com/jdx/mise/commit/2d48109a77ae4432b0fd6cede3196a0819710186)
- Update hooks.md by [@jdx](https://github.com/jdx) in \ 
[2693f94](https://github.com/jdx/mise/commit/2693f946f7cbb2819a4d4df37b6314759e38e9f3)

### New Contributors

- @avysk made their first contribution in \ 
[#3363](https://github.com/jdx/mise/pull/3363)
- @EricGusmao made their first contribution in \ 
[#3360](https://github.com/jdx/mise/pull/3360)

## [2024.12.0](https://github.com/jdx/mise/compare/v2024.11.37..v2024.12.0) - \ 
2024-12-04

### ๐Ÿš€ Features

- **(erlang)** use precompiled binaries for macos by \ 
[@jdx](https://github.com/jdx) in [#3353](https://github.com/jdx/mise/pull/3353)
- add upctl by [@scop](https://github.com/scop) in \ 
[#3309](https://github.com/jdx/mise/pull/3309)
- Add `json-with-sources` option to settings ls by \ 
[@hverlin](https://github.com/hverlin) in \ 
[#3307](https://github.com/jdx/mise/pull/3307)
- add ripsecrets to registry.toml by \ 
[@boris-smidt-klarrio](https://github.com/boris-smidt-klarrio) in \ 
[#3334](https://github.com/jdx/mise/pull/3334)
- Add kyverno-cli by \ 
[@boris-smidt-klarrio](https://github.com/boris-smidt-klarrio) in \ 
[#3336](https://github.com/jdx/mise/pull/3336)

### ๐Ÿ› Bug Fixes

- add exec to `mise g git-pre-commit` by [@jdx](https://github.com/jdx) in \ 
[27a3aef](https://github.com/jdx/mise/commit/27a3aefa767c8ef142009dd54c4d7dcc19c235b2)
- bake gpg keys in by [@jdx](https://github.com/jdx) in \ 
[#3318](https://github.com/jdx/mise/pull/3318)
- deprecate `mise local|global` by [@jdx](https://github.com/jdx) in \ 
[#3350](https://github.com/jdx/mise/pull/3350)

### ๐Ÿšœ Refactor

- use aqua for ruff by [@scop](https://github.com/scop) in \ 
[#3316](https://github.com/jdx/mise/pull/3316)

### ๐Ÿ“š Documentation

- add terraform recipe to the cookbook by \ 
[@AliSajid](https://github.com/AliSajid) in \ 
[#3305](https://github.com/jdx/mise/pull/3305)
- fix git examples for cargo backend by [@tmeijn](https://github.com/tmeijn) in \ 
[#3335](https://github.com/jdx/mise/pull/3335)

### ๐Ÿงช Testing

- remove non-working maven test by [@jdx](https://github.com/jdx) in \ 
[5a3ed16](https://github.com/jdx/mise/commit/5a3ed16efb29dbf80f5ac251eec39e3a462d2219)
- remove gleam by [@jdx](https://github.com/jdx) in \ 
[fdfe20b](https://github.com/jdx/mise/commit/fdfe20b32b16b835655551d3f12b5d6e90856b2e)
- use latest golang in e2e test by [@jdx](https://github.com/jdx) in \ 
[#3349](https://github.com/jdx/mise/pull/3349)

### ๐Ÿ” Other Changes

- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \ 
[5071419](https://github.com/jdx/mise/commit/5071419b988d3655b87e7413a4577fab2684ddf8)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \ 
[fcc6b59](https://github.com/jdx/mise/commit/fcc6b59740306ee2065f365d230b30abbefcc7d2)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \ 
[039b19d](https://github.com/jdx/mise/commit/039b19dd9dc68e3047b23127483af2f9efd11e1b)
- Update configuration.md by [@jdx](https://github.com/jdx) in \ 
[b0cac9e](https://github.com/jdx/mise/commit/b0cac9e7573ccb5dd70c3b3b1e53a0a7911c2e18)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \ 
[9347be8](https://github.com/jdx/mise/commit/9347be89a9a86c0bde40c3986c01b98e4f8d68b8)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \ 
[1cfc822](https://github.com/jdx/mise/commit/1cfc8228541c98111c36c5470323f9fe52d2125f)
- Update registry.toml by [@jdx](https://github.com/jdx) in \ 
[5a28860](https://github.com/jdx/mise/commit/5a28860ac7f8d81194926d6b14eb394ecbe7dc0d)
- upgrade usage-lib by [@jdx](https://github.com/jdx) in \ 
[554d533](https://github.com/jdx/mise/commit/554d533a253a137c27c5cdac6da2ae09629029dc)
- add rust to core tools list by [@gurgelio](https://github.com/gurgelio) in \ 
[#3341](https://github.com/jdx/mise/pull/3341)
- use asdf:mise-plugins/mise-nim by [@jdx](https://github.com/jdx) in \ 
[#3352](https://github.com/jdx/mise/pull/3352)

### New Contributors

- @gurgelio made their first contribution in \ 
[#3341](https://github.com/jdx/mise/pull/3341)
- @tmeijn made their first contribution in \ 
[#3335](https://github.com/jdx/mise/pull/3335)
- @boris-smidt-klarrio made their first contribution in \ 
[#3336](https://github.com/jdx/mise/pull/3336)
- @AliSajid made their first contribution in \ 
[#3305](https://github.com/jdx/mise/pull/3305)

## [2024.11.37](https://github.com/jdx/mise/compare/v2024.11.36..v2024.11.37) - \ 
2024-11-30

### ๐Ÿš€ Features

- add black by [@scop](https://github.com/scop) in \ 
[#3292](https://github.com/jdx/mise/pull/3292)
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in \ 
[40f92c6](https://github.com/jdx/mise/commit/40f92c6b0e1fefd171dd44ee9f62f1f597ee352c)

### ๐Ÿ› Bug Fixes

- handle General/Complex Versioning in --bump by \ 
[@liskin](https://github.com/liskin) in \ 
[#2889](https://github.com/jdx/mise/pull/2889)
- broken path example by [@minddust](https://github.com/minddust) in \ 
[#3296](https://github.com/jdx/mise/pull/3296)
- swift path on macos by [@jdx](https://github.com/jdx) in \ 
[#3299](https://github.com/jdx/mise/pull/3299)
- do not auto-install on `mise x` if some tools are passed by \ 
[@jdx](https://github.com/jdx) in \ 
[35d31a1](https://github.com/jdx/mise/commit/35d31a1baf96fe6f0e764e26228c1b03ba24ddce)
- fix: also make certain we are not auto installing inside shims by checking by \ 
[@jdx](https://github.com/jdx) in \ 
[b0c4a74](https://github.com/jdx/mise/commit/b0c4a749309064825852041d8d72c7eac9fb116c)
- cache github release information for 24 hours by \ 
[@jdx](https://github.com/jdx) in [#3300](https://github.com/jdx/mise/pull/3300)

### ๐Ÿšœ Refactor

- use aqua for snyk by [@scop](https://github.com/scop) in \ 
[#3290](https://github.com/jdx/mise/pull/3290)

### ๐Ÿ” Other Changes

- Revert "fix: always prefer glibc to musl in mise run " by \ 
[@jdx](https://github.com/jdx) in [#3298](https://github.com/jdx/mise/pull/3298)
- bump expr-lang by [@jdx](https://github.com/jdx) in \ 
[#3297](https://github.com/jdx/mise/pull/3297)
- mise up --bump by [@jdx](https://github.com/jdx) in \ 
[6872b54](https://github.com/jdx/mise/commit/6872b5469622140335a12131dfa4acf310fc0c2a)
- update mise.lock by [@jdx](https://github.com/jdx) in \ 
[4c12502](https://github.com/jdx/mise/commit/4c12502c459ba2e214689c3f55d964b8f75966af)
- disable tool tests until I can sort out gh rate limit issues by \ 
[@jdx](https://github.com/jdx) in \ 
[f42f010](https://github.com/jdx/mise/commit/f42f010f03a57cab128290c0b9d936fd7a90c785)

### New Contributors

- @minddust made their first contribution in \ 
[#3296](https://github.com/jdx/mise/pull/3296)

## [2024.11.36](https://github.com/jdx/mise/compare/v2024.11.35..v2024.11.36) - \ 
2024-11-29

### ๐Ÿ” Other Changes

- mise i by [@jdx](https://github.com/jdx) in \ 
[8150732](https://github.com/jdx/mise/commit/81507327e7f1c9f2137b3dadcf35a8245d43a8ba)

## [2024.11.35](https://github.com/jdx/mise/compare/v2024.11.34..v2024.11.35) - \ 
2024-11-29

### ๐Ÿš€ Features

- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in \ 
[#3279](https://github.com/jdx/mise/pull/3279)

### ๐Ÿ› Bug Fixes

- remove conflicting MISE_SHELL setting by [@jdx](https://github.com/jdx) in \ 
[#3284](https://github.com/jdx/mise/pull/3284)

### ๐Ÿšœ Refactor

- simplify __MISE_WATCH variable to only contain the most recent timestamp by \ 
[@jdx](https://github.com/jdx) in [#3282](https://github.com/jdx/mise/pull/3282)

### ๐Ÿงช Testing

- remove unnecessary cargo-binstall test by [@jdx](https://github.com/jdx) in \ 
[0a4da7a](https://github.com/jdx/mise/commit/0a4da7a023b1cb969b732afd3ad4b3cf02c42530)

### ๐Ÿ” Other Changes

- dont require build-windows before unit-windows by \ 
[@jdx](https://github.com/jdx) in \ 
[c85e2ec](https://github.com/jdx/mise/commit/c85e2ec77193d73ff20d4ce8fb7e3787a6db223d)
   2024-11-29 09:34:03 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.11.34

v2024.11.34 Latest
๐Ÿš€ Features

    fragmented configs by @jdx in #3273
    hooks by @jdx in #3256
    added MISE_TASK_DISABLE_PATHS setting by @jdx in 9c2e6e4
    gpg verification for node by @jdx in #3277

๐Ÿ› Bug Fixes

    make _.file and _.source optional if the file is missing by @jdx in #3275
    prevent deadlock when resetting by @jdx in 8e6d093
    prevent deadlock when resetting by @jdx in 201ba90
    prevent deadlock when resetting by @jdx in 169338a

๐Ÿšœ Refactor

    clean up arcs by @jdx in f49d330

๐Ÿ“š Documentation

    added hooks to sidebar by @jdx in 4bbc340
    added swift to sidebar by @jdx in bc06cbf

๐Ÿ” Other Changes

    skip checkov test by @jdx in 2ae18a3
    added timeout for release-plz by @jdx in dae4bc3
    remove coverage by @jdx in #3278

v2024.11.33
๐Ÿš€ Features

    respect --quiet in mise run by @jdx in #3257
    added special "_" portion of mise.toml for custom data by @jdx in #3259
    breaking added MISE_OVERRIDE_CONFIG_FILENAMES config by @jdx in #3266
    added swift by @jdx in #3271

๐Ÿ› Bug Fixes

    (spm) git proxy config by @jdx in #3264
    clean up some windows error cases by @jdx in #3255
    run hook-env on directory change by @jdx in #3258
    always prefer glibc to musl in mise run by @jdx in #3261
    issue with non-default backends not getting tool options by @jdx in #3265
    explicitly stop progress bars when exiting by @jdx in #3272

๐Ÿšœ Refactor

    use aqua for shellcheck by @scop in #3270
    use aqua for goreleaser by @scop in #3269
    use aqua for golangci-lint by @scop in #3268

๐Ÿ“š Documentation

    describe mise behavior when mise version is lower than min_version by \ 
@erickguan in #2994

๐Ÿ” Other Changes

    wait for gh rate limit if expended by @jdx in #3251
    set github token for docs job by @jdx in 908dd18
    skip hyperfine unless on release pr by @jdx in #3253
    move tasks dir so it doesnt show up in unrelated projects by @jdx in #3254
    Update comparison-to-asdf.md by @jdx in fe50c72
    added "en" command by @jdx in #1697
   2024-11-28 09:43:49 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/mise: update to 2024.11.32

v2024.11.32
๐Ÿš€ Features

    allow running tasks without mise run, e.g.: mise test as shorthand for mise \ 
run test by @jdx in #3235
    default task directory config by @jdx in #3238
    standalone tasks by @jdx in #3240
    automatic uv venv activation by @jdx in #3239
    migrate more tools away from asdf by @jdx in #3242
    add committed by @scop in #3247
    use ubi for figma-export by @jdx in 19dbeac
    add vacuum by @scop in #3249

๐Ÿ› Bug Fixes

    skip _.source files if not present by @jdx in #3236
    rust idiomatic file parsing by @jdx in #3241
    automatic reinstall of uvx tools during python upgrades by @jdx in #3243

๐Ÿšœ Refactor

    use aqua for shfmt by @scop in #3244
    use aqua for lefthook by @scop in #3246
    use aqua for nfpm by @scop in #3248

๐Ÿ“š Documentation

    correction in aqua by @jdx in b7de2f3
    typo by @jdx in 98aa6bd

๐Ÿ” Other Changes

    bump tabled by @jdx in #3245
    fix tools tests on release branch by @jdx in 675a2b0
    fix tools tests on release branch by @jdx in 130c3a4
    Mention the fish shell's automatic activation in the Quickstart section by \ 
@rmacklin in #2295
    fix tools tests on release branch by @jdx in 9feb3b6

v2024.11.31
๐Ÿš€ Features

    rust in core by @jdx in #3219

๐Ÿ› Bug Fixes

    use tv.pathname() in mise ls by @jdx in #3217
    show gh rate limit reset time by @jdx in #3221
    add @Version back into show_tools by @jdx in fd7d8d1
    use pipx for yamllint by @jdx in #3227
    remove shims directory in mise activate by @jdx in #3232

๐Ÿšœ Refactor

    remove duplicate remote_versions_caches by @jdx in #3220

๐Ÿ“š Documentation

    rename legacy version files to idiomatic version files by @jdx in #3216
    document aqua better by @jdx in #3234

๐ŸŽจ Styling

    spelling and grammar fixes by @scop in #3225

๐Ÿงช Testing

    move some unit tests to e2e by @jdx in #3218
    migrate tests from unit to e2e by @jdx in #3231

Next | Query returned 33 messages, browsing 1 to 10 | Previous