Releases: jdx/mise
Releases · jdx/mise
v2024.10.13
🚀 Features
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
v2024.10.12
🚀 Features
- (registry) Use ubi for delta, fd, gohugo, hyperfine, just, tokei, xh by @vrslev in #2836
- accept argument for
mise registry
by @jdx in #2841 - allow listing all versions from github by @jdx in #2844
- lockfiles by @jdx in #2839
🐛 Bug Fixes
- allow passing ubi:[exe=] on the command line by @jdx in #2843
- pass ubi config from mise.toml by @jdx in #2842
🚜 Refactor
📚 Documentation
🔍 Other Changes
v2024.10.11
🚀 Features
- (registry) add ubi as primary backend for additional tools by @jimeh in #2827
- (registry) add various new tools by @jimeh in #2833
- add ubi backend for eza by @yodatak in #2823
- added env-only plugin support by @jdx in #2832
🐛 Bug Fixes
📚 Documentation
- add header to registry by @jdx in 2b518f9
- add vfox to registry by @jdx in ba01ad6
- added rel=canonical tags by @jdx in 19869b6
- added rel=canonical tags by @jdx in b2a95a4
⚡ Performance
- memoize CLI loading by @jdx in #2826
- improve shim loading by @jdx in #2828
- eager load some data to improve performance by @jdx in #2829
- eager load plugin/backend data by @jdx in #2830
🧪 Testing
🔍 Other Changes
New Contributors
v2024.10.10
🚀 Features
- automatically hide hints after displayed once by @jdx in #2807
- add ubi installers for various tools by @BurnerWah in #2801
🐛 Bug Fixes
- upgrade --bump with non-semver versions by @jdx in #2809
- parsing default task arg/flags by @jdx in #2810
- attempt ubi installs with/without "v" prefix if they fail by @jdx in #2813
- add cargo-binstall as dependency of cargo backend by @jdx in #2811
- use GITHUB_API_TOKEN or GITHUB_TOKEN by @jdx in #2815
- bug with ls-remote and "sub-" prefixes by @jdx in #2814
- autoinstalling on
mise x
when the tool is in the config by @jdx in #2816
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
- update rust crate confique to 0.3 by @renovate[bot] in #2803
v2024.10.9
🚀 Features
- add argc plugin to registry by @rgeraskin in #2790
- update markdownlint-cli2 in registry to use the npm backend by @BurnerWah in #2794
🐛 Bug Fixes
🔍 Other Changes
📦️ Dependency Updates
- update dependency vitepress to v1.4.1 by @renovate[bot] in #2780
New Contributors
- @yodatak made their first contribution in #2792
- @BurnerWah made their first contribution in #2794
- @rgeraskin made their first contribution in #2790
v2024.10.8
🚀 Features
- allow config ls to return JSON by @roele in #2775
- allow config ls to return JSON by @roele in #2776
- add {MISE_CONFIG_DIR}/config.{MISE_ENV}.local.toml to config lookup by @roele in #2783
🐛 Bug Fixes
- trim "v" prefix for ubi backend tools by @jdx in #2765
- Use ubi for sentry-cli by @jahands in #2767
- reset color of task prefixes by @jdx in #2772
- installing from behind a proxy shows git clone errors and does not work by @roele in #2782
- installing jq via new built-in ubi fails by @roele in #2771
📚 Documentation
- prettier by @jdx in e0d0f65
- add tip for conditional shims using TERM_PROGRAM by @htunnicliff in #2770
🔍 Other Changes
- add error context for installs by @jdx in c412b32
- Update ubi.md by @jdx in 8fd0685
- Update index.md by @jdx in 6e9f810
- Update ubi.md by @jdx in b1e54d4
- Update ubi.md by @jdx in 309454d
New Contributors
- @htunnicliff made their first contribution in #2770
v2024.10.7
v2024.10.5
v2024.10.4
v2024.10.3
🚀 Features
- improve dynamic settings by @jdx in #2731
- added --force flag to reshim by @jdx in #2734
- added
mise settings add
by @jdx in #2741 - improve task scheduling by @jdx in #2743
- include ubi into mise directly by @autarch in #2290
- allow passing arbitrary args to pipx/uvx by @jdx in #2746
- new cross-backend registry by @jdx in #2748
- enable colors for CI services that support it by @jdx in c892e27
🐛 Bug Fixes
- remove shims directory when running
mise x
by @jdx in #2735 - remove shims directory from PATH when executing shims by @jdx in #2736
- use same outdated logic for
mise ls
asmise outdated
by @jdx in #2737 - do not include shims dir in path_env when reinserting by @jdx in #2745
- automatically prefix ubi installs with "v" if not found by @jdx in #2747
- some issues with new registry by @jdx in 8ec6fb8
- only enable colors for stderr by @jdx in 8d57b99
🚜 Refactor
- move task deps into its own file by @jdx in bad9f68
- use settings singleton in more places by @jdx in #2742
- clean up
settings set
by @jdx in #2744
📚 Documentation
🔍 Other Changes
- ran prettier on project by @jdx in #2732
- Fix typo in method name: "depedency" => "dependency" by @autarch in #2738
- bump usage-lib by @jdx in f3a2e5f
- bump usage-lib by @jdx in 60f942d
- upgrade ubuntu version by @jdx in 978ea1a
- added registry.toml to crate by @jdx in be641ca