Releases: Der-Henning/tgtg
Releases · Der-Henning/tgtg
Version 1.20.3
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
What's Changed
Full Changelog: v1.20.1...v1.20.2
Version 1.20.1
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
What's Changed
- New Feature: Individual recipients per item for SMTP Notifier by @lars-devs in #442
New Contributors
- @lars-devs made their first contribution in #442
Full Changelog: v1.19.0...v1.20.0
Version 1.19.0
What's Changed
- New Feature: Ntfy Access Token support by @web2brain in #434
- Bugfix for #444
New Contributors
- @web2brain made their first contribution in #434
Full Changelog: v1.18.0...v1.19.0
Version 1.18.0
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
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
What's Changed
- BugFix: Reservation Notification should now be escaped properly #379
Full Changelog: v1.17.0...v1.17.1
Version 1.17.0
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_bytesorimage=item_cover_bytes - Added new telegram notifier option
disableCommands=false. Set totrueto disable bot commands and use telegram only for notifications. - Some minor bugfixes
- Dependency updates
New Contributors
- @nikdav made their first contribution in #340
- @sjoerdj made their first contribution in #336
- @crashcoq made their first contribution in #369
Full Changelog: v1.16.3...v1.17.0