[eric] release: 1.7.6-exp.3 carries the canvas, pinch, fullscreen, dictation, sign-in-iframe and metadata-deadline fixes

This commit is contained in:
ciregenz
2026-08-11 12:50:47 -07:00
parent 1a00fe93b8
commit 514c21e0ef
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -33,6 +33,12 @@ P_RELEASES: List[ReleaseNote] = [
"Dictation starts faster: the microphone stays warm for a few minutes after each use.",
],
fixes=[
"The canvas can no longer break into a state where panning dies, cards vanish, and the zoom reads NaN; a bad camera value is refused instead of saved.",
"A stray trackpad pinch outside the canvas no longer magnifies the whole app out of view; it snaps back within a second.",
"Quitting while a window is leaving fullscreen no longer crashes the app, and no longer leaves an invisible copy running either.",
"Google sign-in inside the built-in browser stopped being refused as an embedded browser on sites like Pinterest.",
"Starting dictation lights up the stop control only in the chat you are dictating into, not every chat at once.",
"Chat titles and tool-group labels can no longer hang a request for ten minutes when a provider is wedged; they fall back within 45 seconds.",
"Signing in with Google lands every time. The sign-in could previously finish in your browser and never reach the app, leaving you signed out after a reload.",
"Experimental builds stop flipping back and forth with the stable version on every restart.",
"If the app briefly loses its local connection it now retries and heals itself, and tells you plainly when it cannot, instead of spinning forever with no explanation.",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openswarm",
"version": "1.7.6-exp.2",
"version": "1.7.6-exp.3",
"license": "AGPL-3.0-only",
"description": "OpenSwarm — AI Agent Orchestrator",
"author": "openswarm-ai",