- Added a share button to article detail.
- Upvote / downvote buttons now light up to reflect the current vote state.
- Cleaner article detail — title and date are more legible.
- Full-text extraction no longer gated on
isProbablyReaderable, so more articles get the full body.
- Removed the dead seed-vote code path.
- New full-screen zoomable image viewer for article images.
- Newly subscribed feeds fetch immediately with a toast confirming the result.
- Keyboard auto-dismisses after adding a feed in Settings.
- Short-article scoring penalty drops once the full text has been fetched.
- Named HTML entities (e.g.
‌) now decode properly in feed content.
- Faster rescoring: batched DB I/O and skips unchanged article state.
- Clustering is skipped when the queue has ≤ 1 page of articles.
- Image disk cache capped at 200 MB.