Update to v1.5.5

This commit is contained in:
Lonami Exo 2019-02-02 11:36:38 +01:00
parent c2c8a3caeb
commit b79c4510a6
2 changed files with 42 additions and 8 deletions

View File

@ -14,6 +14,40 @@ it can take advantage of new goodies!
.. 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)
==================
@ -21,13 +55,6 @@ Bug Fixes (v1.5.3)
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
~~~~~~~~~~~~~~~~
@ -36,6 +63,13 @@ Breaking Changes
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.
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
~~~~~~~~~

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.5.4'
__version__ = '1.5.5'