chore(release): 0.35.0 — two-way Plex watch sync (Phase B + C)
Completes the two-way Plex ↔ Siftlode watch-state sync: Phase B (Siftlode→Plex push, immediate) and Phase C (incremental history/on-deck pull + daily full reconcile incl. un-watch). Also the auto-advance watched-mark id-race fix.
This commit is contained in:
parent
20c71c0b01
commit
a2de72420b
2 changed files with 12 additions and 1 deletions
|
|
@ -14,6 +14,17 @@ export interface ReleaseEntry {
|
|||
}
|
||||
|
||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||
{
|
||||
version: "0.35.0",
|
||||
date: "2026-07-10",
|
||||
summary: "Two-way Plex watch sync: watch in either app and both stay in step.",
|
||||
features: [
|
||||
"Two-way Plex watch sync is complete. Mark something watched — or leave it half-finished — in Siftlode and it now updates Plex too; and anything you watch (or un-mark) in the Plex app flows back to Siftlode automatically. Turn it on in Settings → Account. (Your private “hidden” marks stay in Siftlode and are never sent to Plex.)",
|
||||
],
|
||||
fixes: [
|
||||
"Auto-advancing to the next episode now marks the episode you actually finished — not the next one. Previously, if the next episode wasn't available locally, the wrong episode could be marked watched.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.34.2",
|
||||
date: "2026-07-09",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue