Skip to content

v1.12.0

Compare
Choose a tag to compare
@Viren070 Viren070 released this 30 Jan 01:36
· 15 commits to main since this release
7e53384

What's Changed

  • ADDON_PROXY_CONFIG environment variable to control which requests to addons are proxied.
    • e.g. *:false,*.strem.fun:true would only proxy requests to any subdomains at strem.fun
  • DETERMINISTIC_ADDON_ID environment variable which should help with separate installs on some apps that group addon streams by addon IDs for whatever reason
  • AIOStreams no longer fails requests to an addon when a single debrid service fails, it continues to provide streams from other debrid services.

Important

This update changes the way you have to modify the code for cloudflare workers to work. The guide at #32 has been updated to reflect this.

Full Changelog: v1.11.5...v1.12.0