Ryan Caezar Itang
7d2c1596f4
Add Winget Releaser workflow & Dependabot
2022-11-19 13:22:23 +08:00
Corey Butler
053fb7ba2c
Update README.md
2022-11-01 11:48:28 -05:00
Corey Butler
d07401bb9c
Merge branch 'master' of github.com:coreybutler/nvm-windows
2022-11-01 08:23:45 -05:00
Corey Butler
5b7318e537
Updated version in updater.exe. Closes #874 .
2022-11-01 08:23:24 -05:00
Corey Butler
7b92f6d02b
Update README.md
2022-10-31 19:16:59 -05:00
Corey Butler
22a43ef0bc
Updated version
1.1.10
2022-10-31 18:58:04 -05:00
Corey Butler
be6a12c705
Merge pull request #868 from psnitil/master
...
Update inno setup config to correctly report version (fix #851 )
2022-10-31 18:56:13 -05:00
Corey Butler
f31dd2ab90
Updated elevation approach
2022-10-31 18:55:01 -05:00
Corey Butler
9c2b3b4835
Add aliases/flags for version. Closes #855 .
2022-10-31 18:18:58 -05:00
Corey Butler
68df36c974
Merged several PRs. Adds support for partial version matching in 'use' and 'install' commands. Closes #766 .
2022-10-31 18:17:10 -05:00
Pavel Snítil
459db6113d
Update inno setup config to correctly set version
2022-10-18 10:24:14 +02:00
Corey Butler
f61699faaf
Update README.md
...
Added sponsor
2022-10-14 17:59:17 -05:00
Corey Butler
fa8e9bd9cd
Merge pull request #796 from awdr74100/master
...
Fix missing DisplayVersion registry key for nvm.iss
2022-08-03 08:08:16 -05:00
Corey Butler
43eafefe9c
Update README.md
2022-07-19 11:00:21 -05:00
Corey Butler
e050a10736
Added HTTP request exception handling to clearly identify bad URLs. A patch was also applied to catch a bad npm URL for npm v6.14.17, which returns multiple results (status code 300). Resolves #766
2022-05-28 10:03:06 -05:00
Corey Butler
dfa2e5f105
Update dependencies
2022-05-28 09:58:54 -05:00
Corey Butler
2e4ee7355a
Merge pull request #806 from SayefReyadh/refactor/typo_fix_and_refactor
...
Refactor/minor typo fixed in comments
2022-05-19 10:45:42 -05:00
sayefreyadh
faed1f3cf2
minor typo fixed in comments
2022-05-14 03:42:15 +06:00
Corey Butler
e75c744de6
Merge pull request #709 from vladonemo/use_command_enhacement
...
Allow `nvm use` to be called with the part of the semver
2022-05-12 07:26:29 -05:00
Yi-Ru Lan
4b4a072b66
Update nvm.iss
2022-05-04 18:46:43 +08:00
Vladimir Nemergut
9f3af8a6f5
Allow nvm use
to be called with the part of the semver
...
For instance, the `nvm use 12` will switch to the latest installed version of 12.*. Similarly, `nvm use 12.22` will switch to the latest installed version of 12.22.*
Fixes #708
2022-04-21 21:30:48 +02:00
Corey Butler
5803c4f8c7
Merge pull request #768 from WORMSS/patch-1
...
Fix README.md incorrect element close
2022-03-02 08:32:08 -06:00
WORMSS
d5f83b9c72
Update README.md
...
fix: incorrect element close
2022-03-02 10:38:23 +00:00
Corey Butler
a7f30f5e12
Update go.mod
2022-02-01 13:33:47 -06:00
Corey Butler
ee8575d544
Create bug_report.yml
2022-01-18 09:19:18 -06:00
Corey Butler
6f2521a539
Rename ISSUE_TEMPLATE to OLD_ISSUE_TEMPLATE
2022-01-18 08:36:05 -06:00
Corey Butler
7c7010ad54
Merge pull request #731 from 0liver/patch-1
...
Update error message when missing version argument. Fixes #722 .
2022-01-17 12:08:29 -06:00
0liver
3cbd0f7b11
Update error message when missing version argument
...
Also added a dots to the end of a few log messages.
2022-01-17 13:01:27 +01:00
coreybutler
1f7a706a66
Add clearer logging to buildfile
2021-12-15 20:08:14 -06:00
coreybutler
3fcb3d48e1
Removed reference to internal registry module
2021-12-15 20:07:26 -06:00
coreybutler
0f2fcaccde
Auto-expand partial versions for install command. Resolves #706 .
2021-12-15 20:06:31 -06:00
coreybutler
f792f4ec5e
Version bump
1.1.9
2021-12-10 12:36:36 -06:00
coreybutler
24a45da008
Resolved merge conflict
2021-12-10 12:23:56 -06:00
coreybutler
a0cdde9971
Add alt admin check - currently removed by tree shaking, but left for reference.
2021-12-10 12:19:01 -06:00
coreybutler
324eb6a356
Update registry settings when using nvm-update.exe. Resolves #693
2021-12-09 14:03:06 -06:00
coreybutler
38d48d5acf
Updated README (typo fixes)
2021-12-09 14:02:28 -06:00
coreybutler
997759ebee
Add partial version matching for using latest INSTALLED version. Resolves #683 .
2021-12-09 13:34:12 -06:00
coreybutler
c8f25ce17f
Use proxy value from settings. Resolves #670 .
2021-12-08 15:04:09 -06:00
Corey Butler
d2f09dbec8
Merge pull request #699 from gdziadkiewicz/patch-1
...
Use Windows defined env vars in all paths in README
2021-12-07 20:07:55 -06:00
Corey Butler
567ba876c1
Merge pull request #692 from hyj1991/master
...
docs: update address of china mirror
2021-12-07 20:05:40 -06:00
coreybutler
5751e53159
Added code-signing capability. Also updated aliases to elevate command when needed (issue #700 )
2021-12-07 17:00:12 -06:00
Grzegorz Dziadkiewicz
7860ff1f80
Use Windows defined env vars in all paths in README
2021-11-20 16:04:21 +01:00
coreybutler
c4a157cad3
Abstract version extraction into its own method. This will help with issue #691
2021-11-12 17:36:06 -06:00
Corey Butler
7646a541d0
Update nvm.go
...
Updated link to available versions. Closes #688 .
2021-11-12 17:07:28 -06:00
hugh.hyj
14fac8dd2a
docs: update address of china mirror
2021-11-08 17:25:12 +08:00
Corey Butler
065bbc490c
Merge pull request #689 from veleek/patch-1
...
Fix readme links.
2021-11-06 14:52:08 -05:00
Ben Randall
2b0460940d
Make links relative to readme.
2021-11-06 11:48:52 -07:00
Ben Randall
d9776b357e
Fix readme links.
...
Links to explanatory sections don't include the bulb emoji so they're broken.
2021-11-06 11:44:09 -07:00
Corey Butler
25f3318474
Merge pull request #679 from crhistianramirez/patch-1
...
Fix broken link to nodejs versions
2021-10-11 12:53:02 -05:00
Crhistian Ramirez
eec8beeeb0
Fix broken link to nodejs versions
...
Nodejs must have updated their URLs
2021-10-10 13:35:08 -04:00