Update node-red to 4.1.8 (#5167)
This commit is contained in:
parent
9c3c9ee869
commit
4e5dbd6705
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/public/*"
|
||||
|
||||
web:
|
||||
image: nodered/node-red:4.1.7@sha256:cf2d5657f12faebffaf1cea10203f277a2445434dec6a997212080ec0080f6c5
|
||||
image: nodered/node-red:4.1.8@sha256:a5cb1dcdf90a7148b02b9dba4acfe6bd98c7bf3bff1e845dcdecfd7af3a95a29
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: node-red
|
||||
category: automation
|
||||
name: "Node-RED (Bitcoin)"
|
||||
version: "4.1.7"
|
||||
version: "4.1.8"
|
||||
tagline: Wire together the Internet of Things
|
||||
description: >-
|
||||
Node-RED is a visual programming tool for wiring together hardware
|
||||
@ -34,12 +34,15 @@ gallery:
|
||||
- 3.jpg
|
||||
path: ""
|
||||
releaseNotes: >-
|
||||
This release includes editor improvements and bug fixes:
|
||||
- Removed legacy IE7 CSS hacks
|
||||
- Fixed subflow colors not updating correctly per subflow
|
||||
- Allow palette categories to be set via theme plugin
|
||||
- Fixed touch events being blocked on ports
|
||||
- Updated dependencies including tar and multer
|
||||
This release includes editor improvements and new features:
|
||||
- Allow theme plugins to override settings and add custom menu options
|
||||
- Allow the Node-RED help sidebar section to be hidden
|
||||
- Fixed arrow key navigation through filtered tree lists
|
||||
- Fixed "connected to ..." log message in TCP nodes using TLS
|
||||
- Added show-first-tab and show-last-tab actions for tab navigation
|
||||
- Fixed branch name encoding in delete requests
|
||||
- Added badges to function node tabs that contain code
|
||||
- Updated tar dependency
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/node-red/node-red/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user