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).
This commit is contained in:
npeter83 2026-07-12 02:26:42 +02:00
parent b2c9897001
commit 9375b46bc8
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.37.0
0.38.0

View file

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