Releases: paulosabayomi/ThreadsPipe-py
Releases · paulosabayomi/ThreadsPipe-py
Bug fixes
v0.4.4 - Minor bug fix
Fix
- Forgot to add dots to the end of each post split when post length is less than the post limit but it will be more than the limit after the provided tag(s) is/are added to it, this bug was originally fixed in v0.4.1 but forgot to add dots to the splitted post, and this has been fixed.
v0.4.3 - Minor Bug fix
- Forgot to uncomment some lines of code I commented out when testing.
v0.4.2 - Perfected the bug fix in v0.4.1
Fix
- Perfected the bug fix in version 0.4.1 because the update caused rest of the part of the post text to be stripped off and replaced with the tag, now fixed and working properly.
v0.4.1 - Bug fix
- Fixed a bug in the
__split_post__method in which post length that is a bit less than 500 will get returned with the added tag making it go above the post limit.
v0.4.0 - New scope scope and bug fix
Added
- Added the update to the Meta's Threads API released on October 28, 2024, the
sharesmetric indicating the number of shares of a Threads post
Fix
- Fixed a bug in the
get_auth_tokenmethod in which thescopeproperty was not handled to handle the case where user provided a single scope.
v0.3.0 - New feature
Added
- Added the update to the Meta's Threads API released on October 9, 2024 for the support for post quoting and reposts to ThreadsPipe.
Fix
- In the
__refresh_token__function in the cli.py file I changed the return statement in the status code check topprint.pp.
v0.2.1 - Bug fixes
- Fixed a bug caused by method that checks if a file is base64 or not and causes error if the file is a binary
v0.2.0 - Media file limit increment and bug fixes
Fix
- I added the method that I forgot to add that will delete the temporarily uploaded github files when the post debug check before publishing posts fails.
Added
- Added the recent update (released on September 19, 2024) to the Meta's Threads API for the increase number of media files that can be in a post and updated the limit in the README.
Bug fix and new parameter v0.1.6
Fix
- Fixed a bug in pipe method in which the tags at the end posts that has newline or space characters are ignored
Added
- Added
link_attachment_urlto the list of items to be returned forget_postabdget_posts. - Added
threads_api_versionparameter, for changing/setting the Threads API version number, to the class object parameter and to theupdate_parammethod.