🚀 Features
- added selector for
mise use
with no args by @jdx in #3570 - added tool descriptions by @jdx in #3571
- added
mise sync python --uv
by @jdx in #3575 sync ruby --brew
by @jdx in #3577- encrypted configs by @jdx in #3584
- added
mise --no-config
by @jdx in #3590 - allow _.file in vars by @jdx in #3593
🐛 Bug Fixes
- (python) reduce network usage for python precompiled manifests by @jdx in #3568
- (python) check only if first or specified python is installed for _.venv by @jdx in #3576
- (swift) prevent swift from using linux platforms that are not available by @jdx in #3583
- correct headers on
mise ls
by @jdx in 5af3b17 - correct message truncation in
mise run
by @jdx in c668857 - include uv in path for hook-env by @jdx in #3572
- correct subtitle in
mise use
selector by @jdx in 4be6d79 - some bugs with status.show_tools and status.show_env by @jdx in #3586
- use task.display_name for
mise run
by @jdx in a009de1 - path is treated differently in nushell by @samuelallan72 in #3592
- allow number/bool in .env.json by @jdx in #3594
🚜 Refactor
📚 Documentation
- better warning when venv auto create is skipped by @syhol in #3573
- added rendered go settings by @jdx in b41c3dd
🔍 Other Changes
- Update comparison-to-asdf.md by @jdx in e7715c8
- Update task-configuration.md by @jdx in e3586b7
- Update contributing.md by @jdx in 80d5b8d
- Fix concat for nushell script by @samuelallan72 in #3591
- use sudo for apt by @fhalim in #3595