- IMPORTANT: If you upgrade from a previous version, you MUST change how to include django_telegrambot.urls and settings.py.
- Added admin dashboard, available at /admin/django-telegrambot
- Added polling mode from management command (an easy to way to run bot in local machine, not recommended in production)
- More setting available
- Improved AppConfig
- Improved sample project
- Improved module loading
- Added sample project
- Fix compatibility with python-telegram-bot 5.1
- Fix compatibility with Django 1.10
- Fix default dispatcher and bot
- Fix multi workers
- Update for python-telegram-bot release v5.0
- Update for python-telegram-bot release v4.0.1
- Update for deprecation in python-telegram-bot release v3.4
- Fix compatibility.
- Fix compatibility.
- Fix setting certificate.
- Add method DjangoTelegramBot.getBot(); get bot instance by token or username.
- First release on PyPI.