Releases: detarkende/stremio-ncore-addon
Releases · detarkende/stremio-ncore-addon
0.7.0
0.6.0
What's Changed
- fix: selected file is sample file by @detarkende in #33
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
What's Changed
- feat: display torrent source config issues by @detarkende in #29
Full Changelog: 0.5.0...0.5.1
0.5.0
Added a notification if the user's nCore (or any potential future torrent source) credentials are incorrect.
0.4.0
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:
- Remove the now unnecessary env vara (most probably you will only need the ncore credentials from now on, but check the documentation)
- 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.
- 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)
- Follow the installation guide.
- You have to remove the addon on existing devices and add it again.
Full Changelog: 0.3.1...0.4.0
0.3.1
0.3.0
Major project rewrite
Breaking changes:
- The only allowed languages now are "hu" and "en", since that is what nCore supports.
- Only a single language preference is allowed.
Migration guide:
- Change your environment variables in the following way:
- Rename
ADMIN_FIRST_PREFERRED_LANGUAGE
toADMIN_PREFERRED_LANGUAGE
- Delete
ADMIN_SECOND_PREFERRED_LANGUAGE
- In your
USERS
environment variable replace all instances offirst_preferred_lang
withpreferred_lang
- In your
USERS
environment variable remove all instances ofsecond_preferred_lang
. - In your environment variables replace all instances of "Hungarian" with "hu" and "English" with "en"
- Remove and readd the addon in all clients, since the addon url has changed.
What's Changed
- Fixes by @slashwarm in #4
- feat: replace config file with env vars by @detarkende in #6
- update dependencies by @detarkende in #7
- feat: add cocker support by @detarkende in #8
- bugfix: don't await torrent loading and verification on startup by @detarkende in #11
- feat: replace docker base from alpine to bookworm-slim by @detarkende in #12
- feat: add ci pipeline by @detarkende in #13
- fix: incorrect behavior of git hooks by @detarkende in #14
- Rewrite + separate FE and BE into monorepo packages by @detarkende in #20
New Contributors
- @slashwarm made their first contribution in #4
- @detarkende made their first contribution in #6
Full Changelog: https://github.com/detarkende/stremio-ncore-addon/commits/0.3.0