mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-26 22:42:23 +02:00
[eric] release: 1.7.8-exp.2 version bump plus changelog lines for the four shipped fixes
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user