Release 3.0.0-beta.6

This commit is contained in:
Alex Root Junior 2022-11-18 11:42:47 +02:00
parent c1f4453070
commit 6494c3bfbc
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
12 changed files with 60 additions and 26 deletions

View file

@ -1 +0,0 @@
Fixed UA translations in index.po

View file

@ -1,3 +0,0 @@
(again) Added possibility to combine filters with an *and*/*or* operations.
Read more in ":ref:`Combining filters <combining-filters>`" documentation section

View file

@ -1 +0,0 @@
Fix typehints for :code:`Message`, :code:`reply_media_group` and :code:`answer_media_group` methods

View file

@ -1,8 +0,0 @@
Added following methods to ``Message`` class:
- :code:`Message.forward(...)`
- :code:`Message.edit_media(...)`
- :code:`Message.edit_live_location(...)`
- :code:`Message.stop_live_location(...)`
- :code:`Message.pin(...)`
- :code:`Message.unpin()`

View file

@ -1 +0,0 @@
Enabled testing on Python 3.11

View file

@ -1 +0,0 @@
Fixed :code:`Message.send_invoice` and :code:`Message.reply_invoice`, added missing arguments

View file

@ -1,4 +0,0 @@
Added following methods to :code:`User` class:
- :code:`User.mention_markdown(...)`
- :code:`User.mention_html(...)`

View file

@ -1 +0,0 @@
Added full support of `Bot API 6.3 <https://core.telegram.org/bots/api-changelog#november-5-2022>`_

View file

@ -1 +0,0 @@
Removed an old now non-working feature

View file

@ -1,4 +0,0 @@
Fixed copy and forward in:
- :code:`Message.answer(...)`
- :code:`Message.copy_to(...)`

View file

@ -1 +0,0 @@
Added a mandatory dependency :code:`certifi` in due to in some cases on systems that doesn't have updated ca-certificates the requests to Bot API fails with reason :code:`[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain`