A feature-focused release adding vfox plugin env redaction, Deno devEngines support, and a new Rust default_host setting.
Highlights
-
Vfox env var redaction — Vfox plugins can now request that specific environment variables be redacted from logs and debug output by returning a
redactfield inMiseEnvResult. Useful for plugins that inject secrets or tokens. #8166 -
Deno devEngines.runtime support — Mise now reads the
devEngines.runtimefield frompackage.jsonto auto-detect the desired Deno version, matching the same convention already supported for Node. Thanks @risu729! #8144 -
default_hostsetting for Rust — A newrust.default_hostsetting lets you override the Rust target triple used during installation, useful for cross-compilation setups. Thanks @aacebedo! #8154 -
Aqua
github_contentpackage support — The aqua backend now supports packages hosted via GitHub content downloads (not just releases). Thanks @risu729! #8147
Bug Fixes
mise editwhitespace — TOML values edited viamise editno longer retain extra formatting whitespace. #8162--lockedfor python/ubi — The--lockedflag now works correctly with python and ubi backends. #8163- npm update notifier — The npm update notifier is now suppressed during
npm install, preventing spurious output. Thanks @risu729! #8152 - Asset matcher vsix penalty —
.vsixfiles are now deprioritized in asset matching, preventing incorrect downloads. Thanks @risu729! #8151 - JSON schema updates — Added missing
task_templates,extends, andtimeoutfields to the mise.json schema. Thanks @risu729! #8145
New Contributors
Welcome @joaommartins! #8133
Note: This release has no attached binary assets. The v2026.2.14 tag was created successfully but the GitHub Actions workflow that publishes release artifacts did not trigger for the tag push. The binaries for this version are functionally identical to v2026.2.15 minus the additional fixes in that release. Use v2026.2.15 instead.