Commit Graph

441 Commits

Author SHA1 Message Date
Corey Butler
98fa1e5ca3 Added support for codenames 2023-01-26 21:50:16 -06:00
Corey Butler
691d44eee0 Merge pull request #921 from coreybutler/dependabot/github_actions/actions/stale-7
Bump actions/stale from 4 to 7
2023-01-26 21:30:11 -06:00
dependabot[bot]
013ce423af Bump actions/stale from 4 to 7
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 03:28:23 +00:00
Corey Butler
32df55288a Merge pull request #885 from sitiom/winget-releaser
Add Winget Releaser workflow
2023-01-26 21:27:59 -06:00
Corey Butler
7852e0c8ea Prevent alphabetical characters only for unknown version aliases. Closes #907. 2023-01-26 20:55:03 -06:00
Corey Butler
fdbf31dfdd Fixed PATH check logic 2023-01-26 20:51:17 -06:00
Corey Butler
ac40eea6a8 Merge pull request #918 from davidribyrne/install.cmd-path-fix
Fix install.cmd PATH bug
2023-01-26 20:29:37 -06:00
Corey Butler
534ee15477 Merge branch 'master' of github.com:coreybutler/nvm-windows 2023-01-26 20:28:51 -06:00
Corey Butler
11ebdb1591 Merge branch 'master' of github.com:coreybutler/nvm-windows 2023-01-26 20:26:18 -06:00
Corey Butler
7a52c4cbc4 Added initial environment check. Also prevent versions starting with non-numeric values other than 'v' that aren't a known alias. This closes #919 2023-01-26 20:03:39 -06:00
David Byrne
4035e4ac5e Fix install.cmd PATH bug
If the PATH environment variable has parentheses, `(echo PATH=%PATH%)` will fail, but the parentheses don't seem to be needed.
2023-01-18 11:19:47 -07:00
Corey Butler
5009f809fd Merge pull request #909 from mon-jai/patch-1
Update reference links, add Google source
2023-01-02 23:16:26 +00:00
mon-jai
6b4a240ce6 Update reference links 2023-01-03 04:49:49 +08:00
Corey Butler
4802c79609 Added program details. Closes #897. 2022-12-09 07:51:03 -06:00
Corey Butler
53bc08dfed Added pathfinder notes 2022-11-22 20:24:33 -06:00
Corey Butler
36f520d991 Added pathfinder link 2022-11-22 20:21:20 -06:00
Corey Butler
65c9c5cd63 Added pathfinder link 2022-11-22 20:20:27 -06:00
Corey Butler
62259c48f4 Added missing executable 2022-11-22 20:19:25 -06:00
Corey Butler
e18955ece2 Merge branch 'master' of github.com:coreybutler/nvm-windows 2022-11-22 20:16:52 -06:00
Corey Butler
ca69d96b2a Added simple PATH troubleshooter 2022-11-22 20:16:21 -06:00
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