Releases: thorstenalpers/CleanMyPosts
Releases · thorstenalpers/CleanMyPosts
CleanMyPosts 2.0.1
What's Changed
-
Fixed Bug in Repost Deletion Retry Loop
Improved handling of reposts where the deletion loop could appear to hang. The retry count has been reduced from 5 to 3 to prevent perceived infinite loops when a repost cannot be removed.
👉 Tip: Delete your original posts first before cleaning up reposts to avoid mixed-content issues. -
Fixed Documentation Bug in
DeleteAllRepliesExample
The example forDeleteAllReplieswas missing the requiredusernameparameter, causing the script to fail. The corrected usage is:DeleteAllReplies('your_username', 1000, 5);
CleanMyPosts 2.0.0
What's Changed
- Bulk Delete Reposts: Quickly remove multiple reposts in one action to maintain a clean and streamlined profile.
- Bulk Delete Replies: Effortlessly delete multiple replies at once, helping you manage and organize your interactions more efficiently.
- Improved Log View: The log display now uses HTML formatting, offering clearer and more structured output for better readability.
CleanMyPosts 1.0.3
What's Changed
- Fix: Resolved issue where cleaning actions failed on non-English operating systems.
- Improvement: Added retry logic (up to 3 attempts) for deleting posts, likes, or followings when initially not found.
CleanMyPosts 1.0.2
What's Changed
Fix: Updater was unable to start the installer
CleanMyPosts 1.0.1
What's Changed
Fix: Prevented user interactions from interfering with the browser automation process
CleanMyPosts 1.0.0
What's Changed
- Bulk Delete Posts: Easily remove multiple posts at once to keep your profile clean and organized.
- Bulk Delete Likes: Quickly delete multiple likes to manage your engagement history more efficiently.
- Bulk Delete Followings: Remove several followings at once to streamline your feed and connections.
- New Settings Page: Access and customize your preferences through the newly added Settings page.