chore(release): 0.34.0 — Plex watch-state import (Phase A)

This commit is contained in:
npeter83 2026-07-09 14:43:22 +02:00
parent a6b3020b4b
commit b09963be2b
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.33.1 0.34.0

View file

@ -14,6 +14,14 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.34.0",
date: "2026-07-09",
summary: "Bring your Plex watch history into Siftlode.",
features: [
"Plex watch sync (first step): turn it on in Settings → Account and Siftlode imports what you've already watched (and what you're mid-way through) from Plex, so your Plex history shows up here too. Two-way syncing — so watching in either app updates the other — follows in the next updates.",
],
},
{ {
version: "0.33.1", version: "0.33.1",
date: "2026-07-09", date: "2026-07-09",