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 https://github.com/coreybutler/nvm-windows/pull/731
- Fix README.md incorrect element close by @WORMSS in https://github.com/coreybutler/nvm-windows/pull/768
- Allow
nvm useto be called with the part of the semver by @vladonemo in https://github.com/coreybutler/nvm-windows/pull/709 - Refactor/minor typo fixed in comments by @SayefReyadh in https://github.com/coreybutler/nvm-windows/pull/806
- Fix missing DisplayVersion registry key for nvm.iss by @awdr74100 in https://github.com/coreybutler/nvm-windows/pull/796
- Update inno setup config to correctly report version (fix #851) by @psnitil in https://github.com/coreybutler/nvm-windows/pull/868
New Contributors
- @0liver made their first contribution in https://github.com/coreybutler/nvm-windows/pull/731
- @WORMSS made their first contribution in https://github.com/coreybutler/nvm-windows/pull/768
- @vladonemo made their first contribution in https://github.com/coreybutler/nvm-windows/pull/709
- @SayefReyadh made their first contribution in https://github.com/coreybutler/nvm-windows/pull/806
- @awdr74100 made their first contribution in https://github.com/coreybutler/nvm-windows/pull/796
- @psnitil made their first contribution in https://github.com/coreybutler/nvm-windows/pull/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 https://github.com/coreybutler/nvm-windows/pull/784
- @craig-et for https://github.com/coreybutler/nvm-windows/pull/828 (which brought UAC prompts back)
Full Changelog: https://github.com/coreybutler/nvm-windows/compare/1.1.9...1.1.10