1.1.10
This is primarily a bug fix release.
Many users have requested UAC prompts be reinstated. NVM4W attempts to run commands without elevation. If this succeeds (i.e. developer mode is enabled and active), the process continues without prompts. If a command fails, an attempt to run it with elevated privileges will trigger the UAC prompt.
What's Changed
- Update error message when missing version argument. Fixes #722. by @0liver in #731
- Fix README.md incorrect element close by @WORMSS in #768
- Allow
nvm use
to be called with the part of the semver by @vladonemo in #709 - Refactor/minor typo fixed in comments by @SayefReyadh in #806
- Fix missing DisplayVersion registry key for nvm.iss by @awdr74100 in #796
- Update inno setup config to correctly report version (fix #851) by @psnitil in #868
New Contributors
- @0liver made their first contribution in #731
- @WORMSS made their first contribution in #768
- @vladonemo made their first contribution in #709
- @SayefReyadh made their first contribution in #806
- @awdr74100 made their first contribution in #796
- @psnitil made their first contribution in #868
A few PR's were manually added, since merging them proved to be difficult after other changes. So, I'd like to give a special thanks to the following folks whose PR's were manually included (but not recognized in the changelog):
- @thengoster for #784
- @craig-et for #828 (which brought UAC prompts back)
Full Changelog: 1.1.9...1.1.10