-
v0.39.4
released this
2023-07-25 09:29:54 +08:00 Fixes
- fix node download link for armv8l (#3102)
nvm exec: no longer error with '-q: invalid option' for zsh users (#2800)nvm_print_npm_version: ifnpmexists but its node crashes, do not print the npm versionnvm_ls_current: whennodeis present but crashes immediately, echo "none"- fix directory traversal when workdir path is not readable (#3080)
- recognize 32Bit docker container and use x86 arch (#3051)
- Remove unneeded call to
lsinnvm_arch(#3012)
Perf
- [Perf] Improve performance of listing aliases (#3060)
Docker
Docs
- [readme] add
nvshimtool alongsideavn(#2193) - [readme] fix typo in resolv.conf filename (#3135)
- [readme] Update logo header (#3123)
- [readme] Add instructions on how to install without editing shell config (#3100)
- [readme]
cdnvmfunction: fix shellcheck errors (#3082) - [readme] Update Travis CI badge and link url (#3077)
Miscellaneous
- [meta] Remove unavailable testing script (#3105)
- [Dev Deps] update
markdown-link-check,semver - [actions] allow nvm to be installed
Tests
Downloads