This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
v1.5.0
Features
- Create new polls from native Telegram Polls. Thanks to @Josxa
- Add complete deletion of all user data
- Support
/stop
Improvements
- Better hints for
- Streamline poll styling interface
- Added feature request tab in
/help
Fixes
- Option with empty names can be fixed
- Handle
/start
messages without a message - Handle polls that have too many options during creation
- Fix a bug where inline message references could be duplicated
Internal
- Fixe race-condition database bugs by running certain callback handlers synchronous
- Add a contribution guide
- New sentry sdk
- Code formatting with black
- Cleanup session handling