docs(release): correct 0.10.0 note — reload isn't guarded
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.
This commit is contained in:
parent
1e41a624ff
commit
b5141ab112
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue