Skip to content

Releases: jdx/mise

v2024.12.21

27 Dec 20:45
v2024.12.21
71ec24b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (python) force precompiled setting warning message syntax by @scop in #3850
  • zstd detection false positive on MacOS by @roele in #3845

📚 Documentation

  • fix incorrect examples that were causing 'expected a sequence' error by @ssbarnea in #3839

📦️ Dependency Updates

v2024.12.20

25 Dec 21:12
v2024.12.20
1fae2b0
Compare
Choose a tag to compare

🚀 Features

  • (hugo) add extended registry from aqua and keep only one registry with all aliases by @kilianpaquier in #3813
  • build erlang with all cores by @jdx in #3802
  • Modify install_rubygems_hook to place plugin in site_ruby directory by @zkhadikov in #3812

🐛 Bug Fixes

  • do not require "v" prefix in mise.run by @jdx in #3800
  • add checksum for macos-x86 by @jdx in #3815

📚 Documentation

🧪 Testing

New Contributors

v2024.12.19

23 Dec 19:30
v2024.12.19
82840ee
Compare
Choose a tag to compare

🚀 Features

🔍 Other Changes

v2024.12.18

23 Dec 16:36
v2024.12.18
6611ac0
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • hide task file extension in completions by @jdx in #3772
  • settings completions by @jdx in #3787

📚 Documentation

🧪 Testing

🔍 Other Changes

v2024.12.17

21 Dec 16:17
v2024.12.17
6abef71
Compare
Choose a tag to compare

🚀 Features

  • added a banner to mise --version by @jdx in #3748
  • add usage field to tasks by @jdx in #3746
  • added keep-order task output type by @jdx in #3763
  • replacing task output type by @jdx in #3764
  • added timed task output type by @jdx in #3766

🐛 Bug Fixes

📚 Documentation

🧪 Testing

🔍 Other Changes

v2024.12.16

20 Dec 20:23
v2024.12.16
851f279
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • (ruby) fix Ruby plugin to use ruby_install option correctly by @yuhr in #3732
  • mise run shorthand with options by @jdx in #3719
  • zig on windows by @jdx in #3739
  • allow using previously defined vars by @jdx in #3741
  • make --help consistent with mise run and mise <task> by @jdx in #3723
  • use implicit keys for mise config set by @jdx in #3744

📚 Documentation

  • update cookbook by @hverlin in #3718
  • remove reference to deprecated asdf_compat functionality by @jdx in 03a2afb
  • describe behavior of run --output better by @jdx in #3740

🔍 Other Changes

📦️ Dependency Updates

New Contributors

v2024.12.15

19 Dec 19:08
v2024.12.15
0d37f33
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • retain "os" options in mise up --bump by @jdx in #3688
  • unnest task cmd output by @jdx in #3691
  • ensure MISE_PROJECT_ROOT is set with no mise.toml by @jdx in #3695
  • create venv uses absolute tool paths by @syhol in #3698
  • jj repository moved to an organization by @phyrog in #3703
  • disable reverse uv syncing by @jdx in #3704
  • add full tera context to tasks by @jdx in #3708
  • powershell warning by @jdx in #3713

🚜 Refactor

  • (registry) use aqua for more tools by @scop in #3614
  • (registry) use aqua:skaji/relocatable-perl for perl by @scop in #3716
  • switch to std::sync::LazyLock by @jdx in #3707

📚 Documentation

🧪 Testing

  • fix conduit test for new structure by @jdx in 8691331

🔍 Other Changes

New Contributors

v2024.12.14

18 Dec 19:18
v2024.12.14
ac3079c
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Can not find the bin files when using python venv on windows by @NavyD in #3664
  • render tasks in task files by @risu729 in #3666
  • dont require run script for task add by @jdx in #3675
  • auto-trust on task add by @jdx in #3676
  • completions getting wrapped in quotes by @jdx in #3679
  • pass pristine env to tera in final_env by @risu729 in #3682
  • trap panics in task resolving by @jdx in #3677

📚 Documentation

🧪 Testing

  • add test cases for venv templates by @jdx in #3683

🔍 Other Changes

New Contributors

v2024.12.13

17 Dec 22:24
v2024.12.13
c970664
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • run venv after tools are loaded by @jdx in #3612
  • some improvements to mise fmt by @jdx in #3615
  • always run postinstall hook by @jdx in #3618
  • move bat from aqua to ubi by @jdx in 60d0c79
  • do not require version for mise sh --unset by @jdx in #3628
  • back nomad with nomad, not levant by @rliebz in #3633
  • correct python precompiled urls for freebsd by @jdx in #3637
  • bug fixes with tools=true in env by @jdx in #3639
  • sort keys in __MISE_DIFF to make the serialised value deterministic by @joshbode in #3640
  • resolve config_root for dir tasks option by @risu729 in #3649

📚 Documentation

🔍 Other Changes

  • format toml with taplo by @jdx in #3625
  • add platform field to registry backends by @jdx in #3626

New Contributors

v2024.12.12

16 Dec 18:42
v2024.12.12
2d9d289
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

📚 Documentation

  • improve settings a bit by @jdx in d53d011
  • Install on Windows - Update doc on install on Windows with Scoop and WinGet + fix NOTE section by @o-l-a-v in #3604
  • remove note about winget by @jdx in 9c0c1ce

🔍 Other Changes

  • disable automatic cargo up on release by @jdx in 3f0d91a

New Contributors