v1.0.0
v1.0.0 — Stable release
Breaking (CLI)
The old browser-delete subcommand is gone. Delete is now the default action:
| Before | After |
|---|---|
| threads-cleaner browser-delete --target both | threads-cleaner --target both |
| threads-cleaner browser-delete --headed --max 5 | threads-cleaner --headed --max 5 |
| threads-cleaner browser-login | threads-cleaner login |
What's new in this release
- --newer-than: delete items newer than a duration or ISO date
- ISO date support: --older-than and --newer-than both accept ISO dates (e.g. 2026-06-01)
- Date logging: each deletion shows the item's timestamp
- No pre-scroll: deletes visible items immediately, scrolls on demand
- Replies from replies tab: no thread navigation needed
- Dedup: already-processed SVGs are skipped to prevent infinite loops