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:
npeter83 2026-07-12 04:57:06 +02:00
parent c1a2ec63cc
commit 182dddf5ed
2 changed files with 8 additions and 1 deletions

View file

@ -1 +1 @@
0.39.0 0.39.1

View file

@ -14,6 +14,13 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: 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", version: "0.39.0",
date: "2026-07-12", date: "2026-07-12",