Skip to content

Releases: mercuree/html-telegraph-poster

0.5.0

05 Nov 22:37
Compare
Choose a tag to compare
  • Now you can pass telegraph_api_url to TelegraphPoster and use alternative servers like https://api.graph.org (see Readme file)
  • Significantly reduced size of createPage payload, now data is treated as application/json
  • fixed tests

0.4.0

20 Jun 12:53
Compare
Choose a tag to compare
  • added ability to upload all images from the html document via utils module (see Readme)
  • upload_image now accepts request/response timeout

0.3.0

19 Jan 11:22
Compare
Choose a tag to compare
  • Drop python 2.7 support
  • Now it is possible to upload images from files and file-like objects
  • Image uploader now can return json object instead of image url

0.2.31

20 Nov 15:01
Compare
Choose a tag to compare

No new changes, just code refactoring

0.2.3

20 Nov 14:56
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

No new changes, just code refactoring

0.2.23

07 Nov 00:19
Compare
Choose a tag to compare

Fixed jpeg type detection when uploading image from url

0.2.22

23 Oct 12:35
Compare
Choose a tag to compare

Making line break in some rare cases

0.2.21

31 Aug 19:56
Compare
Choose a tag to compare

Fixed rare case where telegra.ph removed blockquote elements

0.2.2

19 Aug 14:14
Compare
Choose a tag to compare

Properly handle br tags inside pre

Second beta release

01 Feb 09:45
Compare
Choose a tag to compare
Second beta release Pre-release
Pre-release

Added code/pre tags support,
Many optimizations and bugfixes