From 7a2745fb71bbf48958c25488a7c8991ea825b671 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Thu, 13 Aug 2026 01:04:12 -0700 Subject: [PATCH] [eric] release: 1.7.8-exp.2 version bump plus changelog lines for the four shipped fixes --- backend/apps/help/changelog.py | 4 ++++ electron/package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index 25cafe55..aa951af9 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -31,6 +31,10 @@ P_RELEASES: List[ReleaseNote] = [ "Your window keeps the size you gave it, even after the app recovers from a crash.", ], fixes=[ + "Deleting a published app now takes it off the internet. It used to remove the app from your machine while the public link kept serving it, and because the record was gone you could no longer take it down.", + "Publishing warns you about a backend the published app cannot run, however the code happens to write the address. It only recognised one spelling before, so most such apps published clean and broke only once they were live.", + "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.", "Fable is no longer offered in the model picker. It never worked when selected.", "A chat that started failing on \"that request hit a snag\" now recovers on your next message instead of staying broken until you branch it.", diff --git a/electron/package.json b/electron/package.json index 857bbc2f..587b9a8b 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,8 +1,8 @@ { "name": "openswarm", - "version": "1.7.8-exp.1", + "version": "1.7.8-exp.2", "license": "AGPL-3.0-only", - "description": "OpenSwarm — AI Agent Orchestrator", + "description": "OpenSwarm \u2014 AI Agent Orchestrator", "author": "openswarm-ai", "main": "main.js", "scripts": { @@ -220,4 +220,4 @@ }, "afterSign": "scripts/notarize.js" } -} +} \ No newline at end of file