mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Bump to v1.12.0
This commit is contained in:
parent
01cf4967a5
commit
67a9718f9e
|
@ -13,6 +13,36 @@ it can take advantage of new goodies!
|
||||||
|
|
||||||
.. contents:: List of All Versions
|
.. contents:: List of All Versions
|
||||||
|
|
||||||
|
Bug Fixes (v1.12)
|
||||||
|
=================
|
||||||
|
|
||||||
|
*Published at 2020/04/20*
|
||||||
|
|
||||||
|
+------------------------+
|
||||||
|
| Scheme layer used: 111 |
|
||||||
|
+------------------------+
|
||||||
|
|
||||||
|
Once again nothing major, but a few bug fixes and primarily the new layer
|
||||||
|
deserves a new minor release.
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
These were already included in the ``v1.11.3`` patch:
|
||||||
|
|
||||||
|
* ``libssl`` check was failing on macOS.
|
||||||
|
* Getting input users would sometimes fail on `events.ChatAction
|
||||||
|
<telethon.events.chataction.ChatAction>`.
|
||||||
|
|
||||||
|
These bug fixes are available in this release and beyond:
|
||||||
|
|
||||||
|
* Avoid another occurrence of `MemoryError`.
|
||||||
|
* Sending large files in albums would fail because it tried to cache them.
|
||||||
|
* The ``thumb`` was being ignored when sending files from :tl:`InputFile`.
|
||||||
|
* Fixed editing inline messages from callback queries in some cases.
|
||||||
|
* Proxy connection is now blocking which should help avoid some errors.
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes (v1.11)
|
Bug Fixes (v1.11)
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
@ -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.11.3'
|
__version__ = '1.12.0'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user