Merge: promote dev to prod
Some checks failed
CI / frontend (push) Failing after 37s
CI / backend (push) Failing after 33s

This commit is contained in:
npeter83 2026-06-19 00:20:38 +02:00
commit ee16bf6d70

View file

@ -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.",