Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 27 May 09:02
· 60 commits to master since this release

v0.2.4 — Bug Fix Release

Fixes

  • Episode switching not working in seriesseason 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 timeactiveProfile 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