Skip to content

Releases: Der-Henning/tgtg

Version 1.20.3

24 Feb 17:01
d7a3b17

Choose a tag to compare

What's Changed

  • BugFix: Locale setting had no effekt on notifications #468
  • Dependency updates

Full Changelog: v1.20.2...v1.20.3

Version 1.20.2

07 Feb 22:00
82a13d3

Choose a tag to compare

What's Changed

Full Changelog: v1.20.1...v1.20.2

Version 1.20.1

22 Jan 17:06
363b444

Choose a tag to compare

What's Changed

  • BugFix: Updated Push Safer configuration documentation. Added deprecation notice for old variable names.

Full Changelog: v1.20.0...v1.20.1

Version 1.20.0

14 Jan 19:14
787a01a

Choose a tag to compare

What's Changed

  • New Feature: Individual recipients per item for SMTP Notifier by @lars-devs in #442

New Contributors

Full Changelog: v1.19.0...v1.20.0

Version 1.19.0

13 Jan 13:58
a791fc4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.19.0

Version 1.18.0

06 Jan 13:59
0273785

Choose a tag to compare

What's Changed

  • Added favorite management using Telegram by @floriegl in #386
  • Fix: New item structure in TGTG API, closes #433
  • Added item value variable
  • Switched dependency management to Poetry
  • Notifiers now run in separate threads
  • Updated Telegram Bot to v20
  • Switched to Python 3.11

New Contributors

Full Changelog: v1.17.1...v1.18.0

Version 1.18.0_rc3

01 Jan 17:32
e2e3611

Choose a tag to compare

Version 1.18.0_rc3 Pre-release
Pre-release

What's Changed

  • Added favorite management using Telegram by @floriegl in #386
  • Switched dependency management to Poetry
  • Notifiers now run in separate threads
  • Updated Telegram Bot to v20
  • Switched to Python 3.11

New Contributors

Full Changelog: v1.17.1...v1.18.0_rc3

Version 1.17.1

24 Jun 05:52
142b32c

Choose a tag to compare

What's Changed

  • BugFix: Reservation Notification should now be escaped properly #379

Full Changelog: v1.17.0...v1.17.1

Version 1.17.0

22 Jun 07:41
be9b2ff

Choose a tag to compare

What's Changed

  • Possible breaking change !!!
    The telegram notifier now uses the markdown_v2 parser. You might need to update your configuration!
    For more details see https://github.com/Der-Henning/tgtg/wiki/Configuration#note-on-markdown-v2
  • New Feature: Distance and time calculation by @nikdav in #340.
    Use the new variables "distance_walking", "distance_driving", "distance_transit", "distance_biking", "duration_walking", "duration_driving", "duration_transit", "duration_biking"
  • New Feature: Reservations.
    The Telegram bot now can make a reservation on the next bag available (no payment). The Reservation will be active for 5 minutes or until you cancel the reservation via the telegram bot. Now you can buy the bag in the official TGTG app.
  • New Feature: Script Notifier by @sjoerdj in #336.
    Execute any script when a new bag is available.
  • New Feature: Support for multiple crons by @crashcoq in #369.
    The cron options now support multiple ';'-separated crons. E.g. * 18-21 * * 1-5; * 7-21 * * 6
  • Added optional activity indicator for console application. It can be deactivated with Activity=False
  • The telegram notifier now supports images. Use the new telegram option image=item_logo_bytes or image=item_cover_bytes
  • Added new telegram notifier option disableCommands=false. Set to true to disable bot commands and use telegram only for notifications.
  • Some minor bugfixes
  • Dependency updates

New Contributors

Full Changelog: v1.16.3...v1.17.0

Version 1.16.3

25 May 19:29
f8d5b42

Choose a tag to compare

What's Changed

  • Bump TGTG API endpoint to v8 #342

New Contributors

Full Changelog: v1.16.2...v1.16.3