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

Skip to content

Tags: adamliang0/mise

Tags

v2026.2.19

Toggle v2026.2.19's commit message

Verified

This tag was signed with the committer’s verified signature.
- **(docs)** correct ripgrep command by @nguyenvulong in [jdx#8299](j…

…dx#8299)

- **(task)** skip setpgid for TTY stdin to fix interactive tasks by @jdx in [jdx#8301](jdx#8301)
- clean up empty parent install dir on failed install by @jdx in [jdx#8302](jdx#8302)

- **(release)** run communique via mise x for PATH resolution by @jdx in [jdx#8294](jdx#8294)

aqua-registry-v2026.2.15

Toggle aqua-registry-v2026.2.15's commit message

Verified

This tag was signed with the committer’s verified signature.
Release aqua-registry 2026.2.15

v2026.2.18

Toggle v2026.2.18's commit message

Verified

This tag was signed with the committer’s verified signature.
- **(install)** auto-lock all platforms after tool installation by @jdx…

… in [jdx#8277](jdx#8277)

- **(config)** respect --yes flag for config trust prompts by @jdx in [jdx#8288](jdx#8288)
- **(exec)** strip shims from PATH on Unix to prevent infinite recursion by @jdx in [jdx#8276](jdx#8276)
- **(install)** validate --locked before --dry-run short-circuit by @altendky in [jdx#8290](jdx#8290)
- **(release)** refresh PATH after mise up in release-plz by @jdx in [jdx#8292](jdx#8292)
- **(schema)** replace unevaluatedProperties with additionalProperties by @jdx in [jdx#8285](jdx#8285)
- **(task)** avoid duplicated stderr on task failure in replacing mode by @jdx in [jdx#8275](jdx#8275)
- **(task)** use process groups to kill child process trees on Unix by @jdx in [jdx#8279](jdx#8279)
- **(task)** run depends_post tasks even when parent task fails by @jdx in [jdx#8274](jdx#8274)
- **(task)** suggest similar commands when mistyping a CLI subcommand by @jdx in [jdx#8286](jdx#8286)
- **(task)** execute monorepo subdirectory prepare steps from root by @jdx in [jdx#8291](jdx#8291)
- **(upgrade)** don't force-reinstall already installed versions by @jdx in [jdx#8282](jdx#8282)
- **(watch)** restore terminal state after watchexec exits by @jdx in [jdx#8273](jdx#8273)

- clarify that MISE_CEILING_PATHS excludes the ceiling directory itself by @jdx in [jdx#8283](jdx#8283)

- replace gen-release-notes script with communique by @jdx in [jdx#8289](jdx#8289)

- @altendky made their first contribution in [jdx#8290](jdx#8290)

aqua-registry-v2026.2.14

Toggle aqua-registry-v2026.2.14's commit message

Verified

This tag was signed with the committer’s verified signature.
Release aqua-registry 2026.2.14

v2026.2.17

Toggle v2026.2.17's commit message

Verified

This tag was signed with the committer’s verified signature.
- **(prepare)** update mtime of outputs after command is run by @halms …

…in [jdx#8243](jdx#8243)

- **(install)** use backend bin paths for per-tool postinstall hooks by @jdx in [jdx#8234](jdx#8234)
- **(use)** write to config.toml instead of config.local.toml by @jdx in [jdx#8240](jdx#8240)
- default legacy .mise.backend installs to non-explicit by @jean-humann in [jdx#8245](jdx#8245)

- **(config)** consolidate flat task_* settings into nested task.* by @jdx in [jdx#8239](jdx#8239)

- **(prepare)** refactor common code into ProviderBase by @halms in [jdx#8246](jdx#8246)

aqua-registry-v2026.2.13

Toggle aqua-registry-v2026.2.13's commit message

Verified

This tag was signed with the committer’s verified signature.
Release aqua-registry 2026.2.13

v2026.2.16

Toggle v2026.2.16's commit message

Verified

This tag was signed with the committer’s verified signature.
- **(mcp)** add run_task tool for executing mise tasks by @joaommartins…

… in [jdx#8179](jdx#8179)

- **(node)** suggest setting node.flavor if the flavor is not found in mirror by @risu729 in [jdx#8206](jdx#8206)

- **(docs)** implement prefix prop in settings.vue component by @jdx in [jdx#8229](jdx#8229)
- **(github)** skip versions host for aliased backends with different registry by @jdx in [jdx#8221](jdx#8221)
- **(github)** show attestation verification success in progress output by @jdx in [jdx#8230](jdx#8230)
- **(java)** sort order for shorthand versions by @roele in [jdx#8197](jdx#8197)
- **(node)** migrate env vars to settings by @risu729 in [jdx#8200](jdx#8200)
- **(registry)** apply overrides in shims by @risu729 in [jdx#8199](jdx#8199)
- **(release)** support workflow_dispatch for manual release recovery by @jdx in [jdx#8213](jdx#8213)
- **(release)** avoid SIGPIPE failure in release-plz tag lookups by @jdx in [031430c](jdx@031430c)
- **(rust)** outdated rust versions show twice by @roele in [jdx#8209](jdx#8209)
- migrate MISE_CARGO_BINSTALL_ONLY to settings by @risu729 in [jdx#8202](jdx#8202)

- **(doctor)** fix subcommand in an example by @risu729 in [jdx#8198](jdx#8198)
- fix inaccuracies in architecture doc by @jdx in [jdx#8231](jdx#8231)

- build registry BTreeMap directly to avoid stack overflow by @risu729 in [jdx#8214](jdx#8214)

- add github backend for typst by @3w36zj6 in [jdx#8210](jdx#8210)
- add cargo-dist ([aqua:axodotdev/cargo-dist](https://github.com/axodotdev/cargo-dist)) by @risu729 in [jdx#8153](jdx#8153)
- add release-plz ([aqua:release-plz/release-plz](https://github.com/release-plz/release-plz)) by @risu729 in [jdx#8150](jdx#8150)

- **(test)** disable flaky Forgejo e2e test by @jdx in [jdx#8211](jdx#8211)

v2026.2.15

Toggle v2026.2.15's commit message

Verified

This tag was signed with the committer’s verified signature.
- **(task)** stream keep-order output in real-time per task by @jdx in [

jdx#8164](jdx#8164)

- **(aqua)** resolve lockfile artifacts for target platform (fix discussion jdx#7479) by @mackwic in [jdx#8183](jdx#8183)
- **(exec)** strip shims from PATH to prevent recursive shim execution by @jdx in [jdx#8189](jdx#8189)
- **(hook-env)** preserve PATH reordering done after activation by @jdx in [jdx#8190](jdx#8190)
- **(lockfile)** resolve version aliases before lockfile lookup by @jdx in [jdx#8194](jdx#8194)
- **(registry)** set helm-diff archive bin name to diff by @jean-humann in [jdx#8173](jdx#8173)
- **(task)** improve source freshness checks with dynamic task dirs by @rooperuu in [jdx#8169](jdx#8169)
- **(task)** resolve global tasks when running from monorepo root by @jdx in [jdx#8192](jdx#8192)
- **(task)** prevent wildcard glob `test:*` from matching parent task `test` by @jdx in [jdx#8165](jdx#8165)
- **(task)** resolve task_config.includes relative to config root by @jdx in [jdx#8193](jdx#8193)
- **(upgrade)** skip untrusted tracked configs during upgrade by @jdx in [jdx#8195](jdx#8195)

- use enum for npm.pacakge_manager by @risu729 in [jdx#8180](jdx#8180)

- **(plugins)** replace node/asdf-nodejs examples with vfox plugins by @jdx in [jdx#8191](jdx#8191)

- call npm view only once by @risu729 in [jdx#8181](jdx#8181)

- @jean-humann made their first contribution in [jdx#8173](jdx#8173)
- @mackwic made their first contribution in [jdx#8183](jdx#8183)
- @rooperuu made their first contribution in [jdx#8169](jdx#8169)

aqua-registry-v2026.2.12

Toggle aqua-registry-v2026.2.12's commit message

Verified

This tag was signed with the committer’s verified signature.
Release aqua-registry 2026.2.12

vfox-v2026.2.5

Toggle vfox-v2026.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
Release vfox 2026.2.5