Releases: detarkende/stremio-ncore-addon
Releases · detarkende/stremio-ncore-addon
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