github jdxcode/rtx v1.2.9

latest releases: v1.30.2, v1.30.1, v1.30.0...
15 months ago

What's Changed

  • [bug] (possibly) resolved issues with direnv running alongside rtx activate. This needs to be further tested. The docs state not to use rtx activate with direnv and that's still the guidance because I suspect this may cause serious issues messing with PATH, but I'm going to test it a bit more and we'll see if we've resolved it.
  • [feat] when using rtx activate and entering a new directory with a .tool-versions file, rtx will now show the active versions. e.g.:
~ ❯ rtx activate -s fish | source
rtx: nodejs@18.13.0 golang@1.19.5 ruby@3.2.0 hadolint@2.10.0

This is intended to help diagnosing problems since it's easy to tell what rtx thinks that it is doing. This can be disabled with rtx activate --quiet.

Full Changelog: v1.2.8...v1.2.9

Don't miss a new rtx release

NewReleases is sending notifications on new releases.