mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-18 04:20:57 +03:00
Update to v1.4.3
This commit is contained in:
parent
50b77d881d
commit
0b89d9d3f9
|
@ -14,6 +14,41 @@ it can take advantage of new goodies!
|
||||||
.. contents:: List of All Versions
|
.. contents:: List of All Versions
|
||||||
|
|
||||||
|
|
||||||
|
Error Descriptions in CSV files (v1.4.3)
|
||||||
|
========================================
|
||||||
|
|
||||||
|
*Published at 2018/12/04*
|
||||||
|
|
||||||
|
While this may seem like a minor thing, it's a big usability improvement.
|
||||||
|
|
||||||
|
Anyone who wants to update the documentation for known errors, or whether
|
||||||
|
some methods can be used as a bot, user or both, can now be easily edited.
|
||||||
|
Everyone is encouraged to help document this better!
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* ``TimeoutError`` was not handled during automatic reconnects.
|
||||||
|
* Getting messages by ID using :tl:`InputMessageReplyTo` could fail.
|
||||||
|
* Fixed `message.get_reply_message
|
||||||
|
<telethon.tl.custom.message.Message.get_reply_message>`
|
||||||
|
as a bot when a user replied to a different bot.
|
||||||
|
* Accessing some document properties in a `Message
|
||||||
|
<telethon.tl.custom.message.Message>` would fail.
|
||||||
|
|
||||||
|
Enhancements
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Accessing `events.ChatAction <telethon.events.chataction.ChatAction>`
|
||||||
|
properties such as input users may now work in more cases.
|
||||||
|
|
||||||
|
Internal changes
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Error descriptions and information about methods is now loaded
|
||||||
|
from a CSV file instead of being part of several messy JSON files.
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes (v1.4.2)
|
Bug Fixes (v1.4.2)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.4.2'
|
__version__ = '1.4.3'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user