Skip to content

Commit

Permalink
Update node-red to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Sep 17, 2024
1 parent db8790a commit 8961875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node-red/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/public/*"

web:
image: nodered/node-red:4.0.2@sha256:fa8fbcf2ddc1e1b2cdea3c1e6d027413f583956fc499289c432650a3ea03c10b
image: nodered/node-red:4.0.3@sha256:55fc57012066ce49fc5615b83b558552ba464bbeaa299b688e11e51dc90b0fd7
restart: on-failure
stop_grace_period: 1m
volumes:
Expand Down
20 changes: 10 additions & 10 deletions node-red/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red
category: automation
name: "Node-RED (Bitcoin)"
version: "4.0.2"
version: "4.0.3"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware
Expand Down Expand Up @@ -34,15 +34,15 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
What's Changed:
- 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
This release includes various improvements and bug fixes:
- Fixed issues with menu enabling/disabling for group selections
- Improved multiplayer cursor tracking
- Enhanced MQTT node status handling
- Updated quick-add functionality for better usability
- Various UI and translation updates
Full release notes are found at https://github.com/node-red/node-red/releases
defaultUsername: umbrel
Expand Down

0 comments on commit 8961875

Please sign in to comment.