chore(release): 0.34.1 — Plex watch import concurrency fix

This commit is contained in:
npeter83 2026-07-09 15:19:17 +02:00
parent 5592f60e85
commit cbe203391e
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,14 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.34.1",
date: "2026-07-09",
summary: "Fix: turning on Plex watch sync could show a server error.",
fixes: [
"Enabling Plex watch sync could briefly show a \"Server error\" if the switch was toggled again while the first import was still running. The import is now safe to run more than once, and the switch is disabled while it works. (If you saw the error, your Plex history still imported correctly.)",
],
},
{
version: "0.34.0",
date: "2026-07-09",