Skip to content

Commit

Permalink
Version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Sep 17, 2016
1 parent 336d5bb commit b080328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ Nodist was designed to replace any existing node.js installation, so *if node is

### with the installer

1. Download the installer [here](https://github.com/marcelklehr/nodist/releases/download/v0.8.5/NodistSetup-v0.8.5.exe)
1. Download the installer [here](https://github.com/marcelklehr/nodist/releases/download/v0.8.6/NodistSetup-v0.8.6.exe)
2. Run the installer and follow the install wizard

### via chocolatey
Expand Down Expand Up @@ -234,7 +234,7 @@ Testing also accepts env variables for using a mirror to download from, as well
## Building
Building nodist requires
* [go](https://golang.org) for compiling the shim
* [NSIS](http://nsis.sourceforge.net/Main_Page) v2 for compiling the installer
* [NSIS](http://nsis.sourceforge.net/Main_Page) v3 for compiling the installer (use the large strings build to avoid errors when manipulating PATH)
* NSIS Plugin: [AccessControl](http://nsis.sourceforge.net/AccessControl_plug-in)
* node.js for running the build script
* and npm for installing nodist's dependencies
Expand All @@ -254,6 +254,10 @@ MIT License

## Changelog

v0.8.6
* Fix installer: Increase MAX_LEN for manipulating PATH to 8000
* Add support for WebStorm and VisualStudio

v0.8.5
* Disable package.json inspection by default

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nodist",
"version": "0.8.5",
"version": "0.8.6",
"description": "Natural node version manager for windows",
"keywords": [
"node",
Expand Down

0 comments on commit b080328

Please sign in to comment.