Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:35
· 33 commits to master since this release

InPlayerEpisodePreview 2.0.0

I am pleased to announce InPlayerEpisodePreview version 2.0.0

This release overhauls the core data-loading logic,
making it more reliable and efficient, and opens the door to loading additional data.

New features

  • Data is now lazy loaded in chunks on demand, resulting in faster loading times
  • Related Collections/Playlists can now be searched (#68, #83)
  • Seasons and Collection/Playlist groups will now show a watch count
  • The watch progress bar can now be hidden from image cards (#87)
  • Added an option to only spoiler protect unwatched Episodes/Movies
  • Descriptions are now height-limited, with an option to expand and show the full text

Bug fixes

  • Fixed plugin settings not applying to non-admin users (#89)
  • Fixed playback sometimes starting in the wrong browser tab or device
  • Fixed preview UI remaining visible after navigating away from playback (#38)

Technical changes

  • Removed the window.fetch hook and instead load and process all data in the backend
  • All endpoints now require authentication
  • Improved session handling
  • Bumped frontend dependencies to their latest versions

Full Changelog: v1.6.1...v2.0.0