Releases: ebellocchia/telegram_payment_bot
Releases · ebellocchia/telegram_payment_bot
Version 0.8.0
- Migrate to full async/await client
- Add different authentication types to email (
NONE,SSL_TLS,STARTTLS) - Add support to xlsx files
Version 0.7.3
- Use
pyrotgfork, sincepyrogramwas archived
Version 0.7.2
- Update Python versions
Version 0.7.1
- Fix replying to commands in topics
Version 0.7.0
- Add support for service accounts (
payment_google_cred_type) - Add possibility to specify the worksheet index in config (
payment_worksheet_idx)
Version 0.6.3
- Minor bug fix (passing not-existent variable as parameter)
Version 0.6.2
- Migrate Google OAuth flow after deprecation
Version 0.6.1
- Fix some mypy and prospector warnings
- Add configuration for isort and run it on project
Version 0.6.0
- Add support for pyrogram version 2 (version 1 still supported)
Version 0.5.3
- Members without username or that haven't paid are kicked until no one left (useful in channels with more than 200 members)