Releases: mercuree/html-telegraph-poster
Releases · mercuree/html-telegraph-poster
0.5.0
- 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
- 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
- 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
No new changes, just code refactoring
0.2.3
No new changes, just code refactoring
0.2.23
Fixed jpeg type detection when uploading image from url
0.2.22
Making line break in some rare cases
0.2.21
Fixed rare case where telegra.ph removed blockquote elements
0.2.2
Properly handle br tags inside pre
Second beta release
Added code/pre tags support,
Many optimizations and bugfixes