Commit Graph

425 Commits

Author SHA1 Message Date
Corey Butler
2eeba20fdf Updating bug submission template 2023-04-19 08:34:36 -05:00
Corey Butler
1f21d64b43 Updating bug submission template 2023-04-19 08:32:34 -05:00
Corey Butler
9bae64209e Merge branch 'master' of github.com:coreybutler/nvm-windows 2023-04-19 08:26:35 -05:00
Corey Butler
49818a2c20 Update bug report 2023-04-19 08:26:21 -05:00
Corey Butler
9682d1ac45 Version bump 2023-04-19 08:26:05 -05:00
Corey Butler
ee314da0ab Merge pull request #963 from Tester798/fix-symlink-detect
Fix symlink detect if it points to nothing
2023-04-13 21:45:25 +00:00
Tester798
11625ec131 Fix symlink detect if it points to nothing 2023-04-13 15:25:59 +03:00
Corey Butler
3f0dba16dc Updated go-where dependency and cleaned up debug output. 1.1.11 2023-04-12 22:28:01 -05:00
Corey Butler
9dff81433c Added extra debug details. 2023-04-12 20:40:26 -05:00
Corey Butler
fa811e098d Updated build process. 2023-04-11 12:58:48 -05:00
Corey Butler
b54163cf78 Move test command to 'debug'. Fixes #955 and #942. Addresses #945 with new encoding for settings (forcing UTF-8). 2023-04-11 12:53:34 -05:00
Corey Butler
637d9d552a Merge pull request #935 from coreybutler/dependabot/go_modules/src/golang.org/x/text-0.3.8
Bump golang.org/x/text from 0.3.2 to 0.3.8 in /src
2023-04-02 10:35:54 -05:00
dependabot[bot]
195f9539c2 Bump golang.org/x/text from 0.3.2 to 0.3.8 in /src
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-02 15:34:38 +00:00
Corey Butler
ed0bce2ca6 Merge pull request #936 from coreybutler/dependabot/go_modules/src/golang.org/x/sys-0.1.0
Bump golang.org/x/sys from 0.0.0-20190813064441-fde4db37ae7a to 0.1.0 in /src
2023-04-02 10:33:54 -05:00
Corey Butler
81a781c4ba Merge pull request #952 from coreybutler/dependabot/github_actions/actions/stale-8
Bump actions/stale from 7 to 8
2023-04-02 10:33:17 -05:00
dependabot[bot]
9b5cac6aa3 Bump actions/stale from 7 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [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/v7...v8)

---
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-03-23 11:06:36 +00:00
Corey Butler
9e6204abfd Merge pull request #949 from qiulaidongfeng/master
Avoid panic after connection failure
2023-03-19 00:12:30 -05:00
秋来冬风
a2cea8fd91 Avoid panic after connection failure
Download function, when client.Do returns err= Nil, return false after printing the error message to avoid panic
2023-03-19 13:04:07 +08:00
Corey Butler
d09c77bac8 Update bot.yml 2023-03-01 11:53:06 -06:00
Corey Butler
51ad9e918e Update bot.yml 2023-03-01 10:14:08 -06:00
Corey Butler
6dd0aec734 Update bot.yml 2023-03-01 10:11:38 -06:00
dependabot[bot]
cb0d573441 Bump golang.org/x/sys in /src
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190813064441-fde4db37ae7a to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 03:54:24 +00:00
Corey Butler
16afa15d7d Added custom UTF-8 converter for settings file. 2023-02-24 12:31:57 -06:00
Corey Butler
1216b37643 Merge pull request #459 from noelhibbard/installer-improvments
Installer improvements when alt creds are required for elevation
2023-02-13 19:54:18 -06:00
Corey Butler
3cc5d93e90 Merge branch 'master' of github.com:coreybutler/nvm-windows 2023-02-13 19:44:46 -06:00
Corey Butler
8d2af15f77 Remove unreacheable code. Closes PR #926. 2023-02-13 19:44:34 -06:00
Corey Butler
c2f1afc9bd Merge pull request #928 from coreybutler/dependabot/github_actions/vedantmgoyal2009/winget-releaser-2
Bump vedantmgoyal2009/winget-releaser from 1 to 2
2023-02-13 19:42:38 -06:00
Corey Butler
c7dc1cd141 Merge branch 'master' of github.com:coreybutler/nvm-windows 2023-02-13 19:41:42 -06:00
Corey Butler
9366b98d10 Add checks for network connectivity 2023-02-13 19:41:21 -06:00
dependabot[bot]
f8a5810dd6 Bump vedantmgoyal2009/winget-releaser from 1 to 2
Bumps [vedantmgoyal2009/winget-releaser](https://github.com/vedantmgoyal2009/winget-releaser) from 1 to 2.
- [Release notes](https://github.com/vedantmgoyal2009/winget-releaser/releases)
- [Commits](https://github.com/vedantmgoyal2009/winget-releaser/compare/v1...v2)

---
updated-dependencies:
- dependency-name: vedantmgoyal2009/winget-releaser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 11:21:06 +00:00
Corey Butler
1d00b75848 Update bot.yml 2023-02-05 20:17:56 -06:00
Corey Butler
6e2c8da2dc Updated error output for bad version aliases and atttempt to resolve desired alias. 2023-02-04 19:17:35 -06:00
Corey Butler
e7cb08e574 Added new check command for v1.1.11 2023-01-26 22:08:21 -06:00
Corey Butler
67537030dc Merge branch 'master' of github.com:coreybutler/nvm-windows 2023-01-26 21:56:21 -06:00
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