mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Bump for 0.18.4
This commit is contained in:
parent
7ef418ec52
commit
aeadc40c65
31
CHANGELOG.md
31
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
|
#### 0.18.3: Maintenance Release
|
||||||
|
|
||||||
Projects
|
Projects
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red",
|
"name": "node-red",
|
||||||
"version": "0.18.3",
|
"version": "0.18.4",
|
||||||
"description": "A visual tool for wiring the Internet of Things",
|
"description": "A visual tool for wiring the Internet of Things",
|
||||||
"homepage": "http://nodered.org",
|
"homepage": "http://nodered.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user