2.0.1
What's Changed
- Configure Renovate by @renovate in #23
- Update python Docker tag to v3.13 by @renovate in #24
- Update actions/checkout action to v4 by @renovate in #25
- Update docker/login-action action to v3 by @renovate in #28
- Update docker/build-push-action action to v6 by @renovate in #27
- Update docker/metadata-action action to v5 by @renovate in #29
- feat!: refactor app arguments from env_vars to args
- fix: dockerfile python parameters
BREAKING CHANGE
Basic configuration must be set now using Python Arguments and not modifying the jacket2telegram.py
file. Example:
$ python jackett2telegram.py --token 123456:123456789abcdef --chat_id -123456789
If you are using Docker you only need to update the container 🙂
New Contributors
Full Changelog: 1.16...2.0.1