Skip to content

v2024.10.3

Compare
Choose a tag to compare
@mise-en-dev mise-en-dev released this 14 Oct 03:06
· 98 commits to main since this release
v2024.10.3
be641ca

๐Ÿš€ 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 as mise 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

New Contributors