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:
parent
c1a2ec63cc
commit
182dddf5ed
2 changed files with 8 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue