Skip to content

Releases: thorstenalpers/CleanMyPosts

CleanMyPosts 2.0.1

06 Jul 16:00
008896e

Choose a tag to compare

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 DeleteAllReplies Example
    The example for DeleteAllReplies was missing the required username parameter, causing the script to fail. The corrected usage is:

    DeleteAllReplies('your_username', 1000, 5);

CleanMyPosts 2.0.0

28 May 06:29

Choose a tag to compare

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

26 May 07:30
16cb6fb

Choose a tag to compare

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

24 May 11:26

Choose a tag to compare

What's Changed

Fix: Updater was unable to start the installer

CleanMyPosts 1.0.1

23 May 16:59

Choose a tag to compare

What's Changed

Fix: Prevented user interactions from interfering with the browser automation process

CleanMyPosts 1.0.0

23 May 16:24

Choose a tag to compare

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.