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