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).
This commit is contained in:
2026-07-12 04:57:06 +02:00
parent ac0bb19d32
commit 216200eebf
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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",