Skip to content

Releases: paulosabayomi/ThreadsPipe-py

Bug fix v0.1.5

17 Sep 18:32

Choose a tag to compare

  • 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

17 Sep 14:29

Choose a tag to compare

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

17 Sep 00:18

Choose a tag to compare

Fixed a bug in the pipe method

Bug fix

16 Sep 22:51

Choose a tag to compare

Bug fix in the pipe method caused by the link_attachments parameter being None by default

Bug fix

16 Sep 17:25

Choose a tag to compare

Fixed a bug in the send_post method

Added the link_attachment feature

16 Sep 17:14

Choose a tag to compare

  • Added the link_attachment parameter to the pipe method for explicitly adding links to text-only posts
  • Added response object to the ThreadsPipe response method __tp_response_msg__

ThreadsPipe CLI Bug fixes

15 Sep 20:38

Choose a tag to compare

Fixed bugs in the cli.py file and also fixed some inconsistencies in the README.md file

Fixed issue with CLI

15 Sep 02:47

Choose a tag to compare

fixed declaration issue of the ThreadsPipePy cli declaration in the pyproject.toml file

bug fix

15 Sep 02:29

Choose a tag to compare

Bug fix for threadspipepy cli

First release

15 Sep 01:30
58862f5

Choose a tag to compare

The first release of ThreadsPipePy