mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update node-red-standalone to 4.0.3 (#1494)
This commit is contained in:
parent
7aba25ee66
commit
fd84758933
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nodered/node-red:4.0.2@sha256:fa8fbcf2ddc1e1b2cdea3c1e6d027413f583956fc499289c432650a3ea03c10b
|
image: nodered/node-red:4.0.3@sha256:55fc57012066ce49fc5615b83b558552ba464bbeaa299b688e11e51dc90b0fd7
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: node-red-standalone
|
id: node-red-standalone
|
||||||
category: automation
|
category: automation
|
||||||
name: "Node-RED"
|
name: "Node-RED"
|
||||||
version: "4.0.2"
|
version: "4.0.3"
|
||||||
tagline: Wire together the Internet of Things
|
tagline: Wire together the Internet of Things
|
||||||
description: >-
|
description: >-
|
||||||
Node-RED is a visual programming tool for wiring together hardware
|
Node-RED is a visual programming tool for wiring together hardware
|
||||||
|
@ -14,15 +14,16 @@ description: >-
|
||||||
|
|
||||||
The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. An online flow library allows you to share your best flows with the world.
|
The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. An online flow library allows you to share your best flows with the world.
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
What's Changed:
|
This release includes several improvements and bug fixes:
|
||||||
|
- Fixed unintentional capitalization in Split node name
|
||||||
- Ensure mermaid.min.js is cached properly between loads of the editor
|
- Improved batch node functionality
|
||||||
- Guard against undefined sessions in multiplayer
|
- Enhanced menu options for enabling/disabling selection in groups
|
||||||
- Allow auth cookie name to be customised
|
- Added Japanese and French translations
|
||||||
- Fix node validation if the property is not required
|
- Fixed issues with link wires and subflow outbound-link filters
|
||||||
- Clean up orphaned editors
|
- Improved MQTT node status handling
|
||||||
- Improve the editor's French translations
|
- Enhanced quick-add functionality for virtual links
|
||||||
- Use a more subtle border on the header
|
- Various UI improvements and bug fixes
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/node-red/node-red/releases
|
Full release notes are found at https://github.com/node-red/node-red/releases
|
||||||
developer: OpenJS Foundation
|
developer: OpenJS Foundation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user