Releases: python273/telegraph
Releases · python273/telegraph
Telegraph 2.2.0
Telegraph 2.1.0
- Added async client
telegraph.aio.Telegraph
- Added
Telegraph.upload_file
(telegraph.upload_file
is deprecated now)
Telegraph 2.0.1
- Fix
pre
tag: preserve whitespace
Telegraph 2.0.0
- Python 2 is not supported anymore
- Added
telegraph.exceptions.RetryAfterError
Telegraph 1.4.1
Telegraph 1.4.0
- #18 Add replacing access token after revoke (thx @paradox70)
- #20 Fix throwing
InvalidHTML
exception when there's no start tag (thx @blue-bird1)
Telegraph 1.3.2
Identical to 1.3.1
Version bump for PyPI uploading
Telegraph 1.3.1
- Replace http -> https
- Fix NotAllowedTag error message
Telegraph 1.3.0
- Add autoclosing void elements
- Add more exceptions to HtmlToNodesParser
- Fix whitespace between inline elements
- Add file uploading function
- Add Sphinx doc
Telegraph 1.2.1
- Fixed HtmlToNodesParser again