Skip to content

Releases: detarkende/stremio-ncore-addon

0.3.0

19 Oct 16:11
33f74c6
Compare
Choose a tag to compare

Major project rewrite

Breaking changes:

  1. The only allowed languages now are "hu" and "en", since that is what nCore supports.
  2. Only a single language preference is allowed.

Migration guide:

  1. Change your environment variables in the following way:
  2. Rename ADMIN_FIRST_PREFERRED_LANGUAGE to ADMIN_PREFERRED_LANGUAGE
  3. Delete ADMIN_SECOND_PREFERRED_LANGUAGE
  4. In your USERS environment variable replace all instances of first_preferred_lang with preferred_lang
  5. In your USERS environment variable remove all instances of second_preferred_lang.
  6. In your environment variables replace all instances of "Hungarian" with "hu" and "English" with "en"
  7. Remove and readd the addon in all clients, since the addon url has changed.

What's Changed

New Contributors

Full Changelog: https://github.com/detarkende/stremio-ncore-addon/commits/0.3.0