diff --git a/VERSION b/VERSION index 64c3512..0f1a7df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.36.4 \ No newline at end of file +0.37.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 7ae346b..01bbf01 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -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",