mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update node-red to version 4.0.2 (#1270)
This commit is contained in:
parent
39b77580cf
commit
ff3572141d
|
@ -9,7 +9,7 @@ services:
|
|||
PROXY_AUTH_WHITELIST: "/public/*"
|
||||
|
||||
web:
|
||||
image: nodered/node-red:4.0.0@sha256:aa2d35ab4cbc1c3bf791a22bbf4de251635c5cbc06b3ec9e6b26a31b1296f7e5
|
||||
image: nodered/node-red:4.0.2@sha256:fa8fbcf2ddc1e1b2cdea3c1e6d027413f583956fc499289c432650a3ea03c10b
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
|
@ -25,4 +25,4 @@ services:
|
|||
LND_IP: $APP_LIGHTNING_NODE_IP
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
ELECTRUM_IP: $APP_ELECTRS_NODE_IP
|
||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: node-red
|
||||
category: automation
|
||||
name: "Node-RED (Bitcoin)"
|
||||
version: "4.0.0"
|
||||
version: "4.0.2"
|
||||
tagline: Wire together the Internet of Things
|
||||
description: >-
|
||||
Node-RED is a visual programming tool for wiring together hardware
|
||||
|
@ -34,43 +34,17 @@ gallery:
|
|||
- 3.jpg
|
||||
path: ""
|
||||
releaseNotes: >-
|
||||
Welcome to Node-RED 4.0! This is a major release with tons of new features and improvements.
|
||||
|
||||
|
||||
Editor Updates:
|
||||
|
||||
- Auto-complete for flow/global and env inputs
|
||||
|
||||
- Customising config nodes in Subflows
|
||||
|
||||
- Timestamp formatting
|
||||
|
||||
- Multiplayer Mode
|
||||
|
||||
- Better background deploy handling
|
||||
|
||||
- Improved Diff view for moved nodes
|
||||
|
||||
- Better feedback for read-only users
|
||||
|
||||
- New Config Node selection UI
|
||||
|
||||
|
||||
Runtime:
|
||||
|
||||
- Faster deploys for large flows
|
||||
|
||||
- Updated JSONata
|
||||
|
||||
|
||||
Node Updates:
|
||||
|
||||
- A better CSV node
|
||||
|
||||
- Updated Proxy Handling
|
||||
|
||||
What's Changed:
|
||||
|
||||
And more! Full release notes here: https://github.com/node-red/node-red/releases/tag/4.0.0
|
||||
- Ensure mermaid.min.js is cached properly between loads of the editor
|
||||
- Guard against undefined sessions in multiplayer
|
||||
- Allow auth cookie name to be customised
|
||||
- Fix node validation if the property is not required
|
||||
- Clean up orphaned editors
|
||||
- Improve the editor's French translations
|
||||
- Use a more subtle border on the header
|
||||
|
||||
Full release notes are found at https://github.com/node-red/node-red/releases
|
||||
defaultUsername: umbrel
|
||||
defaultPassword: moneyprintergobrrr
|
||||
torOnly: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user