Releases: paulosabayomi/ThreadsPipe-py
Releases · paulosabayomi/ThreadsPipe-py
Bug fix v0.1.5
- Fixed a bug in the
__split_post__method causing the next batch of splitted posts, after adding hashtags, to reset back to the beginning.
Bug fix v0.1.4
Added
- A test case for the supported file url formats
- Support for ip address file urls added
- Added support for ports in file urls
Fix
- A fix for the RegExp check for file urls, the former RegExp doesn't pass for some urls and only matches some url formats and that caused errors which results into treating some file urls as local files.
Bug fix v0.1.3
Fixed a bug in the pipe method
Bug fix
Bug fix in the pipe method caused by the link_attachments parameter being None by default
Bug fix
Fixed a bug in the send_post method
Added the link_attachment feature
- Added the
link_attachmentparameter to thepipemethod for explicitly adding links to text-only posts - Added response object to the ThreadsPipe response method
__tp_response_msg__
ThreadsPipe CLI Bug fixes
Fixed bugs in the cli.py file and also fixed some inconsistencies in the README.md file
Fixed issue with CLI
fixed declaration issue of the ThreadsPipePy cli declaration in the pyproject.toml file
bug fix
Bug fix for threadspipepy cli
First release
The first release of ThreadsPipePy