release: 0.10.0
Explicit Save/Discard for Settings; self-resolving connection-lost notice + automatic retry of transient gateway 502s; state-change notices gated on server confirmation; Settings panel height tidy-up.
This commit is contained in:
parent
e94dde1950
commit
1e41a624ff
2 changed files with 14 additions and 1 deletions
|
|
@ -14,6 +14,19 @@ export interface ReleaseEntry {
|
|||
}
|
||||
|
||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||
{
|
||||
version: "0.10.0",
|
||||
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.",
|
||||
],
|
||||
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.",
|
||||
"Confirmations like “Marked watched” or “Hidden” now appear only after the server has actually applied the change, so you'll never see a success message for something that didn't go through.",
|
||||
"Tidied the Settings page height — no more unnecessary empty space and scrolling.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.9.0",
|
||||
date: "2026-06-18",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue