Releases: jdx/mise
Releases · jdx/mise
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
v2023.12.25
What's Changed
- plugin: skip eager loading of plugin data when installing by @jdx in #1146
- hook-env: keep prepended PATH entries in front by @jdx in #1150
- erlang core plugin by @jdx in #1151
- deno|bun: make non-experimental by @jdx in #1152
- config-environments: make non-experimental by @jdx in #1153
- python: update python-build if needed by @jdx in #1154
- hook-env: use new non-aggressive PATH logic only in experimental mode by @jdx in #1155
Full Changelog: v2023.12.24...v2023.12.25
v2023.12.24
What's Changed
- bump docker/setup-buildx-action by @jdx in #1139
- docker: fix jq/python/pip installs by @jdx in #1141
- logging: added --quiet flag by @jdx in #1140
- ls-remote: sort by plugin name by @jdx in #1142
- config: added rwlock around plugins map by @jdx in #1143
- uninstall: allow uninstalling all matching by @jdx in #1144
- CI: remove nightly toolchain by @jdx in #1145
Full Changelog: v2023.12.23...v2023.12.24
v2023.12.23
What's Changed
- use rtx-versions.jdx.dev to fetch remote versions by @jdx in #1136
- add jq and python bin to dockerfile by @jdx in #1137
- added RTX_USE_VERSIONS_HOST by @jdx in #1138
- (python plugin): fixes #1134 by @gasuketsu in #1135
New Contributors
- @gasuketsu made their first contribution in #1135
Full Changelog: v2023.12.22...v2023.12.23
v2023.12.22
What's Changed
Full Changelog: v2023.12.21...v2023.12.22
v2023.12.21
What's Changed
- CI: set git user/email for aur release by @jdx in #1121
- devcontainer: minor fixes for nodesource and npm packages by @jasisk in #1124
- versions: make stable by sorting alphanumerically after sorting with semver by @jdx in #1123
- docker: build source from repo by @jdx in #1122
- show better error if terminated by signal by @jdx in #1126
- standalone: bug fix by @jdx in #1130
- (nodejs plugin) add support for automatically shimming package managers with
corepack enable
by @jasisk in #1118
New Contributors
Full Changelog: v2023.12.20...v2023.12.21