Skip to content

Release v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@smoxy smoxy released this 08 Nov 22:24

[0.1.1] - 2025-11-08

Added

  • Comprehensive guide for using MenuBuilder with ConversationHandler
  • New example conversation_handler_menu.py demonstrating proper per_message configuration
  • Documentation file docs/conversation_handler_guide.md with 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 CallbackQueryHandler in fallbacks not working with per_message=False
  • Added warning about PTBUserWarning when using incompatible handler types with per_message=True