2015-10-08 11:31:48 -03:00
|
|
|
2015-10-08
|
|
|
|
Released 2.8.7
|
|
|
|
Type as optional for GroupChat class
|
|
|
|
|
|
|
|
|
2015-10-08 10:23:12 -03:00
|
|
|
2015-10-08
|
|
|
|
Released 2.8.6
|
|
|
|
Adds type to User and GroupChat classes (pre-release Telegram feature)
|
|
|
|
|
|
|
|
|
2015-09-24 09:29:23 -03:00
|
|
|
2015-09-24
|
|
|
|
Released 2.8.5
|
|
|
|
Handles HTTP Bad Gateway (503) errors on request
|
|
|
|
Fixes regression on Audio and Document for unicode fields
|
|
|
|
|
|
|
|
|
2015-09-20 12:52:40 -03:00
|
|
|
2015-09-20
|
|
|
|
Released 2.8.4
|
|
|
|
getFile and File.download is now fully supported
|
|
|
|
|
|
|
|
|
2015-09-20 12:43:32 -03:00
|
|
|
2015-09-10
|
|
|
|
Released 2.8.3
|
|
|
|
Moved Bot._requestURL to its own class (telegram.utils.request)
|
|
|
|
Much better, such wow, Telegram Objects tests
|
|
|
|
Add consistency for str properties on Telegram Objects
|
|
|
|
Better design to test if chat_id is invalid
|
|
|
|
Add ability to set custom filename on Bot.sendDocument(..,filename='')
|
|
|
|
Fix Sticker as InputFile
|
|
|
|
Send JSON requests over urlencoded post data
|
|
|
|
Markdown support for Bot.sendMessage(..., parse_mode=ParseMode.MARKDOWN)
|
|
|
|
Refactor of TelegramError class (no more handling IOError or URLError)
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-05
|
|
|
|
Released 2.8.2
|
|
|
|
Fix regression on Telegram ReplyMarkup
|
|
|
|
Add certificate to is_inputfile method
|
|
|
|
|
|
|
|
|
2015-09-04 19:00:54 -03:00
|
|
|
2015-09-05
|
|
|
|
Released 2.8.1
|
|
|
|
Fix regression on Telegram objects with thumb properties
|
|
|
|
|
|
|
|
|
2015-09-04 18:19:05 -03:00
|
|
|
2015-09-04
|
|
|
|
Released 2.8
|
|
|
|
TelegramError when chat_id is empty for send* methods
|
|
|
|
setWebhook now supports sending self-signed certificate
|
|
|
|
Huge redesign of existing Telegram classes
|
|
|
|
Added support for PyPy
|
|
|
|
Added docstring for existing classes
|
|
|
|
|
|
|
|
|
2015-08-19 16:16:06 -03:00
|
|
|
2015-08-19
|
|
|
|
Released 2.7.1
|
|
|
|
Fixed JSON serialization for message
|
|
|
|
|
|
|
|
|
2015-08-17 13:15:29 -03:00
|
|
|
2015-08-17
|
2015-08-19 16:16:06 -03:00
|
|
|
Released 2.7
|
2015-08-17 13:15:29 -03:00
|
|
|
Added support for Voice object and sendVoice method
|
|
|
|
Due backward compatibility performer or/and title will be required for sendAudio
|
2015-08-19 16:16:06 -03:00
|
|
|
Fixed JSON serialization when forwarded message
|
2015-08-17 13:15:29 -03:00
|
|
|
|
|
|
|
|
2015-08-15 15:06:32 -03:00
|
|
|
2015-08-15
|
|
|
|
Released 2.6.1
|
|
|
|
Fixed parsing image header issue on < Python 2.7.3
|
|
|
|
|
|
|
|
|
2015-08-14 16:36:39 -03:00
|
|
|
2015-08-14
|
|
|
|
Released 2.6.0
|
|
|
|
Depreciation of require_authentication and clearCredentials methods
|
|
|
|
Giving AUTHORS the proper credits for their contribution for this project
|
|
|
|
Message.date and Message.forward_date are now datetime objects
|
|
|
|
|
|
|
|
|
2015-08-11 23:49:26 -03:00
|
|
|
2015-08-12
|
|
|
|
Released 2.5.3
|
|
|
|
telegram.Bot now supports to be unpickled
|
|
|
|
|
|
|
|
|
2015-08-11 17:37:28 -03:00
|
|
|
2015-08-11
|
|
|
|
Released 2.5.2
|
|
|
|
New changes from Telegram Bot API have been applied
|
|
|
|
telegram.Bot now supports to be pickled
|
|
|
|
Return empty str instead None when message.text is empty
|
|
|
|
|
|
|
|
|
2015-08-10 14:48:24 -03:00
|
|
|
2015-08-10
|
|
|
|
Released 2.5.1
|
|
|
|
Moved from GPLv2 to LGPLv3
|
|
|
|
|
|
|
|
|
2015-08-09 10:17:32 -03:00
|
|
|
2015-08-09
|
|
|
|
Released 2.5
|
|
|
|
Fixes logging calls in API
|
|
|
|
|
|
|
|
|
2015-08-08 19:37:14 -03:00
|
|
|
2015-08-08
|
|
|
|
Released 2.4
|
|
|
|
Fixes Emoji class for Python 3
|
2015-08-10 14:48:24 -03:00
|
|
|
PEP8 improvements
|
2015-08-08 19:37:14 -03:00
|
|
|
|
|
|
|
|
2015-08-08 19:18:58 -03:00
|
|
|
2015-08-08
|
|
|
|
Released 2.3
|
|
|
|
Fixes ForceReply class
|
|
|
|
Remove logging.basicConfig from library
|
|
|
|
|
|
|
|
|
2015-07-25 18:31:01 -03:00
|
|
|
2015-07-25
|
|
|
|
Released 2.2
|
|
|
|
Allows debug=True when initializing telegram.Bot
|
|
|
|
|
2015-08-08 19:18:58 -03:00
|
|
|
|
2015-07-20 08:03:47 -03:00
|
|
|
2015-07-20
|
|
|
|
Released 2.1
|
|
|
|
Fix to_dict for Document and Video
|
|
|
|
|
|
|
|
|
2015-07-19 23:40:12 -03:00
|
|
|
2015-07-19
|
|
|
|
|
|
|
|
Released 2.0
|
|
|
|
Fixes bugs
|
|
|
|
Improves __str__ over to_json()
|
2015-08-10 14:48:24 -03:00
|
|
|
Creates abstractclass TelegramObject
|
2015-07-19 23:40:12 -03:00
|
|
|
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
2015-07-15
|
|
|
|
|
|
|
|
Released 1.9
|
|
|
|
Python 3 officially supported
|
|
|
|
PEP8 improvements
|
|
|
|
|
|
|
|
|
2015-07-12 10:35:37 -03:00
|
|
|
2015-07-12
|
|
|
|
|
|
|
|
Released 1.8
|
|
|
|
Fixes crash when replying an unicode text message (special thanks to JRoot3D)
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
|
2015-07-12 10:35:37 -03:00
|
|
|
2015-07-11
|
2015-07-11 10:02:29 -03:00
|
|
|
|
|
|
|
Released 1.7
|
|
|
|
Fixes crash when username is not defined on chat (special thanks to JRoot3D)
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
|
2015-07-10 22:41:34 -03:00
|
|
|
2015-07-10
|
|
|
|
|
|
|
|
Released 1.6
|
|
|
|
Improvements for GAE support
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
|
2015-07-10 16:52:03 -03:00
|
|
|
2015-07-10
|
|
|
|
|
|
|
|
Released 1.5
|
|
|
|
Fixes randomly unicode issues when using InputFile
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
|
2015-07-10 13:52:36 -03:00
|
|
|
2015-07-10
|
|
|
|
|
|
|
|
Released 1.4
|
|
|
|
requests lib is no longer required
|
|
|
|
Google App Engine (GAE) is supported
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
|
2015-07-10 09:24:44 -03:00
|
|
|
2015-07-10
|
|
|
|
|
|
|
|
Released 1.3
|
|
|
|
Added support to setWebhook (special thanks to macrojames)
|
|
|
|
|
2015-07-15 11:48:33 -03:00
|
|
|
|
2015-07-09 09:53:11 -03:00
|
|
|
2015-07-09
|
|
|
|
|
|
|
|
Released 1.2
|
|
|
|
CustomKeyboard classes now available
|
|
|
|
Emojis available
|
|
|
|
PEP8 improvements
|
|
|
|
|
|
|
|
|
2015-07-08 18:33:28 -03:00
|
|
|
2015-07-08
|
|
|
|
|
|
|
|
Released 1.1
|
|
|
|
PyPi package now available
|
|
|
|
|
|
|
|
|
2015-07-08 18:22:58 -03:00
|
|
|
2015-07-08
|
|
|
|
|
|
|
|
Released 1.0
|
|
|
|
Initial checkin of python-telegram-bot
|