Skip to content

v1.14.0

Choose a tag to compare

@Viren070 Viren070 released this 28 Feb 23:06
· 2229 commits to main since this release
13198e5

What's Changed

Features

  • feat: add optional API key validation and input to configuration by @Viren070 in #99
    • This adds an API_KEY environment variable that allows you to protect your instance from unauthorised use. When this environment variable is set, it adds an API Key field to the configuration page which is required to match the value set in the environment variable to be able to install and use the addon. Setting this will break previous configurations, and you will need to reconfigure and enter the API key to install it again.
  • Adds a JACKETT_INDEXERS environment variables which is used in the default Jackettio configuration
  • Improved logging (if on a CF worker, the logs are worse)
  • Added SDR as a visual tag

Fixes

  • fix(wrappers): use new config format and make service optional for comet by @Viren070 in #98
    • This updates AIOStreams to work with the rewritten comet
  • Fixes the include filter being required on both indexers and filename
  • Fixes un-ideal implementation and documentation for encryption. #87
    • It is recommended you switch to a 64 character hex key (32 character keys will continue working). Previous configurations will become incompatible after switching. (You can load your existing config by pressing configure, then updating the secret key in the environment variable, restarting the server, and generating the manifest again to keep existing configurations)
  • Fixes formatting issues for MediaFlow streams and Addon name in description
  • Fixed loading the overriden addon name from previous configurations

Full Changelog: v1.13.8...v1.14.0