From 15820c70c138ba48634125756e0428937f7d042d Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 25 Mar 2026 13:01:21 +0100 Subject: [PATCH] Update node-red-standalone to 4.1.8 (#5168) --- node-red-standalone/docker-compose.yml | 2 +- node-red-standalone/umbrel-app.yml | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/node-red-standalone/docker-compose.yml b/node-red-standalone/docker-compose.yml index fdedde1d..0d25975e 100644 --- a/node-red-standalone/docker-compose.yml +++ b/node-red-standalone/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: web: - image: nodered/node-red:4.1.7@sha256:cf2d5657f12faebffaf1cea10203f277a2445434dec6a997212080ec0080f6c5 + image: nodered/node-red:4.1.8@sha256:a5cb1dcdf90a7148b02b9dba4acfe6bd98c7bf3bff1e845dcdecfd7af3a95a29 network_mode: host restart: on-failure stop_grace_period: 1m diff --git a/node-red-standalone/umbrel-app.yml b/node-red-standalone/umbrel-app.yml index 85544d8b..38d30d19 100644 --- a/node-red-standalone/umbrel-app.yml +++ b/node-red-standalone/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: node-red-standalone category: automation name: "Node-RED" -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 @@ -15,11 +15,13 @@ 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. releaseNotes: >- This release includes editor improvements and bug fixes: - - Removed legacy IE7 CSS hacks for a cleaner codebase - - Fixed subflow colors so each subflow can have its own color - - Allow palette categories to be set via theme plugin - - Fixed touch events on ports being blocked - - Updated dependencies for improved stability + - 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 + - Added badges to function node tabs that contain code + - Updated tar dependency for improved stability Full release notes are found at https://github.com/node-red/node-red/releases