Bump 0.15.1

This commit is contained in:
Nick O'Leary 2016-10-13 19:53:43 +01:00
parent eed470ddae
commit 90f4db9158
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
#### 0.15.1: Maintenance Release
- Update default palette catalogue to use https
- Disable palette editor if npm not found - and fix for Windows
- Searching package catalogue should be case-insensitive Fixes #1010
- contenteditable fields not handled in config nodes Fixes #1011
- Change html link refs from `_new` to `_blank` to be standards compliant
#### 0.15.0: Milestone Release
Runtime
@ -32,7 +40,7 @@ Editor
Nodes
- Inject node label - show topic for timestamp mode if short
- Inject node label - show topic for timestamp mode if short
- Let change node set type if total match
- Clean up status on close for several core nodes.
- Change node: re-parse JSON set value each time to avoid pass-by-ref

View File

@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.15.0",
"version" : "0.15.1",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",