Releases: jdx/mise
Releases Β· jdx/mise
v2023.12.35
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
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
v2023.12.32
What's Changed
- trim "v" prefix on versions by @jdx in #1219
- use table to output plugins list by @jdx in #1220
- use: fix calling with no version set by @jdx in #1216
- docs(README): extra ) by @jaredallard in #1221
- linux: use argv0 to find rtx bin by @jdx in #1222
- use XDG_STATE_HOME by @jdx in #1223
- verbose: recommend --verbose over setting log level by @jdx in #1224
New Contributors
- @jaredallard made their first contribution in #1221
Full Changelog: v2023.12.31...v2023.12.32
v2023.12.31
v2023.12.30
What's Changed
- Change warning for rtx config set experimental by @joshuataylor in #1200
- CI: show git diff on unit by @jdx in #1203
- lazy-load http client by @jdx in #1202
New Contributors
- @joshuataylor made their first contribution in #1200
Full Changelog: v2023.12.29...v2023.12.30
v2023.12.29
v2023.12.28
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
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
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