Skip to content

Releases: danimart1991/jackett2telegram

2.1.1

28 Nov 10:13
Compare
Choose a tag to compare

What's Changed

  • fix: reserved characters in some info messages

Full Changelog: 2.1.0...2.1.1

2.1.0

23 Nov 22:51
Compare
Choose a tag to compare

What's Changed

  • feat: add support to prowlarr

Full Changelog: 2.0.1...2.1.0

2.0.1

20 Nov 18:33
Compare
Choose a tag to compare

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

26 Apr 09:12
a03dae4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15...1.16

1.15

24 Apr 10:57
Compare
Choose a tag to compare

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

22 Apr 20:21
Compare
Choose a tag to compare

Revert 1.12 because critical issue on #17.

Full Changelog: 1.11...1.13

1.11

20 Jun 12:58
Compare
Choose a tag to compare

What's Changed

  • Fix #15: Lock requirements version to avoid dependencies issues

Full Changelog: 1.10...1.11

1.10

20 Jun 10:39
f34bae3
Compare
Choose a tag to compare

What's Changed

  • Update to latest stable python alpine, resolve some security issues by @comassky in #13

Full Changelog: 1.9...1.10

Update Python version to fix vulnerabilities

26 Feb 09:54
f54d48a
Compare
Choose a tag to compare

Update Python version to fix vulnerabilities (@comassky - #9)

Add Trackers List Sort by name.

20 Jan 15:55
Compare
Choose a tag to compare
  • Add Trackers List Sort by name.