Skip to content

Releases: markusressel/telegram-click

v6.0.2

09 Sep 14:58
Compare
Choose a tag to compare

🐛 Bugfixes

v6.0.1

06 Feb 19:06
Compare
Choose a tag to compare

Docker release fix

v6.0.0

06 Feb 18:58
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

v5.0.1

07 Oct 22:26
Compare
Choose a tag to compare

What’s Changed

  • Removed dependency version pinning

v5.0.0

29 Aug 01:52
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

BREAKING CHANGES

  • reversed parameter order of "update" and "context" params to align with python-telegram-bot (#45) by @markusressel

v4.1.0

24 Aug 15:16
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

v4.0.0

20 Aug 13:48
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

  • Feature/#35 error handler (#36) by @markusressel
    • this is a breaking change. The parameters permission_denied_message and print_error have been removed from the @command decorator and can now be accessed using constructor parameters silent_denial and print_error on DefaultErrorHandler. For more complex logic write your own ErrorHandler, see here

v3.3.4

01 Mar 22:50
Compare
Choose a tag to compare

What’s Changed

  • force required arguments before optional arguments
  • don't parse floating arguments as flags

v3.3.3

01 Mar 22:49
Compare
Choose a tag to compare

What’s Changed

  • sorting bugfix

v3.3.2

01 Mar 22:48
Compare
Choose a tag to compare

What’s Changed

  • print example as code block