From b09963be2b6b96c389e048b0473aacb582c3d58e Mon Sep 17 00:00:00 2001 From: npeter83 Date: Thu, 9 Jul 2026 14:43:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.34.0=20=E2=80=94=20Plex=20w?= =?UTF-8?q?atch-state=20import=20(Phase=20A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 983a07e..75544d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.33.1 \ No newline at end of file +0.34.0 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 5762aea..e95417d 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,14 @@ export interface 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", date: "2026-07-09",