- Go 1.13
- Update deps
- Switch to magefile to build app
- Go 1.12.10
- Update deps
- Switch to GitHub Actions
- Use HTTPS (Issue #47)
- Update deps
- Go 1.12.4
- Update deps
- Go 1.11.5
- Allow to use a custom shell (Issue #40)
- Move to TEMP folder instead of USERPROFILE (Issue #38)
- Increase timeout to find latest version
- Upgrade to Go 1.11
- Use go mod instead of
dep
- Pass custom arguments directly to node through nodejs-portable (Issue #34)
- Fix logging output issue
- Update deps
- Compress executable with UPX
- Add ability to set a custom work path (Issue #35)
- Move Node.js installation to
app
subfolder - Remove UNC path while setting PATH and NODE_PATH
- Use SetConsoleTitle instead of exec cmd
- Switch to Golang Dep as dependency manager
💡 UPGRADE NOTE : Move everything in a new folder named
app
exceptcache
,work
andnodejs-portable.*
.
- Improve coding quality
- Add
ImmediateMode
(Issue #27) - Translated
README
into Chinese
- Resolve absolute paths in
customPaths
(Issue #30) - Merge
gitPath
andpythonPath
incustomPaths
(Issue #30) - Remove
node_modules/npm
from PATH (Issue #30)
💡 UPGRADE NOTE :
gitPath
andpythonPath
have been removed from the config file and must be moved tocustomPaths
- Upgrade to Go 1.9
- Add Building instructions (Issue #29)
- Add config file to customize Git and Python path (Issues #10 #29)
- Add NODE_PATH to the shell (Issue #29)
- Tmp folder not created while launching shell (Issue #28)
- Download zip format if exists
- Create Node.js configuration in
etc
folder - Add cache path in root folder
- Bug while writing npmrc configuration
- BIG rewrite in Golang! (Issue #22)
- Use lessmsi instead of msiexec for long path issue
- Check Node.js version before downloading
- Automatically retrieve the latest stable version of Node.js as default choice
- Inject Node and Git (if exists) paths in system environment PATH while launching shell
- Add new release notification
- Add support guidelines
- MIT license
- Crash when invalid characters in PATH variable (Issue #26)
- Push to working directory (Issue #25)
- "\Git\cmd" syntax error on launch (Issue #23)
- Switch to Node.js 6.11.1
- Switch to Node.js 6.10.2
- Add CHANGELOG
- Bug with npm init command (Issue #21)
- Error after installing: Registry key not found (Issue #12)
- Prompt for choosing version and arch before install (Issue #20)
- Proxy support (Issue #16)
- Switch to Node.js 0.10.35 by default
- Switch to Node.js 0.10.34 by default
- Where is git installed? Set temporary path (Issue #11)
- Switch to Node.js 0.10.29 by default
- Allow menu selection from command line parameter (Issue #9)
- x86 arch by default
- Add choice of OS architecture (Issue #7)
- Switch to Node.js 0.10.24 by default
- Remove trailing slash on nodejsPath
- Change install dir %CD% to %~dp0 (Issue #5)
- Avoid issue with space in path (Issue #4)
- Switch to Node.js 0.10.22 by default
- Add progress during download (Issue #2)
- Add LGPL LICENSE
- Switch to Node.js 0.10.7 by default
- Initial version