This is the first big patch release and it fixes a lot of the problems since the first other users started using it yesterday. There are some breaking changes in this even though it's a minor release. This is because only a handful of people are using the project and it's not going to impact them significantly. This won't happen in a future release again.
Breaking Changes
- default legacy file parsing to true
- rename
[aliases]
to[alias]
in config.toml
What's Changed
- handle colon in .tool-versions by @jdxcode in #7
- show better error message on url parse failure by @jdxcode in #6
- fix legacy file cache by @jdxcode in #15
- fix env on directory change by @jdxcode in #13
- fix
rtx latest ruby
by @jdxcode in #14 - rename aliases -> alias (what it should have been) by @jdxcode in #17
- only add rtx to PATH if it is not already on it by @jdxcode in #16
- settings management by @jdxcode in #18
Full Changelog: v1.0.1...v1.1.0