Skip to content

Releases: detarkende/stremio-ncore-addon

0.7.0

03 Mar 07:48
6e19fee
Compare
Choose a tag to compare

What's Changed

  • feat: visual update on stream description by @hewdrey in #40

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

20 Feb 14:06
ff4782e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.6.0

Upgrade guide

You don't need to change anything if your previous setup was working, but if you want to try the new "Local only" mode, then you can follow the new guide (Link can be found in README).

0.5.1

07 Feb 08:31
1fef491
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

18 Jan 12:33
71296e4
Compare
Choose a tag to compare

Added a notification if the user's nCore (or any potential future torrent source) credentials are incorrect.

0.4.0

05 Jan 23:38
1ee7593
Compare
Choose a tag to compare

In this release, we get rid of many environment variables in favor of a database based configuration.

See the advanced setup guide for the remaining environment variables.

Upgrade guide:

  1. Remove the now unnecessary env vara (most probably you will only need the ncore credentials from now on, but check the documentation)
  2. Instead of the old /torrent and /downloads volumes, you should now create a single directory, mount it to /addon and all your addon-related files will be stored here.
  3. Start the new version without exposing it to the internet (the first person to fill the installation wizard form will be the admin user, so you want to make sure that’s you)
  4. Follow the installation guide.
  5. You have to remove the addon on existing devices and add it again.

Full Changelog: 0.3.1...0.4.0

0.3.1

01 Jan 19:51
f662414
Compare
Choose a tag to compare

What's Changed

  • Fix: Enable seeking in video playback by @hegi25 in #22

New Contributors

Full Changelog: 0.3.0...0.3.1

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