chore(release): 0.34.0 — Plex watch-state import (Phase A)
This commit is contained in:
parent
a6b3020b4b
commit
b09963be2b
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.33.1
|
0.34.0
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue