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:
parent
b2c9897001
commit
9375b46bc8
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.37.0
|
||||
0.38.0
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue