v0.2.4
Changelog
The main change of this release is to fix issues with duplicate values in the PATH
environment variable, along with some improvements to the user experience.
And we've also added a documentation website: https://vfox.lhan.me
What's Changed
- bugfix: When configuring environment variables, if this version is not installed, then ignore it by @aooohan in d54f004
- bugfix: Make sure that the target file has been decompressed when reconfiguring soft link by @aooohan in 2d75a9b
- doc: add doc site by @aooohan in #54
- bugfix: Prints the searched version according to the terminal height by @Chance-fyi in #65
- bugfix: handling interruptions during installation by @aooohan in cdb5784
- bugfix: Prioritize displaying the versions of project, session, and global records when using
current
command by @aooohan in 65838e8 - feat: allow
json
output forenv
subcommand by @axdank in #64 - bugfix: Use command in non-hook environments, do not use defer for save record by @axdank in #68
- bugfix: Duplicate PATH is generated when -g is global on Windows(#60) by @aooohan in 416dcad
- bugfix: The PATH environment variable contains multiple duplicate paths(#70) by @aooohan in c5c96f4
- bugfix: simplify unix-like env manager to accept PATH value from plugin which include many paths by @aooohan in 571fa66
New Plugins
- Support Kotlin Plugin by @aooohan in version-fox/version-fox-plugins#19
- Support Gradle Plugin by @ahai-code in version-fox/version-fox-plugins#22
- Support Graalvm Plugin by @ahai-code in version-fox/version-fox-plugins#18
New Contributors
- @c3b2a7 made their first contribution in #57
- @Chance-fyi made their first contribution in #65
- @axdank made their first contribution in #64
- @dixonwille made their first contribution in version-fox/version-fox-plugins#13
- @bytemain made their first contribution in version-fox/version-fox-plugins#15
- @zhylmzr made their first contribution in version-fox/version-fox-plugins#20
- @ghosind made their first contribution in version-fox/version-fox-plugins#21
Full Changelog: v0.2.3...v0.2.4