Skip to content

Commit aeadc40

Browse files
committed
Bump for 0.18.4
1 parent 7ef418e commit aeadc40

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
#### 0.18.4: Maintenance Release
2+
3+
Projects
4+
5+
- Ensure sshkey file path is properly escaped on Windows
6+
- Normalize ssh key paths for Windows file names
7+
- Ensure userDir is an absolute path when used with sshkeygen
8+
- Detect if there are no existing flows to migrate into a project
9+
- Use relative urls when retriving flow history
10+
- Add credentialSecret to clone pane
11+
- Delay clearing inflight when changing credentials key
12+
- Mark deploy inflight when reverting a file change
13+
- Handle missing_flow_file error on clone properly
14+
- Remote project from cached list on delete so it can be reused
15+
- Fix tests for existing file flag in settings
16+
17+
Editor Fixes
18+
19+
- Fix merging a remote diff
20+
- Fixed the problems when using a node without defaults
21+
- Disable user defined icon for subflow
22+
- getDefaultNodeIcon should handle subflow instance nodes Fixes #1635
23+
- Add Japanese info text for core nodes
24+
- Fix message lookup for core nodes in case of i18 locales directory exists
25+
- Prevent the last tab from being deleted
26+
27+
Node Fixes
28+
29+
- Ensure trigger gets reset when 2nd output is null
30+
31+
132
#### 0.18.3: Maintenance Release
233

334
Projects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red",
3-
"version": "0.18.3",
3+
"version": "0.18.4",
44
"description": "A visual tool for wiring the Internet of Things",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)