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:
2026-07-12 02:26:42 +02:00
parent 78fcbb651f
commit c7ef5a87b2
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.37.0
0.38.0
+8
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",