From aeadc40c65a7c2f4191720dfa56d6f5f10c44df9 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 27 Feb 2018 16:41:10 +0000 Subject: [PATCH] Bump for 0.18.4 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e222656..5c1230348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +#### 0.18.4: Maintenance Release + +Projects + + - Ensure sshkey file path is properly escaped on Windows + - Normalize ssh key paths for Windows file names + - Ensure userDir is an absolute path when used with sshkeygen + - Detect if there are no existing flows to migrate into a project + - Use relative urls when retriving flow history + - Add credentialSecret to clone pane + - Delay clearing inflight when changing credentials key + - Mark deploy inflight when reverting a file change + - Handle missing_flow_file error on clone properly + - Remote project from cached list on delete so it can be reused + - Fix tests for existing file flag in settings + +Editor Fixes + + - Fix merging a remote diff + - Fixed the problems when using a node without defaults + - Disable user defined icon for subflow + - getDefaultNodeIcon should handle subflow instance nodes Fixes #1635 + - Add Japanese info text for core nodes + - Fix message lookup for core nodes in case of i18 locales directory exists + - Prevent the last tab from being deleted + +Node Fixes + + - Ensure trigger gets reset when 2nd output is null + + #### 0.18.3: Maintenance Release Projects diff --git a/package.json b/package.json index 4b51b59dd..2c816569a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red", - "version": "0.18.3", + "version": "0.18.4", "description": "A visual tool for wiring the Internet of Things", "homepage": "http://nodered.org", "license": "Apache-2.0",