# nvm 1.1.10 - Product: nvm (https://whatsnew.fyi/product/nvm) - Vendor: nvm-windows - Date: 2022-11-01 - Version: 1.1.10 - Original notes: https://github.com/nvm-windows/nvm/releases/tag/1.1.10 - Permalink: https://whatsnew.fyi/product/nvm/releases/1.1.10 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Reinstate UAC prompts that attempt to run commands without elevation first, then trigger UAC prompt if the command fails - **changed** — Allow nvm use to be called with part of the semver instead of requiring the full version - **fixed** — Update error message when missing version argument - **fixed** — Fix missing DisplayVersion registry key for nvm.iss - **fixed** — Update inno setup config to correctly report version - **fixed** — Fix README.md incorrect element close 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 use` to 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