You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Episode switching not working in series — season and episode params were not forwarded to source URL builders, so every episode loaded the same URL
Avatar buttons submitting the setup form — avatar picker buttons inside <form> defaulted to type="submit", accidentally creating a master account when clicking an avatar
Reset All Data not redirecting to TMDB API setup — the in-memory store cache in the main process was not cleared during reset, causing the app to skip setup and go to profile select instead
charAt crash opening Settings for the first time — activeProfile was never set after setup completed, causing profileName.charAt(0) to throw
ErrorBoundary "Try Again" button — now does a full page reload to reliably clear error states
Additions
Report button in ErrorBoundary — opens a pre-filled GitHub issue with the error message and stack trace Full Changelog: v0.2.3...v0.2.4