Release Notes
New Features
Next Up Section
Added a "Next Up" section on the home screen that shows the next unwatched episode from your TV series. It automatically updates in real-time when you finish watching episodes.
- Only shows completely unwatched episodes (no partial progress)
- Updates instantly via WebSocket when you mark episodes as watched
- Separate from Continue Watching - no overlap between sections
Improvements
Performance
- Episode lists now load faster by fetching media sources only when you hit play
- Next Up data is cached and refreshed intelligently to avoid unnecessary API calls
UI Stability
- Fixed spacing issues where sections would shift up/down while scrolling
- Home screen layout now stays consistent regardless of content metadata
Technical Details
New Methods:
invalidateNextUpCache()- Refreshes Next Up data from APIgetFullEpisodeDetails()- Loads complete episode info on-demand
Configuration:
enableResumable: false- Next Up excludes in-progress episodesenableRewatching: false- Next Up excludes watched episodes
Full Changelog: v0.0.3-alpha-hotfix...v0.0.4-alpha