Skip to content

v0.5.0 (2020-09-27)

Compare
Choose a tag to compare
@doingodswork doingodswork released this 27 Sep 20:15
· 58 commits to master since this release
  • Added: Support for Stremio's "/configure" endpoint to show a website that generates a "stremio://.../some-configuration/manifest.json" link
    • The required fields in the manifest type
    • Handlers for the "/configure" and "/:userData/configure" endpoints
    • This is now also used by the custom addon example including a simple HTML file that's served
  • Improved: Increased buffer size for longer request URLs
  • Improved: Changed the implementations of the custom middlewares, endpoint and manifest callback in the custom addon example to make everything more clear
  • Improved: Allow Base64URL encoding both with and without padding
  • Improved: Decoded user data is now logged
  • Fixed catalog addon example