v0.4.2
Changelog
.tool-versions behavior
The vfox
strategy is that if we have a .tool-version
in the project (project/.tool-versions), that version will be used in the current shell, regardless of whether you switch directories or not, the version is not changed until the next .tool-versions
file is encountered, or vfox use
command is executed manually.
What's Changed
- feat: show available version if no version provided when
install
by @bytemain in #236 - feat: add
upgrade
command to support self upgrade (#239) by @yanecc in #239 - feat: added clink auto-completion parameters by @jan-bar in #242
- feat: add a --debug flag to show what happens in current process by @bytemain @aooohan in 9a0079f
- feat: remind user to update twice when update old format plugins by @aooohan in 01fa25d
- fix: adjust .tool-versions behavior by @aooohan in f5c2184
- fix: ensure that
/usr/local/bin directory
exists by @CoderConan in #241 - fix: show all configurations by @jan-bar in #234
New Contributors
- @CoderConan made their first contribution in #241
Full Changelog: v0.4.1...v0.4.2