Skip to content

Releases: Der-Henning/tgtg

Version 1.14.8

27 Jan 18:12
89c8cd7
Compare
Choose a tag to compare

What's Changed

  • Added item_logo and item_cover variable by @p0lycarpio in #240
  • The Datadome cookie is now cached to prevent some captcha errors

New Contributors

Full Changelog: v1.14.7...v1.14.8

Version 1.14.7

25 Jan 11:14
4c6f7f0
Compare
Choose a tag to compare

What's Changed

  • Improved captcha handling and fewer warnings.

Full Changelog: v1.14.6...v1.14.7

Version 1.14.6

22 Jan 15:16
528d20b
Compare
Choose a tag to compare

What's Changed

  • Updated handling of 403 captcha errors

Full Changelog: v1.14.5...v1.14.6

Version 1.14.5

15 Jan 19:16
51c9a58
Compare
Choose a tag to compare

What's Changed

  • Bugfix: v1.14.4 caused a bug #241
  • HTTP Session is reseted on ERROR 403.

Full Changelog: v1.14.4...v1.14.5

Version 1.14.4

13 Jan 21:00
440a0d9
Compare
Choose a tag to compare

What's Changed

  • Increased TGTG token refresh rate on 403 Errors (captcha error)
  • updated dependencies

Full Changelog: v1.14.3...v1.14.4

Version 1.14.3

08 Jan 19:36
d932dd5
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Didn't get WEBHOOK_BODY from environment variables by @abgd1234 in #236

New Contributors

Full Changelog: v1.14.2...v1.14.3

Version 1.14.2

05 Jan 16:34
168149e
Compare
Choose a tag to compare

What's Changed

  • Hotfix: Parsing of newline characters \n from environment variables

Full Changelog: v1.14.1...v1.14.2

Version 1.14.1

05 Jan 13:15
1678cce
Compare
Choose a tag to compare

What's Changed

  • Fix: #227 SMTP notifier didn't send mails to multiple recipients.
  • Dependency updates

Full Changelog: v1.14.0...v1.14.1

Version 1.14.0

15 Dec 14:03
b6716e5
Compare
Choose a tag to compare

What's Changed

  • Colorful logs. by @ThomasDelsart in #205
  • Switched to Python 3.10
  • Combined scanner and helper functions to main.py. For usage of the helper functions see Readme.

New Contributors

Full Changelog: v1.13.0...v1.14.0

Version 1.13.0

04 Oct 16:59
Compare
Choose a tag to compare

What's Changed

  • !BREAKING CHANGE! Bugfix for SMTP SSL/TLS configuration by @Mike221002 in #166. The SMTP TSL option previously enabled SSL. Modified the configuration example in the config.sample.ini for gmail. If you use the SMTP Notifications please review your settings when updating to this release.
  • New Feature: new cron option for notifiers. Set cron to limit notifications to be send only in the specified time range.
  • New Feature: new optional body option for IFTTT.

New Contributors

Full Changelog: v1.12.1...v1.13.0