Skip to content

v1.0.4

Latest

Choose a tag to compare

@vincentmathis vincentmathis released this 18 Jun 11:11

What's new

Locale support (German, Spanish, French, Italian, Portuguese)

  • More button SVG now also matches Mehr, Mas, Plus, Altro, Mais alongside More
  • Menu/confirm "Delete" buttons found by position (last menuitem, last dialog button) instead of text — works in any language
  • Error toast detection broadened to �rror, wrong, ry again, schief, ehler

Faster post deletion

  • Posts are now deleted in-place on the profile page — no more opening each individual thread
  • Same scroll-on-delete pattern as replies
  • Removed _collect_post_urls (30 lines of dead code)

Ghost-post handling

  • When the page shows posts you used to reply to (but your reply is gone), the tool now detects them and stops immediately instead of scrolling through endless ghost posts
  • Added _has_other_svgs check: if SVGs exist but none match your user, break early

Other fixes

  • Install-browser: uses Playwright's bundled Node driver directly (no PATH/python probing)
  • Login: sets PLAYWRIGHT_BROWSERS_PATH before launch (same fix as BrowserDeleter.start)
  • .gitignore: added .env to prevent secret leaks