From 3e1460759c8683fb1459bc7b397bda6f257c87e1 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 5 Jul 2026 06:28:15 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v0.23.0=20=E2=80=94=20Plex=20integra?= =?UTF-8?q?tion=20(browse/search=20+=20rich=20player)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index fabc491..ca222b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.3 \ No newline at end of file +0.23.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 49d1a39..e5585f0 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,18 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.23.0", + date: "2026-07-05", + summary: "New optional Plex module: browse, search and play your Plex movies & TV shows.", + features: [ + "Plex integration (optional): when your admin turns it on, a new “Plex” section appears in the sidebar. Browse and search your Plex movies and TV shows as cards, just like the feed, and drill into a show's seasons and episodes.", + "Rich Plex player: play a movie or episode right in the app. Play/pause, resume where you left off (or restart), seek, skip intro/credits, step to the previous/next episode with auto-advance, pick the audio track and turn on subtitles, adjust volume, go fullscreen — all keyboard-controllable (Space, F, arrows).", + "Your watched and in-progress state is saved per account and shown on the cards. Hover a card for a quick Play/Resume and a mark-watched toggle.", + "Download the original media file straight from the player.", + "Admins: enable and set up Plex under Settings → Configuration (server URL, token, media path map, which libraries to expose), with a “Test connection” + library picker.", + ], + }, { version: "0.22.3", date: "2026-07-04",