Releases: danimart1991/jackett2telegram
Releases · danimart1991/jackett2telegram
2.1.1
2.1.0
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
1.16
What's Changed
- Fix #19. Issue with no cover releases. by @danimart1991 in #20
New Contributors
- @danimart1991 made their first contribution in #20
Full Changelog: 1.15...1.16
1.15
What's Changed
- Improve Torrent File parse in Blackhole
- Change Styles to Black Formatter
- Update python-telegram-bot to 21.1. Adapt code.
- Refactor code to improve logging and resolve bugs
- Fix f-string expression part cannot include a backslash
Full Changelog: 1.13...1.15
1.13
Revert 1.12 because critical issue on #17.
Full Changelog: 1.11...1.13
1.11
What's Changed
- Fix #15: Lock requirements version to avoid dependencies issues
Full Changelog: 1.10...1.11
1.10
What's Changed
Full Changelog: 1.9...1.10
Update Python version to fix vulnerabilities
Add Trackers List Sort by name.
- Add Trackers List Sort by name.