From b080328af9883208b7ebf01303e351fc6d675816 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sat, 17 Sep 2016 13:34:23 +0200 Subject: [PATCH] Version 0.8.6 --- README.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dedc754..65a3fa74 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/package.json b/package.json index 2b23b0ff..9035b9b4 100644 --- a/package.json +++ b/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",