What's Changed
- feat: install runtimes and plugins in parallel (control with
--jobs
orRTX_JOBS
env var) - feat: new install UI (shows last line of output from install script)
- feat: default to
rtx install --all
(now installs plugins automatically) - bug: fix hook-env status width with non-tty
- feat: added
list-all
andplugin-list
aliases for asdf compatibility, as well as support things likertx uninstall <PLUGIN> <VERSION>
for asdf compat. - chore: Fix typo in README.md by @cserino in #136
- docs: fix typos by @kianmeng in #138
- feat: check for new version on
rtx version
#74 by @roele in #142
Here's a video of the new UI compared to the old one:
219876716-4efba553-2741-47a5-90ff-5cf5f053c170.mov
New Contributors
- @cserino made their first contribution in #136
- @kianmeng made their first contribution in #138
- @roele made their first contribution in #142
Full Changelog: v1.9.0...v1.10.0