mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Bump to v1.35
This commit is contained in:
parent
8137b12bec
commit
d77ac18695
|
@ -13,6 +13,34 @@ it can take advantage of new goodies!
|
||||||
|
|
||||||
.. contents:: List of All Versions
|
.. contents:: List of All Versions
|
||||||
|
|
||||||
|
New layer (v1.35)
|
||||||
|
=================
|
||||||
|
|
||||||
|
+------------------------+
|
||||||
|
| Scheme layer used: 178 |
|
||||||
|
+------------------------+
|
||||||
|
|
||||||
|
`View new and changed raw API methods <https://diff.telethon.dev/?from=173&to=178>`__.
|
||||||
|
|
||||||
|
Additions
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* ``drop_author`` parameter now exposed in ``forward_messages``.
|
||||||
|
|
||||||
|
Enhancements
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* "Custom secret support" should work with ``TcpMTProxy``.
|
||||||
|
* Some type hints should now be more accurate.
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* Session path couldn't be a ``pathlib.Path`` or ``None``.
|
||||||
|
* Python versions older than 3.9 should now be supported again.
|
||||||
|
* Readthedocs should hopefully build the v1 documentation again.
|
||||||
|
|
||||||
|
|
||||||
New layer (v1.34)
|
New layer (v1.34)
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -23,7 +51,7 @@ New layer (v1.34)
|
||||||
`View new and changed raw API methods <https://diff.telethon.dev/?from=167&to=173>`__.
|
`View new and changed raw API methods <https://diff.telethon.dev/?from=167&to=173>`__.
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
* ``reply_to_chat`` and ``reply_to_sender`` are now in ``Message``.
|
* ``reply_to_chat`` and ``reply_to_sender`` are now in ``Message``.
|
||||||
This is useful when you lack access to the chat, but Telegram still included some basic information.
|
This is useful when you lack access to the chat, but Telegram still included some basic information.
|
||||||
|
|
|
@ -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.34.0'
|
__version__ = '1.35.0'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user