Skip to content

Releases: jdx/mise

v2025.1.0

01 Jan 20:29
v2025.1.0
ef6936a
Compare
Choose a tag to compare

🚀 Features

  • use aqua for gradle by @jdx in #3903
  • added completions to more commands by @jdx in #3910

🐛 Bug Fixes

  • panic when setting config value by @roele in #3823
  • add hidden settings/task --complete option by @jdx in #3902
  • handle panic when task contains invalid template by @jdx in #3904
  • missing checksums in mise.run script by @jdx in #3906
  • active flag for symlinked tools in mise ls --json by @jdx in #3907

📚 Documentation

v2024.12.24

31 Dec 01:08
v2024.12.24
b04359f
Compare
Choose a tag to compare

🐛 Bug Fixes

🔍 Other Changes

  • add commented out cleanup of old CLIs by @jdx in bb7e022

v2024.12.23

30 Dec 22:05
v2024.12.23
463335e
Compare
Choose a tag to compare

🐛 Bug Fixes

📚 Documentation

🔍 Other Changes

New Contributors

v2024.12.22

30 Dec 00:51
v2024.12.22
9d613b9
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • add : escaping for tasks with multiple colons by @eitamal in #3853
  • type issue in docs/JSON schema for python_create_args and uv_create_args by @roele in #3855

📚 Documentation

  • (settings) fix link to precompiled python binaries by @scop in #3851
  • Fix cargo install examples by @orf in #3862

🔍 Other Changes

  • Delete .github/ISSUE_TEMPLATE/blank.md by @jdx in 0a6b692
  • Delete .github/ISSUE_TEMPLATE/bug_report.md by @jdx in 951eab7
  • Create config.yml by @jdx in d167979
  • Delete .github/ISSUE_TEMPLATE/feature_request.md by @jdx in 1bb59d9
  • Create preapproved.md by @jdx in 51fa75e
  • Delete .github/ISSUE_TEMPLATE/preapproved.md by @jdx in 2b94fcf

New Contributors

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