Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jdx/mise

v2025.10.16

23 Oct 20:06
Immutable release. Only release title and notes can be modified.
v2025.10.16
4474646

Choose a tag to compare

2025.10.16 - 2025-10-23

🚀 Features

🐛 Bug Fixes

📚 Documentation

New Contributors

v2025.10.15

22 Oct 15:14
Immutable release. Only release title and notes can be modified.
v2025.10.15
3dd5149

Choose a tag to compare

2025.10.15 - 2025-10-22

🚀 Features

  • (aqua) use GitHub API digests for release asset checksums by @jdx in #6720
  • (github) use GitHub API digests for release asset checksums by @jdx in #6721
  • (plugins) automatically install backend plugins by @roele in #6696
  • (tasks) add choices to flag() and enable naked runs with task flags by @jdx in #6707

🐛 Bug Fixes

  • (config) show trust error instead of silently skipping untrusted configs by @jdx in #6715
  • (env) handle non-ASCII environment variables gracefully by @arnodirlam in #6708
  • (nix) add cmakeMinimal to nativeBuildInputs by @okuuva in #6691
  • (tasks) load project env vars for global tasks with dir="{{cwd}}" by @jdx in #6717

📦️ Dependency Updates

  • update gh to latest (2.82.1) by @jdx in #6718

New Contributors

v2025.10.14

21 Oct 18:36
Immutable release. Only release title and notes can be modified.
v2025.10.14
fbdfaf4

Choose a tag to compare

2025.10.14 - 2025-10-21

🚀 Features

  • (tasks) add env var support for args/flags in usage specs by @jdx in #6704

🐛 Bug Fixes

  • (release) prevent S3 rate limiting errors during CDN upload by @jdx in #6705

📚 Documentation

  • add comprehensive documentation for environment plugins by @jdx in #6702

📦️ Dependency Updates

  • bump mlua from 0.11.0-beta.3 to 0.11 by @jdx in #6701

v2025.10.13

21 Oct 16:14
Immutable release. Only release title and notes can be modified.
v2025.10.13
4638442

Choose a tag to compare

2025.10.13 - 2025-10-21

🐛 Bug Fixes

  • (revert) fix(deps): update rust crate ubi to 0.8.2 by @nekrich in #6700

📚 Documentation

  • Add fnox as recommended secret management option by @jdx in #6698

New Contributors

v2025.10.12

20 Oct 13:28
Immutable release. Only release title and notes can be modified.
v2025.10.12
f85e167

Choose a tag to compare

2025.10.12 - 2025-10-20

🐛 Bug Fixes

  • (rust) preserve original PATH entries when managing tool paths by @jdx in #6689

📦️ Dependency Updates

v2025.10.11

18 Oct 13:05
Immutable release. Only release title and notes can be modified.
v2025.10.11
0316984

Choose a tag to compare

2025.10.11 - 2025-10-18

🚀 Features

  • remove experimental labels from stable features by @jdx in #6684

🐛 Bug Fixes

  • (tasks) resolve :task patterns in run blocks for monorepo tasks by @LER0ever in #6682

📚 Documentation

📦️ Dependency Updates

  • update docker/dockerfile:1 docker digest to b6afd42 by @renovate[bot] in #6675
  • update fedora:43 docker digest to 2ad3073 by @renovate[bot] in #6676

New Contributors

v2025.10.10

16 Oct 14:45
Immutable release. Only release title and notes can be modified.
v2025.10.10
c2545ad

Choose a tag to compare

2025.10.10 - 2025-10-16

🐛 Bug Fixes

  • (backend) sync parent directory after removing incomplete marker by @EronWright in #6668
  • (tasks) improve error message for untrusted config files by @jdx in #6672
  • fix(deps) Revert "fix(deps): update rust crate ubi to 0.8 " by @swgillespie in #6652

New Contributors

v2025.10.9

15 Oct 15:45
Immutable release. Only release title and notes can be modified.
v2025.10.9
fde966b

Choose a tag to compare

2025.10.9 - 2025-10-15

🐛 Bug Fixes

  • (docs) add missing config file path by @azais-corentin in #6658
  • (task) resolve monorepo dependency chains with local task references by @jdx in #6665
  • (ui) add terminal detection for OSC 9;4 progress sequences by @jdx in #6657

📚 Documentation

  • fix aqua package info in CHANGELOG.md by @jdx in #6664

New Contributors

v2025.10.8

13 Oct 14:03
Immutable release. Only release title and notes can be modified.
v2025.10.8
ce1cfb9

Choose a tag to compare

2025.10.8 - 2025-10-13

📦 Registry

🚀 Features

🐛 Bug Fixes

  • (cli) make mise //foo equivalent to mise run //foo by @neongreen in #6641
  • (config) load MISE_ENV configs for monorepo tasks by @jdx in #6624
  • improve ... pattern matching for monorepo tasks by @neongreen in #6635

🛡️ Security

  • (security) use HTTPS instead of HTTP for version hosts by @jdx in #6638

📦️ Dependency Updates

New Contributors

v2025.10.7

10 Oct 02:36
Immutable release. Only release title and notes can be modified.
v2025.10.7
d42c349

Choose a tag to compare

2025.10.7 - 2025-10-10

📦 Registry

🚀 Features

  • (config) Add a ceiling to how mise searchs for config & tasks by @richardthe3rd in #6041
  • (release) include aqua-registry updates in changelog and release notes by @jdx in #6623

🐛 Bug Fixes

  • (task) use config_root instead of project_root for task base path by @risu729 in #6609
  • (task) resolve project tasks in run blocks using TaskLoadContext by @jdx in #6614
  • (task) dont truncate task message when CI is set by @roele in #6620
  • (tasks) restore MISE_ENV environment inheritance for tasks by @glasser in #6621
  • (ui) prevent OSC 9;4 progress sequences from being written to non-terminals by @jdx in #6615

Chore

  • remove cosign/slsa-verifier from mise.toml by @jdx in #6616

New Contributors