Releases: Kepners/deletemytweets-app
Releases · Kepners/deletemytweets-app
Release list
v1.3.31 - Repost Deletion Fix
Bug Fixes (from Customer Services Investigation)
Root Causes Found
1. Wrong Menu Being Clicked
The caret menu selector was too broad and matched the repost button instead:
- Old:
button[aria-haspopup="menu"](matches repost button too!) - Fixed: Only target
data-testid="caret"specifically
2. Repost Undo Not Working
The popup that appears when clicking "unretweet" uses different selectors:
- Added multiple fallback selectors for repost popup
- Added direct
[data-testid="unretweetConfirm"]button click - Increased wait time for popup to appear
Customer Symptoms Fixed
- ✅ "Menu had 2 items: Undo repost, Quote" (was clicking wrong menu)
- ✅ "not deleting plain reposts in december 2025"
- ✅ Accidentally clicking other users' tweets on /with_replies
Downloads
- Windows Installer (Recommended):
Delete My Tweets Setup 1.3.31.exe - Windows Portable:
Delete My Tweets 1.3.31.exe
v1.3.30 - Video Stalling Fix
Bug Fix
Video Tweets No Longer Stall the App
Previously, video tweets would cause the app to wait until the video finished loading or timed out. Now videos are killed immediately:
- Video sources removed entirely (no network requests)
- Videos killed BEFORE and AFTER scrolling to each tweet
- No more
networkidlewaits that hang on video-heavy pages - Videos delete just as fast as text-only tweets
This should fix the issue where the app would sit on video tweets for long periods.
Downloads
- Windows Installer (Recommended):
Delete My Tweets Setup 1.3.30.exe - Windows Portable:
Delete My Tweets 1.3.30.exe
v1.3.29 - Timeline Loop Fix
Bug Fix
Timeline Looping Issue Fixed
When scrolling through your timeline, X/Twitter sometimes resets the infinite scroll back to the top. This caused:
- Getting down to October tweets, then jumping back to January 2026
- Same tweets being processed repeatedly
- Retweets appearing to not be deleted
What Changed:
- App now tracks ALL tweets seen across the entire session
- Detects when timeline loops back to already-processed tweets
- Automatically breaks out after detecting a loop
- Better logging shows progress more clearly
Downloads
- Windows Installer (Recommended):
Delete My Tweets Setup 1.3.29.exe - Windows Portable:
Delete My Tweets 1.3.29.exe
v1.3.28 - Clean Uninstall + Popup Handling
What's New
🧹 Clean Uninstall
- Uninstalling via Add/Remove Programs now removes ALL app data
- License, config, and session files are fully cleaned up
⬆️ Upgrade Handling
- Running installer over existing installation preserves your data
- License key, settings, and login sessions stay intact
🚫 Auto-dismiss Popups (v1.3.27)
- Automatically closes X/Twitter cookie consent banners
- Dismisses Premium/subscription prompts that block interactions
- Handles notification permission popups
🔐 Account Verification (v1.3.25-26)
- Better detection of logged-in account from sidebar
- Auto sign-out when wrong account detected
📊 Improved Skip Logging (v1.3.24)
- Shows both delete and repost failure reasons when both fail
- Clearer error messages for debugging
Downloads
- Windows Installer (Recommended):
Delete My Tweets Setup 1.3.28.exe - Windows Portable:
Delete My Tweets 1.3.28.exe
⚠️ macOS builds require a Mac to compile. Currently at v1.3.15.