| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-14 | feat(feed): auto-discover feed URLs from HTML pages | nsfisis | |
| When an HTML page is provided instead of a direct feed URL, parse <link rel="alternate"> tags to find RSS/Atom feeds. Atom is preferred over RSS when both are present. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-01 | refactor: extract feed fetch and sync logic into shared feed package | nsfisis | |
| Consolidate duplicated feed fetching and article syncing code from AddFeed resolver and fetchOneFeed into reusable feed.Fetch and feed.Sync functions. This unifies behavior (10s timeout, article updates) across both call sites. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
