Releases: markusressel/telegram-click
Releases · markusressel/telegram-click
v2.3.0
What’s Changed
🚀 Features and ✨ Enhancements
- allow command decorator in classmethods and staticmethods (#12) by @markusressel
- allow f.ex. "2%" strings on float type (#11) by @markusressel
🐛 Bugfixes
- Parse command target bot (#10) by @markusressel
v2.2.3
What’s Changed
- Feature/supergroups (#6) by @markusressel
v2.2.1
What’s Changed
🐛 Bugfixes
- check if passed argument is none and use default value if possible (#5) by @markusressel
v2.2.0
- allow quoted arguments
- permission_denied_message is hidden by default
v2.1.0
- 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
- error handling
- permission handling fix
v2.0.0
- 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
- bugfix for too many arguments error popping up wrongly
- fixed license
v1.0.0
- initial release