Releases: markusressel/telegram-click
Releases · markusressel/telegram-click
v6.0.3
What’s Changed
- Bump python-telegram-bot from 20.7 to 21.6 (#137) by @dependabot
- Bump certifi from 2023.11.17 to 2024.7.4 (#136) by @dependabot
- Bump idna from 3.6 to 3.7 (#126) by @dependabot
- Bump emoji from 2.10.1 to 2.12.1 (#131) by @dependabot
- Bump pytest from 8.1.1 to 8.2.2 (#134) by @dependabot
- Bump emoji from 2.9.0 to 2.10.1 (#120) by @dependabot
- Bump olegtarasov/get-tag from 2.1.2 to 2.1.3 (#122) by @dependabot
- Bump pytest from 8.0.2 to 8.1.1 (#124) by @dependabot
- Bump pytest from 7.4.2 to 8.0.2 (#119) by @dependabot
- Bump python-telegram-bot from 20.5 to 20.7 (#116) by @dependabot
- Bump emoji from 2.8.0 to 2.9.0 (#117) by @dependabot
- Bump actions/setup-python from 4 to 5 (#118) by @dependabot
- Bump python-telegram-bot from 20.4 to 20.5 (#111) by @dependabot
- Bump actions/checkout from 3 to 4 (#112) by @dependabot
- Bump pytest from 7.4.1 to 7.4.2 (#113) by @dependabot
- Bump python-telegram-bot from 20.0 to 20.1 (#102) by @dependabot
- Bump actions/checkout from 2 to 3 (#103) by @dependabot
- Bump actions/setup-python from 1 to 4 (#104) by @dependabot
v6.0.2
🐛 Bugfixes
- fix missing await (#101) by @markusressel
v6.0.1
Docker release fix
v6.0.0
What’s Changed
- Bump pytest from 7.2.0 to 7.2.1 (#99) by @dependabot
- Bump certifi from 2022.9.24 to 2022.12.7 (#97) by @dependabot
- Bump pytest from 7.1.3 to 7.2.0 (#94) by @dependabot
- Bump emoji from 2.1.0 to 2.2.0 (#95) by @dependabot
- Bump emoji from 1.7.0 to 2.1.0 (#93) by @dependabot
- Bump python-telegram-bot from 13.11 to 13.14 (#92) by @dependabot
- Bump pytest from 7.1.1 to 7.1.3 (#91) by @dependabot
- Bump python-telegram-bot from 13.9 to 13.11 (#81) by @dependabot
- Bump emoji from 1.6.1 to 1.7.0 (#84) by @dependabot
- Bump pytest from 6.2.5 to 7.1.1 (#86) by @dependabot
- fix tests (#78) by @markusressel
- Bump python-telegram-bot from 13.5 to 13.7 (#69) by @dependabot
- Bump emoji from 1.2.0 to 1.4.2 (#71) by @dependabot
- Upgrade to GitHub-native Dependabot (#65) by @dependabot-preview
- Bump python-telegram-bot from 13.4.1 to 13.5 (#66) by @dependabot-preview
- Bump pytest from 6.2.3 to 6.2.4 (#67) by @dependabot-preview
- Bump python-telegram-bot from 13.3 to 13.4.1 (#63) by @dependabot-preview
- Bump pytest from 6.2.2 to 6.2.3 (#64) by @dependabot-preview
- Bump pytest from 6.2.1 to 6.2.2 (#57) by @dependabot-preview
- Bump emoji from 0.6.0 to 1.2.0 (#59) by @dependabot-preview
- Bump python-telegram-bot from 13.0 to 13.3 (#62) by @dependabot-preview
- Bump pytest from 6.1.1 to 6.2.1 (#56) by @dependabot-preview
- [Security] Bump cryptography from 3.1.1 to 3.2 (#52) by @dependabot-preview
🚀 Features and ✨ Enhancements
- migrate to python-telegram-bot v20 (#100) by @markusressel
v5.0.1
What’s Changed
- Removed dependency version pinning
v5.0.0
What’s Changed
🚀 Features and ✨ Enhancements
- added
hidden
parameter (#45) by @markusressel
BREAKING CHANGES
- reversed parameter order of "update" and "context" params to align with python-telegram-bot (#45) by @markusressel
v4.1.0
What’s Changed
🚀 Features and ✨ Enhancements
- Feature/#40 single dash (#43) by @markusressel
- Feature/#37 combined flags (#42) by @markusressel
- Feature/help message improvements (#41) by @markusressel
- Feature/#38 differentiate quoted and non quoted (#39) by @markusressel
v4.0.0
What’s Changed
- Bump python-telegram-bot from 12.6.1 to 12.8 (#31) by @dependabot-preview
- Bump emoji from 0.5.4 to 0.6.0 (#34) by @dependabot-preview
- Bump pytest from 5.4.3 to 6.0.1 (#33) by @dependabot-preview
- Bump pytest from 5.4.1 to 5.4.3 (#30) by @dependabot-preview
- Bump python-telegram-bot from 12.5.1 to 12.6.1 (#27) by @dependabot-preview
🚀 Features and ✨ Enhancements
- Feature/#35 error handler (#36) by @markusressel
- this is a breaking change. The parameters
permission_denied_message
andprint_error
have been removed from the@command
decorator and can now be accessed using constructor parameterssilent_denial
andprint_error
onDefaultErrorHandler
. For more complex logic write your ownErrorHandler
, see here
- this is a breaking change. The parameters
v3.3.4
What’s Changed
- force required arguments before optional arguments
- don't parse floating arguments as flags
v3.3.3
What’s Changed
- sorting bugfix