From 182dddf5ed9844fd10adae1bfff50b8d5ca50eda Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 12 Jul 2026 04:57:06 +0200 Subject: [PATCH] release: v0.39.1 OAuth scope-clobber fix (sign-out/in no longer drops YouTube access) + admin access-request email accuracy/multi-admin + auth loose-ends (register/reset timing, messages_ws dedup, revoke decrypt). --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4ef2eb0..d2e2400 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.39.0 +0.39.1 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index c6cf63c..daba6f9 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,13 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.39.1", + date: "2026-07-12", + fixes: [ + "Signing out and back in no longer disconnects your YouTube access.", + ], + }, { version: "0.39.0", date: "2026-07-12",