From d41d292ec95490b8b5fe418e026cd411614e875a Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Fri, 27 Mar 2026 12:09:46 +0100 Subject: [PATCH] Update fossflow to 0da9ff3 (#5210) --- fossflow/docker-compose.yml | 2 +- fossflow/umbrel-app.yml | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/fossflow/docker-compose.yml b/fossflow/docker-compose.yml index 6dd45c41..10d73d99 100644 --- a/fossflow/docker-compose.yml +++ b/fossflow/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: "80" web: - image: stnsmith/fossflow:master-8f307cd@sha256:e8276c8bf353c9815e88b067a746d05ecde230bbe6b9e203be004b8e48963e26 + image: stnsmith/fossflow:master-0da9ff3@sha256:5554f931d6197ae1e3c12045089d436dc42181e5f94dc7cfff6dd0357a8b0089 restart: on-failure volumes: - ${APP_DATA_DIR}/data/diagrams:/data/diagrams diff --git a/fossflow/umbrel-app.yml b/fossflow/umbrel-app.yml index 5f8d25d3..f5a304b6 100644 --- a/fossflow/umbrel-app.yml +++ b/fossflow/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: fossflow category: networking name: FossFLOW -version: "8f307cd" +version: "0da9ff3" tagline: Make beautiful isometric infrastructure diagrams description: >- FossFLOW is a feature-rich, open-source Progressive Web App (PWA) designed for creating elegant and professional **isometric diagrams**. @@ -33,14 +33,9 @@ submitter: Kanishk Pachauri submission: https://github.com/getumbrel/umbrel-apps/pull/3959 releaseNotes: >- This release includes: - - Added SVG export support - - Added Turkish and Indonesian language support - - Added German translations - - Upgraded to React 19 - - Fixed undo/redo history reliability with extensive automated testing - - Improved performance by refactoring store subscriptions and reducing unnecessary re-renders - - Fixed lasso selection not moving nodes when text items were also selected - - Fixed flickering issue + - Added HTTP Basic Authentication support + - Fixed icon position glitching when placing icons + - Made settings tabs scrollable to prevent content from being hidden - Resolved security vulnerabilities in dependencies