mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update CHANGELOG for 0.16.2
This commit is contained in:
parent
7759aacb35
commit
1324f5e59c
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
#### 0.16.2: Maintenance Release
|
||||||
|
|
||||||
|
- Ensure custom mustache context parent set in Template node fixes #1126
|
||||||
|
- Display debug node name in debug panel if its known
|
||||||
|
- Ensure auth-tokens are removed when no user is specified in settings
|
||||||
|
- Ensure all a tags have blank target in info sidebar
|
||||||
|
- Ensure links do not span tabs in the editor
|
||||||
|
- Avoid creating multiple reconnect timers in websocket node
|
||||||
|
- Fix inner reference in install fail message catalog entry Fixes #1120
|
||||||
|
- Display buffer data properly for truncated buffers under Object property
|
||||||
|
|
||||||
#### 0.16.1: Maintenance Release
|
#### 0.16.1: Maintenance Release
|
||||||
|
|
||||||
- Add colour swatches to debug when hex colour matched
|
- Add colour swatches to debug when hex colour matched
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red",
|
"name" : "node-red",
|
||||||
"version" : "0.16.1",
|
"version" : "0.16.2",
|
||||||
"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