22Changes
33=======
44
5+ **2018-08-29 **
56*Released 11.0.0 *
67
78Fully support Bot API version 4.0!
9+ (also some bugfixes :))
810
911Telegram Passport (`#1174 `_):
1012
@@ -13,8 +15,8 @@ Telegram Passport (`#1174`_):
1315 - New bot method: set_passport_data_errors
1416 - New filter: Filters.passport_data
1517 - Field passport_data field on Message
16- - PassportData is automagically decrypted when you specify your private key when creating Updater or Bot .
17- - PassportFiles is also automagically decrypted as you download/retrieve them .
18+ - PassportData can be easily decrypted .
19+ - PassportFiles are automatically decrypted if originating from decrypted PassportData .
1820- See new passportbot.py example for details on how to use, or go to `our telegram passport wiki page `_ for more info
1921- NOTE: Passport decryption requires new dependency `cryptography `.
2022
@@ -35,13 +37,25 @@ Other Bot API 4.0 changes:
3537 - Phone number also seems to have limited support for now
3638- Add Bot.send_animation, add width, height, and duration to Animation, and add Filters.animation. (`#1172 `_)
3739
40+ Non Bot API 4.0 changes:
3841
39- .. _`#1174` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1174
40- .. _`#1184` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1184
41- .. _`#1170` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1170
42+ - Minor integer comparison fix (`#1147 `_)
43+ - Fix Filters.regex failing on non-text message (`#1158 `_)
44+ - Fix ProcessLookupError if process finishes before we kill it (`#1126 `_)
45+ - Add t.me links for User, Chat and Message if available and update User.mention_* (`#1092 `_)
46+ - Fix mention_markdown/html on py2 (`#1112 `_)
47+
48+ .. _`#1092` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1092
49+ .. _`#1112` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1112
50+ .. _`#1126` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1126
51+ .. _`#1147` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1147
52+ .. _`#1158` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1158
4253.. _`#1166` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1166
43- .. _`#1179` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1179
54+ .. _`#1170` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1170
55+ .. _`#1174` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1174
4456.. _`#1172` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1172
57+ .. _`#1179` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1179
58+ .. _`#1184` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1184
4559.. _`our telegram passport wiki page` : https://git.io/fAvYd
4660
4761**2018-05-02 **
0 commit comments