|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2026.3.11](https://github.com/jdx/mise/compare/v2026.3.10..v2026.3.11) - 2026-03-22 |
| 4 | + |
| 5 | +### π Features |
| 6 | + |
| 7 | +- **(github)** read tokens from gh CLI hosts.yml config by @jdx in [#8692](https://github.com/jdx/mise/pull/8692) |
| 8 | +- **(task)** support optional `args` and `env` fields in `run` entries by @jdx in [#8687](https://github.com/jdx/mise/pull/8687) |
| 9 | +- **(task)** add --skip-tools flag to mise run by @jdx in [#8699](https://github.com/jdx/mise/pull/8699) |
| 10 | +- **(vfox)** add try_get, try_head, try_download_file to Lua HTTP module by @jdx in [#8697](https://github.com/jdx/mise/pull/8697) |
| 11 | + |
| 12 | +### π Bug Fixes |
| 13 | + |
| 14 | +- **(config)** recognize SSH and other non-HTTPS URLs in get_repo_url by @modestman in [#8666](https://github.com/jdx/mise/pull/8666) |
| 15 | +- **(docs)** add dark mode support to favicon by @jdx in [#8678](https://github.com/jdx/mise/pull/8678) |
| 16 | +- **(env)** support multiple --env/-E flags by @jdx in [#8686](https://github.com/jdx/mise/pull/8686) |
| 17 | +- **(github)** rename_exe renames correct binary when archive contains multiple executables by @jdx in [#8700](https://github.com/jdx/mise/pull/8700) |
| 18 | +- **(implode)** include system data dir in implode cleanup by @jdx in [#8696](https://github.com/jdx/mise/pull/8696) |
| 19 | +- **(install)** skip GitHub API calls for aqua tools in --locked mode by @jdx in [#8679](https://github.com/jdx/mise/pull/8679) |
| 20 | +- **(install)** skip redundant provenance verification when lockfile has integrity data by @jdx in [#8688](https://github.com/jdx/mise/pull/8688) |
| 21 | +- **(lock)** respect existing platforms in lockfile when running `mise lock` by @jdx in [#8708](https://github.com/jdx/mise/pull/8708) |
| 22 | +- **(lock)** skip global config lockfile by default by @jdx in [#8707](https://github.com/jdx/mise/pull/8707) |
| 23 | +- **(node)** expand tilde in default_packages_file path by @jdx in [#8709](https://github.com/jdx/mise/pull/8709) |
| 24 | +- **(shell)** error when no version specified instead of silent no-op by @jdx in [#8693](https://github.com/jdx/mise/pull/8693) |
| 25 | +- **(shim)** detect shims by checking shims directory instead of binary name by @jdx in [#8694](https://github.com/jdx/mise/pull/8694) |
| 26 | +- **(task)** inherit task_config.dir for included TOML and file tasks by @jdx in [#8689](https://github.com/jdx/mise/pull/8689) |
| 27 | +- **(task)** strip inline args when validating run.tasks references by @jdx in [#8701](https://github.com/jdx/mise/pull/8701) |
| 28 | +- **(task)** include idiomatic version files in monorepo task toolset by @jdx in [#8702](https://github.com/jdx/mise/pull/8702) |
| 29 | +- **(task)** improve error message when task files are not executable by @jdx in [#8705](https://github.com/jdx/mise/pull/8705) |
| 30 | +- **(test)** update vfox provenance test for checksum-backed skip by @jdx in [#8703](https://github.com/jdx/mise/pull/8703) |
| 31 | +- improve usage spec element support in tasks by @nkakouros in [#8623](https://github.com/jdx/mise/pull/8623) |
| 32 | +- make env plugin (Module) vars available in Tera template context by @victor-founder in [#8682](https://github.com/jdx/mise/pull/8682) |
| 33 | +- respect MISE_COLOR=0 for color_eyre error output by @jdx in [#8690](https://github.com/jdx/mise/pull/8690) |
| 34 | +- add windows support for usage tool registry by @jdx in [#8713](https://github.com/jdx/mise/pull/8713) |
| 35 | + |
| 36 | +### π Documentation |
| 37 | + |
| 38 | +- **(task)** clarify interactive task blocking behavior by @jdx in [#8685](https://github.com/jdx/mise/pull/8685) |
| 39 | +- improve visibility of install_before setting by @jdx in [#8712](https://github.com/jdx/mise/pull/8712) |
| 40 | + |
| 41 | +### π¦ Registry |
| 42 | + |
| 43 | +- add rtk ([github:rtk-ai/rtk](https://github.com/rtk-ai/rtk)) by @bricelalu in [#8683](https://github.com/jdx/mise/pull/8683) |
| 44 | + |
| 45 | +### New Contributors |
| 46 | + |
| 47 | +- @victor-founder made their first contribution in [#8682](https://github.com/jdx/mise/pull/8682) |
| 48 | +- @modestman made their first contribution in [#8666](https://github.com/jdx/mise/pull/8666) |
| 49 | +- @bricelalu made their first contribution in [#8683](https://github.com/jdx/mise/pull/8683) |
| 50 | + |
3 | 51 | ## [2026.3.10](https://github.com/jdx/mise/compare/v2026.3.9..v2026.3.10) - 2026-03-21 |
4 | 52 |
|
5 | 53 | ### π Bug Fixes |
|
0 commit comments