From 9375b46bc83e9f415b33d142164fd21d8ae0408e Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 12 Jul 2026 02:26:42 +0200 Subject: [PATCH] release: v0.38.0 Plex filter-sidebar collapse + infinite-scroll fix; the whole code-hygiene sweep (Phases 1-4: dead-code/duplication cleanup, watch_sync/player fixes, guardrails). --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0f1a7df..ca75280 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.37.0 +0.38.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 01bbf01..6d0fbe8 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.38.0", + date: "2026-07-12", + summary: "The Plex filter sidebar can now be collapsed, plus a large internal cleanup.", + fixes: [ + "The Plex library no longer stops loading more titles after you open one and go back.", + ], + }, { version: "0.37.0", date: "2026-07-11",