Skip to content

Releases: markusressel/telegram-click

v2.3.0

17 Jul 22:54
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

🐛 Bugfixes

v2.2.3

17 Jul 13:29
Compare
Choose a tag to compare

What’s Changed

v2.2.1

16 Jul 23:15
Compare
Choose a tag to compare

What’s Changed

🐛 Bugfixes

  • check if passed argument is none and use default value if possible (#5) by @markusressel

v2.2.0

16 Jul 21:30
Compare
Choose a tag to compare
  • allow quoted arguments
  • permission_denied_message is hidden by default

v2.1.0

16 Jul 21:26
Compare
Choose a tag to compare
  • combine permissions using logical operators & | and ~
  • removed unused command parameter from evaluation function
  • hide commands from command list if the user has no permission to use them anyway
  • generate info message if the user has permission for 0 commands
  • added integrated permission handlers
    • PRIVATE_CHAT
    • GROUP_CHAT
    • USER_ID
    • USER_NAME
    • GROUP_CREATOR
    • GROUP_ADMIN

v2.0.1

16 Jul 21:21
Compare
Choose a tag to compare
  • error handling
  • permission handling fix

v2.0.0

15 Jul 16:41
Compare
Choose a tag to compare
  • automatic type conversion for well known types bool, int and float
  • added per command permission handling
    • many breaking changes because of necessary refactoring

v1.0.1

15 Jul 16:40
Compare
Choose a tag to compare
  • bugfix for too many arguments error popping up wrongly
  • fixed license

v1.0.0

15 Jul 16:39
Compare
Choose a tag to compare
  • initial release