Skip to content

Version 1.17.0

Compare
Choose a tag to compare
@Der-Henning Der-Henning released this 22 Jun 07:41
· 242 commits to main since this release
be9b2ff

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