From dd18a795eef16cd3aa69d20477b794f4c11fc0f3 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Wed, 12 Aug 2026 14:49:11 -0500 Subject: [PATCH] CHANGELOG: 1.9.34-alpha5 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0f604..d7bb3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.9.34-alpha5 + +### Fixed — the Link button in Settings always said "Authentication required" +`alpha4` shipped account linking with a button that could never work. It navigated the browser +straight at the link endpoint, and this app's session is a token held in the page rather than a +cookie — so the request arrived with no credentials and was refused, every time. + +The page now asks the server for the sign-in URL first, using its session, and follows that. Nothing +about the link itself changed. + ## 1.9.34-alpha4 Two changes to how signing in works, both found by configuring real Google and Microsoft sign-in