What's Changed
- bug: fix environment variables escaping (#288) by @issmo in #295
- feat: added --parseable and --json to
rtx ls
by @jdxcode in #297 - bug: do not exit early in hook-env if any RTX_* env vars are modified by @jdxcode in #298
- bug: fix automatic plugin install on
rtx i nodejs@latest
by @jdxcode in #299 - chore: use rtx-nodejs instead of asdf-nodejs by @jdxcode in #300
- feat: support bin/latest-stable by @jdxcode in #301
- display better error message when shim has no active version by @jdxcode in #302
- feat: added new syntax for subtracting versions, e.g.:
nodejs@18!-2
to install node-16.x by @jdxcode in #303 - added plugin url + sha to
rtx doctor
output by @jdxcode in #304
New Contributors
Full Changelog: v1.22.7...v1.23.0