File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
32
#### 0.18.3: Maintenance Release
2
33
3
34
Projects
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red" ,
3
- "version" : " 0.18.3 " ,
3
+ "version" : " 0.18.4 " ,
4
4
"description" : " A visual tool for wiring the Internet of Things" ,
5
5
"homepage" : " http://nodered.org" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments