From 08049d2aa50f5e921f696c50a0502de249f54624 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Thu, 23 Jul 2026 04:27:20 +0200 Subject: [PATCH] =?UTF-8?q?release:=200.53.0=20=E2=80=94=20R4=20auth=20fun?= =?UTF-8?q?nel=20&=20abuse=20hardening?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 655b900..328047e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.52.0 \ No newline at end of file +0.53.0 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 920dcc0..fce6092 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,24 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.53.0", + date: "2026-07-23", + summary: + "Account & sign-in dead ends fixed, a way out of a forgotten messaging passphrase, and share-link password controls — plus security hardening.", + features: [ + "Forgot your secure-messaging passphrase? You can now reset it from the unlock screen and start fresh with a new one. Resetting permanently clears your existing message history (it can't be decrypted without the old passphrase) — you're warned clearly before it happens.", + "Didn't get your verification email, or the link expired? You can now request a new one right from the sign-in screen.", + "Share links: you can now change or remove the password on an existing link, not just when creating it. Changing it immediately stops the old password from working.", + ], + fixes: [ + "Completing a password reset now also verifies your email — so an account that never clicked the original verification link isn't left stuck.", + "Cancelling Google sign-in now returns you to the login page with a clear message instead of a raw error page; the same for cancelling a Google connect/upgrade from inside the app.", + ], + chores: [ + "Security hardening: rotating a share-link password now instantly revokes links already handed out; the share recipient list and messaging key lookup no longer reveal suspended/deactivated accounts; and assorted race-condition and abuse-surface fixes.", + ], + }, { version: "0.52.0", date: "2026-07-22",