From 14120a43f7e43cbe5a1263fe379b8dfe0a195fb0 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 12 Aug 2026 09:35:53 -0700 Subject: [PATCH] [eric] changelog: 1.7.7 gains the passkey sign-in and board-wipe lines --- backend/apps/help/changelog.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index ba37f242..d837f60a 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -33,6 +33,8 @@ P_RELEASES: List[ReleaseNote] = [ "Dictation starts faster: the microphone stays warm for a few minutes after each use.", ], fixes=[ + "Passkey and Touch ID sign-in works again; the account picker was answering \"none\" and cancelling every attempt.", + "A momentary read error can no longer wipe a dashboard's layout permanently; it is treated as an error instead of an empty board.", "Apps no longer get stuck on \"Starting preview\" forever; one app that served a prebuilt bundle used to wedge every other app until a restart.", "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.",