Update node-red to 4.1.7 (#5031)
This commit is contained in:
parent
24d855a35d
commit
080401d023
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/public/*"
|
||||
|
||||
web:
|
||||
image: nodered/node-red:4.1.6@sha256:330d65c5d9c203df1fc4db8dc7a67cf15c3b3982c85d0f7e0f1aa90dbb8b43f9
|
||||
image: nodered/node-red:4.1.7@sha256:cf2d5657f12faebffaf1cea10203f277a2445434dec6a997212080ec0080f6c5
|
||||
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.6"
|
||||
version: "4.1.7"
|
||||
tagline: Wire together the Internet of Things
|
||||
description: >-
|
||||
Node-RED is a visual programming tool for wiring together hardware
|
||||
@ -34,14 +34,12 @@ gallery:
|
||||
- 3.jpg
|
||||
path: ""
|
||||
releaseNotes: >-
|
||||
This release includes editor improvements and new features:
|
||||
- Added § as a shortcut meta-key
|
||||
- Support ctrl key to select configuration nodes
|
||||
- Fixed middle-click panning over links and ports
|
||||
- Added frontend pre and post debug message hooks
|
||||
- Allow node-red integrators access to available updates
|
||||
- Fixed config sidebar tooltip handling of HTML content
|
||||
- Allow palette theme to be set via theme plugin with icon support
|
||||
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
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/node-red/node-red/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user