chore(release): 0.16.2 — access-requests UX + back-navigation fixes
This commit is contained in:
parent
6621390cb1
commit
7a97fef33c
2 changed files with 10 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.16.1
|
||||
0.16.2
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue