From 7a97fef33c2812fa125e239ac1d51b54243936b2 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 26 Jun 2026 01:42:12 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.16.2=20=E2=80=94=20access-r?= =?UTF-8?q?equests=20UX=20+=20back-navigation=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 2a0970c..201a22c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.1 +0.16.2 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index b1a5e4a..2809643 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,15 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.16.2", + date: "2026-06-26", + summary: "Smoother navigation and tidier access-request handling.", + fixes: [ + "The browser/mouse Back button now steps back the way you'd expect: from an open message conversation it returns to your conversation list (not the previous module), and it closes the video player or an open dialog instead of jumping off the page.", + "Access requests: the “Review” link opens straight to the Access requests tab, the notice clears itself the moment you approve (no refresh needed), and a leftover sign-in link no longer lingers in the address bar.", + ], + }, { version: "0.16.1", date: "2026-06-26",