mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 10:53:44 +03:00
Update to v1.5.5
This commit is contained in:
parent
c2c8a3caeb
commit
b79c4510a6
|
@ -14,6 +14,40 @@ it can take advantage of new goodies!
|
||||||
.. contents:: List of All Versions
|
.. contents:: List of All Versions
|
||||||
|
|
||||||
|
|
||||||
|
Layer Update (v1.5.5)
|
||||||
|
=====================
|
||||||
|
|
||||||
|
*Published at 2019/01/14*
|
||||||
|
|
||||||
|
+-----------------------+
|
||||||
|
| Scheme layer used: 93 |
|
||||||
|
+-----------------------+
|
||||||
|
|
||||||
|
There isn't an entry for v1.5.4 because it contained only one hot-fix
|
||||||
|
regarding loggers. This update is slightly bigger so it deserves mention.
|
||||||
|
|
||||||
|
Additions
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* New ``supports_streaming`` parameter in `client.send_file
|
||||||
|
<telethon.client.uploads.UploadMethods.send_file>`.
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* Dealing with mimetypes should cause less issues in systems like Windows.
|
||||||
|
* Potentially fix alternative session storages that had issues with dates.
|
||||||
|
|
||||||
|
Enhancements
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Saner timeout defaults for conversations.
|
||||||
|
* ``Path``-like files are now supported for thumbnails.
|
||||||
|
* Added new hot-keys to the online documentation at
|
||||||
|
https://lonamiwebs.github.io/Telethon/ such as ``/`` to search.
|
||||||
|
Press ``?`` to view them all.
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes (v1.5.3)
|
Bug Fixes (v1.5.3)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -21,13 +55,6 @@ Bug Fixes (v1.5.3)
|
||||||
|
|
||||||
Several bug fixes and some quality of life enhancements.
|
Several bug fixes and some quality of life enhancements.
|
||||||
|
|
||||||
Additions
|
|
||||||
~~~~~~~~~
|
|
||||||
|
|
||||||
* You can now "hide_via" when clicking on results from `client.inline_query
|
|
||||||
<telethon.client.bots.BotMethods.inline_query>` to @bing and @gif.
|
|
||||||
* You can now further configure the logger Telethon uses to suit your needs.
|
|
||||||
|
|
||||||
Breaking Changes
|
Breaking Changes
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -36,6 +63,13 @@ Breaking Changes
|
||||||
toggle them you need to explicitly set them. This is generally the desired
|
toggle them you need to explicitly set them. This is generally the desired
|
||||||
behaviour, but may cause some bots to have buttons when they shouldn't.
|
behaviour, but may cause some bots to have buttons when they shouldn't.
|
||||||
|
|
||||||
|
Additions
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* You can now "hide_via" when clicking on results from `client.inline_query
|
||||||
|
<telethon.client.bots.BotMethods.inline_query>` to @bing and @gif.
|
||||||
|
* You can now further configure the logger Telethon uses to suit your needs.
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -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.5.4'
|
__version__ = '1.5.5'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user