Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 09:30
· 209 commits to main since this release

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 for env 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

New Contributors

Full Changelog: v0.2.3...v0.2.4