release: v0.37.0 — unified library, series view, adaptive filters, collections picker

This commit is contained in:
npeter83 2026-07-11 03:50:34 +02:00
parent a9edc48cb4
commit bf8d4b94a0
2 changed files with 20 additions and 1 deletions

View file

@ -1 +1 @@
0.36.4
0.37.0

View file

@ -14,6 +14,25 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.37.0",
date: "2026-07-11",
summary: "Movies and shows in one library, a Plex-style series view, and smarter filters.",
features: [
"Movies and TV shows now share one unified library — browse them together and narrow to Both, Movies, or Shows from the sidebar.",
"A Plex-web-style series view: drill into a show's seasons and episodes, with quick watched toggles for a whole show, a whole season, or a single episode.",
"Filters are now adaptive — picking one narrows the others, so you're only offered options that still return results. In genre “All” (match-all) mode, only genres that actually co-occur with your current pick are shown.",
"The Collections filter is back in the sidebar as a searchable picker that spans all your libraries.",
"Series pages got a polish pass: season/episode quick actions and a subtle full-page art backdrop.",
],
fixes: [
"The grid now refreshes reliably after playback or a collection edit.",
"Filter counts and ranges no longer include hidden titles, so they match what you actually see.",
],
chores: [
"Faster whole-show/season “mark watched” and quicker show opening; internal cleanup of dead code and duplication.",
],
},
{
version: "0.36.4",
date: "2026-07-10",