Releases: jdx/mise
Releases Β· jdx/mise
v2024.11.32
π Features
- allow running tasks without
mise run
, e.g.:mise test
as shorthand formise 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
π 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
New Contributors
v2024.11.31
π Features
π 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
π Documentation
- rename legacy version files to idiomatic version files by @jdx in #3216
- document aqua better by @jdx in #3234
π¨ Styling
π§ͺ Testing
v2024.11.30
π Features
- migrate wren-cli to ubi by @jdx in #3193
- migrate more tools away from asdf by @jdx in #3202
- automatically set
set -e
in toml tasks by @jdx in #3215 - added MISE_ORIGINAL_CWD to tasks by @jdx in #3214
- add ruby backend by @andrewthauer in #1657
- migrate more tools away from asdf by @jdx in #3205
π Bug Fixes
- Make Rebar backend depend on Erlang by @eproxus in #3197
- trust system/global config by default by @jdx in #3201
- use tv.short in show_tools by @jdx in #3213
π Documentation
π§ͺ Testing
π Other Changes
- bump expr-lang by @jdx in #3199
- add aqua-registry as submodule by @jdx in #3204
- Update plugins.md by @jdx in 1a38802
- Update plugins.md by @jdx in 8ca6f5f
- Update plugins.md by @jdx in c82d4d7
New Contributors
v2024.11.29
π Features
- (env) Allow exporting env vars as dotenv format by @miguelmig in #3185
- move more tools away from asdf by @jdx in #3184
- use aqua for cargo-binstall by @jdx in #3182
π Bug Fixes
- use shift_remove by @jdx in #3188
- pass boolean tool options as strings by @jdx in #3191
- move semver cmp errors to debug by @jdx in ab4e638
- show more accurate error if no tasks are available by @jdx in e1b1b48
- move semver cmp errors to debug by @jdx in #3172
- use aqua for terraform by @jdx in #3192
π§ͺ Testing
π Other Changes
v2024.11.28
π Features
- migrate more tools away from asdf by @jdx in #3170
- auto-install tools on
mise run
by @jdx in #3181 - move more tools away from asdf by @jdx in #3179
π Bug Fixes
- allow passing integers to task env by @jdx in #3177
- remove __MISE_WATCH,__MISE_DIFF env vars on
mise deactivate
by @jdx in #3178
π Documentation
- (security) added information about checksums/cosign/slsa verification by @jdx in 1faef6e
- (security) added release gpg key by @jdx in 8f5dfd6
- typos by @jdx in #3173
π Other Changes
v2024.11.27
I rewrote the git history to remove what were mostly commits from the asdf registry repo that was included in this repo at one point so from now on the history should be clear and the CHANGELOG will reflect everything from this point. Older release information will still be available at https://github.com/jdx/mise/releases
v2024.11.26
v2024.11.25
v2024.11.24
π Features
- ignore config files after not trusting them by @jdx in #3128
- task vars by @jdx in #3130
- verify aqua packages with cosign and/or slsa when available by @jdx in #3151
- added
task_skip
setting by @jdx in #3154 - allow calling
mise settings foo=bar
as shorthand by @jdx in #3155
π Bug Fixes
- (cargo) added extra tool opts by @jdx in #3144
- hide MISE_GITHUB_TOKEN from
mise dr
by @jdx in #3135 - show password prompt when cloning and libgit2 is disabled by @jdx in #3138
- keep tools sorted by @jdx in #3148
- only use mise.toml files with lockfiles by @jdx in #3150
π Documentation
π§ͺ Testing
π Other Changes
- Add note about how config values are template but not the file itself by @syhol in #3137
- bump usage by @jdx in #3139
- simplify render:settings task by @jdx in #3142
- use versions host more to avoid rate limiting by @jdx in #3145
- simplify release-plz output by @mise-en-dev in b5bdf53
- disable versions host for
mise test-tool
by @mise-en-dev in c4d487e - cache mise tools by @jdx in #3147
- ran
pre-commit run --all-files
against codebase by @jdx in #3141 - run autofix on windows by @jdx in #3153