Mostly cosmetic and small bug fixes. The direnv integration has been completely changed but it shouldn't be noticeable to the user. The plugins have also gone through a big refactor (and still in need of more unfortunately).
1.2.2 failed because of #36 which broke the release github action. So this release is really just 1.2.2.
What's Changed
- use exec method for direnv by @jdxcode in #26
- big plugins refactor by @jdxcode in #29
- added shell completions by @jdxcode in #28
- global local double arg support by @jdxcode in #31
- [feat] made current better and not just an alias for
ls
by @jdxcode in #32 - [bug] fixed
rtx settings set
with no config file by @jdxcode in #34 - [bug] fixed 2 styling issues with
rtx current
by @jdxcode in #35 - [test] do not hardcode version since it changes on release by @jdxcode in #36
- [bug] add watch on ROOT directory by @jdxcode in #37
Full Changelog: v1.2.1...v1.2.3