From c3db3b5c0dfe985a4e09d31b5369d7741a25328a Mon Sep 17 00:00:00 2001 From: ciregenz Date: Fri, 14 Aug 2026 14:51:58 -0700 Subject: [PATCH] [eric] release: 1.7.8-exp.5 carries the serve-static app fix --- backend/apps/help/changelog.py | 1 + electron/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index c8c9621d..faaa7cbc 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -45,6 +45,7 @@ P_RELEASES: List[ReleaseNote] = [ "The app no longer crawls a 21,000-server directory in the background on every launch. It now loads that list the first time you open the connector browser, and not before.", "Installing an experimental build no longer quietly puts you back on the stable one the next time you quit.", "The model you pick is the model that runs. The retired free tier was quietly forcing every session onto Haiku no matter what the picker said; it is gone, and installs still carrying it are moved off.", + "An app that had been opened before could get stuck loading forever, and opening a second window of it was the only way through. It reports where to find itself again, so the first window works.", "Apps with their own backend can start it again. On packaged builds the bundled Python shipped without the piece that makes a virtual environment usable, so every new app's backend died on startup while three separate steps reported success.", "An app whose backend is switched on always boots a real server now, instead of being served as a prebuilt page wired to an API that was never started.", "Hard-reloading an app that had no running process now actually restarts it, instead of timing out and blaming a runtime that was fine.", diff --git a/electron/package.json b/electron/package.json index 334c39c5..c90a0c2b 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.7.8-exp.4", + "version": "1.7.8-exp.5", "license": "AGPL-3.0-only", "description": "OpenSwarm \u2014 AI Agent Orchestrator", "author": "openswarm-ai",