Skip to content

Releases: jdx/mise

v2023.12.35

23 Dec 02:27
Compare
Choose a tag to compare

What's Changed

  • test: fix alpine builds by @jdx in #1239
  • plugins: hide hidden files as versions by @jdx in #1240
  • upgrade: added "up" alias by @jdx in #1241
  • readme: added aliases by @jdx in #1242
  • CI: disable codecov + mega linter comments on PRs (too noisy) by @jdx in #1243
  • CI: codacy by @jdx in #1244
  • style: use consistent colors for tools/plugins by @jdx in #1245
  • trust: added --all flag by @jdx in #1246
  • perf: skip loading config object before launching command by @jdx in #1251
  • shims: do not assume something is a shim by @jdx in #1252
  • hook-env: move exit-early logic into function by @jdx in #1253
  • config: simplify tracking by @jdx in #1254

Full Changelog: v2023.12.34...v2023.12.35

v2023.12.34

21 Dec 19:04
Compare
Choose a tag to compare

What's Changed

  • hook-env: added warning back for missing installs by @jdx in #1230
  • use rtxwarn for warnings by @jdx in #1231
  • plugin-update: fix git repo url fetching by @jdx in #1232
  • show missing version message on more commands by @jdx in #1233
  • logger: clean up warn/error logging by @jdx in #1235
  • logger: clean up warn/error logging by @jdx in #1236
  • cli-parser: consolidate CLI parsing logic by @jdx in #1237
  • logging: pipe log level settings to plugins by @jdx in #1238

Full Changelog: v2023.12.33...v2023.12.34

v2023.12.33

21 Dec 12:53
Compare
Choose a tag to compare

What's Changed

  • plugins-install: install in parallel by @jdx in #1226
  • make system directory configurable by @jdx in #1227
  • upgrade: added --interactive by @jdx in #1228
  • confirm: switch to demand from dialogeur by @jdx in #1229

Full Changelog: v2023.12.32...v2023.12.33

v2023.12.32

21 Dec 02:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.12.31...v2023.12.32

v2023.12.31

19 Dec 23:56
Compare
Choose a tag to compare

What's Changed

  • ruby: only warn if build tool cannot update by @jdx in #1212
  • export short paths by @jdx in #1214
  • erlang: fix caching problems by @jdx in #1215
  • uninstall: only uninstall 1 version if exact match by @jdx in #1217

Full Changelog: v2023.12.30...v2023.12.31

v2023.12.30

16 Dec 20:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.12.29...v2023.12.30

v2023.12.29

15 Dec 19:37
Compare
Choose a tag to compare

What's Changed

  • tweak output layout by @jdx in #1191
  • system by @jdx in #1193
  • fix indicatif progress bars in dev mode by @jdx in #1195
  • added system config lookup (/etc/rtx/config.toml) by @jdx in #1194
  • java: disable rtx-versions by @jdx in #1197

Full Changelog: v2023.12.28...v2023.12.29

v2023.12.28

15 Dec 05:09
Compare
Choose a tag to compare

What's Changed

  • trust: find .rtx.local.toml files by @jdx in #1183
  • shims: fix bug that displayed debug info if -v or -vv was passed by @jdx in #1184
  • plugin-update: update in parallel by @jdx in #1186
  • verbose: improve verbose progress bar output by @jdx in #1187
  • config-files: added new CLI topic by @jdx in #1189
  • various CLI improvements by @jdx in #1190

Full Changelog: v2023.12.27...v2023.12.28

v2023.12.27

14 Dec 12:06
Compare
Choose a tag to compare

What's Changed

  • refactor: make env::ARGS a singleton by @jdx in #1172
  • refactor: parse CLI into settings partial by @jdx in #1173
  • settings refactor by @jdx in #1174
  • settings refactor by @jdx in #1175
  • zip: do not require "unzip" utility to unzip archives by @jdx in #1178
  • CI: added e2e test for install.sh by @jdx in #1176
  • refactor: clean up is_trusted logic by @jdx in #1179
  • bun|deno: remove shorthand repo since these are core plugins now by @jdx in #1180
  • CI: consolidate GH action cache by @jdx in #1181
  • refactor: use trait object for progress bar wrappers by @jdx in #1182

Full Changelog: v2023.12.26...v2023.12.27

v2023.12.26

14 Dec 03:04
Compare
Choose a tag to compare

What's Changed

  • use cache directory for incomplete marker by @jdx in #1159
  • erlang: allow non-version prefixes by @jdx in #1160
  • python: show regular cpython versions last by @jdx in #1162
  • cache-clear: add optional plugin argument by @jdx in #1161
  • refactor: simplified stdout/stderr mocking in tests by @jdx in #1163
  • ls: allow passing multiple plugins to filter by @jdx in #1164
  • completions: improve completions for ls-remote and uninstall by @jdx in #1165
  • completions: improve fish tool completions by @jdx in #1167
  • completions: complete setting names by @jdx in #1166
  • flags: move raw+jobs flags to only commands that install by @jdx in #1168
  • test: skip slow e2e tests unless releasing by @jdx in #1169
  • activate: use full path to rtx by @jdx in #1170
  • use: show warning if setting a version that will not be used by @jdx in #1171

Full Changelog: v2023.12.25...v2023.12.26