Skip to content

Releases: python273/telegraph

Telegraph 2.2.0

26 Oct 18:36
Compare
Choose a tag to compare
  • Allow to set domain (e.g. to use a mirror like graph.org)

Telegraph 2.1.0

05 Nov 08:35
Compare
Choose a tag to compare
  • Added async client telegraph.aio.Telegraph
  • Added Telegraph.upload_file (telegraph.upload_file is deprecated now)

Telegraph 2.0.1

02 Nov 10:14
Compare
Choose a tag to compare
  • Fix pre tag: preserve whitespace

Telegraph 2.0.0

31 Oct 04:41
Compare
Choose a tag to compare
  • Python 2 is not supported anymore
  • Added telegraph.exceptions.RetryAfterError

Telegraph 1.4.1

11 Jun 04:48
Compare
Choose a tag to compare
  • #25/#21 Disable escaping non-ascii characters in json dump (thx @weakish)

Telegraph 1.4.0

04 Mar 10:36
Compare
Choose a tag to compare
  • #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

17 Sep 19:00
Compare
Choose a tag to compare

Identical to 1.3.1

Version bump for PyPI uploading

Telegraph 1.3.1

17 Sep 18:46
Compare
Choose a tag to compare
  • Replace http -> https
  • Fix NotAllowedTag error message

Telegraph 1.3.0

17 Sep 18:45
Compare
Choose a tag to compare
  • 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

26 Aug 12:50
369dbb1
Compare
Choose a tag to compare
  • Fixed HtmlToNodesParser again