Features
asdf installwill also search for.tool-versionsin parent directories (#237)
Fixed Bugs
asdf listnow outputs ref-versions as used on.tool-versionsfile (#243)asdf updatewill explicitly use theoriginremote when updating tags (#231)- All code is now linted by shellcheck (#223)
Features
- Add CONTRIBUTING guidelines and GitHub issue and pull request templates (#217)
- Add
plugin-list-allcommand to list plugins from asdf-plugins repo. (#221) asdf currentshows all current tool versions when given no args (#219)- Add asdf-plugin-version metadata to shims (#212)
- Add release.sh script to automate release of new versions (#220)
Fixed Bugs
- Allow spaces on path containing the
.tool-versionsfile (#224) - Fixed bug in
--versionfunctionality so it works regardless of how asdf was installed (#198)
Features
- Add
updatecommand to make it easier to update asdf to the latest release (#172, #180) - Add support for
systemversion to allow passthrough to system installed tools (#55, #182)
Fixed Bugs
- Set
GREP_OPTIONSandGREP_COLORSvariables in util.sh so grep is always invoked with the correct settings (#170) - Export
ASDF_DIRvariable so the Zsh plugin can locate asdf if it's in a custom location (#156) - Don't add execute permission to files in a plugin's bin directory when adding the plugin (#124, #138, #154)
Features
- Determine global tool version even when used outside of home directory (#106)
Fixed Bugs
- Correct reading of
ref:andpath:versions (#112) - Remove shims when uninstalling a version or removing a plugin (#122, #123, #125, #128, #131)
- Add a helpful error message to the install command (#135)
Features
- Improve plugin API for legacy file support (#87)
- Unify
asdf localandasdf globalversion getters asasdf current(#83) - Rename
asdf whichtoasdf current(#78)
Fixed Bugs
- Fix bug that caused the
localcommand to crash when the directory contains whitespace (#90) - Misc typo corrections (#93, #99)
- First tagged release