Release v0.1.1
Pre-release
Pre-release
[0.1.1] - 2025-11-08
Added
- Comprehensive guide for using MenuBuilder with ConversationHandler
- New example
conversation_handler_menu.pydemonstrating properper_messageconfiguration - Documentation file
docs/conversation_handler_guide.mdwith best practices - Support for python-telegram-bot up to version 22.5
Changed
- Updated dependency range:
python-telegram-bot>=20.0,<22.6(was<22.0) - Clarified ConversationHandler integration requirements in documentation
Fixed
- Documented solution for
CallbackQueryHandlerin fallbacks not working withper_message=False - Added warning about PTBUserWarning when using incompatible handler types with
per_message=True