From b5141ab112d582c88a8aecca6a4931e473a06097 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 19 Jun 2026 00:20:38 +0200 Subject: [PATCH] =?UTF-8?q?docs(release):=20correct=200.10.0=20note=20?= =?UTF-8?q?=E2=80=94=20reload=20isn't=20guarded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The note claimed 'leaving the page with unsaved changes asks first', but the beforeunload prompt was deliberately removed (native dialog; we use in-app ones). Only in-app section switching is guarded — reword to say exactly that. --- frontend/src/lib/releaseNotes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 056b709..5315045 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -19,7 +19,7 @@ export const RELEASE_NOTES: ReleaseEntry[] = [ date: "2026-06-19", summary: "Settings you save explicitly, plus a calmer, more honest playback experience.", features: [ - "Settings now save explicitly: your changes preview instantly, but only apply to your account when you press Save — with a clear “Settings saved” confirmation. A Discard button reverts everything, and leaving the page with unsaved changes asks first.", + "Settings now save explicitly: your changes preview instantly, but only apply to your account when you press Save — with a clear “Settings saved” confirmation. A Discard button reverts everything, and switching to another section with unsaved changes asks before discarding them.", ], fixes: [ "The in-app player no longer throws a spurious “Server error (502)” when a video finishes or while the server is briefly busy: passing hiccups are retried automatically, and if the server is momentarily unreachable you get a single “connection lost” notice that clears itself the moment it's back — instead of an error you had to dismiss.",