python-telegram-bot/CHANGES

93 lines
1.3 KiB
Text
Raw Normal View History

2015-08-09 00:37:14 +02:00
2015-08-08
Released 2.4
Fixes Emoji class for Python 3
PEP8 improvements
2015-08-09 00:18:58 +02:00
2015-08-08
Released 2.3
Fixes ForceReply class
Remove logging.basicConfig from library
2015-07-25 23:31:01 +02:00
2015-07-25
Released 2.2
Allows debug=True when initializing telegram.Bot
2015-08-09 00:18:58 +02:00
2015-07-20 13:03:47 +02:00
2015-07-20
Released 2.1
Fix to_dict for Document and Video
2015-07-20 04:40:12 +02:00
2015-07-19
Released 2.0
Fixes bugs
Improves __str__ over to_json()
Creates abstractclass TelegramObject
2015-07-15 16:48:33 +02:00
2015-07-15
Released 1.9
Python 3 officially supported
PEP8 improvements
2015-07-12 15:35:37 +02:00
2015-07-12
Released 1.8
Fixes crash when replying an unicode text message (special thanks to JRoot3D)
2015-07-15 16:48:33 +02:00
2015-07-12 15:35:37 +02:00
2015-07-11
2015-07-11 15:02:29 +02:00
Released 1.7
Fixes crash when username is not defined on chat (special thanks to JRoot3D)
2015-07-15 16:48:33 +02:00
2015-07-11 03:41:34 +02:00
2015-07-10
Released 1.6
Improvements for GAE support
2015-07-15 16:48:33 +02:00
2015-07-10 21:52:03 +02:00
2015-07-10
Released 1.5
Fixes randomly unicode issues when using InputFile
2015-07-15 16:48:33 +02:00
2015-07-10 18:52:36 +02:00
2015-07-10
Released 1.4
requests lib is no longer required
Google App Engine (GAE) is supported
2015-07-15 16:48:33 +02:00
2015-07-10
Released 1.3
Added support to setWebhook (special thanks to macrojames)
2015-07-15 16:48:33 +02:00
2015-07-09 14:53:11 +02:00
2015-07-09
Released 1.2
CustomKeyboard classes now available
Emojis available
PEP8 improvements
2015-07-08 23:33:28 +02:00
2015-07-08
Released 1.1
PyPi package now available
2015-07-08 23:22:58 +02:00
2015-07-08
Released 1.0
Initial checkin of python-telegram-bot