mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update changelog for 0.16.1
This commit is contained in:
parent
5b4019dd3d
commit
c794ca85fd
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
|||||||
|
#### 0.16.1: Maintenance Release
|
||||||
|
|
||||||
|
- Add colour swatches to debug when hex colour matched
|
||||||
|
- Nodes with hasUsers set to false should not appear unused
|
||||||
|
- Change hard error to verbose warning if using old node.js level
|
||||||
|
- Don't filter debug properties starting with _ Fixes #1117
|
||||||
|
- Node logged errors not displayed properly in debug pane Fixes #1116
|
||||||
|
- Do not look for existing nodes when checking for wires on paste Fixes #1114
|
||||||
|
- -v option not enabling verbose mode properly
|
||||||
|
- Add node.js version check on startup
|
||||||
|
|
||||||
#### 0.16.0: Milestone Release
|
#### 0.16.0: Milestone Release
|
||||||
|
|
||||||
|
Runtime
|
||||||
|
- Drop support for node 0.10 and 0.12
|
||||||
|
|
||||||
Nodes
|
Nodes
|
||||||
|
|
||||||
- Add option to colourise debug console output Closes #1103
|
- Add option to colourise debug console output Closes #1103
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red",
|
"name" : "node-red",
|
||||||
"version" : "0.16.0",
|
"version" : "0.16.1",
|
||||||
"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