1
0
Fork 0
forked from 0x2E/fusion
Commit graph

10 commits

Author SHA1 Message Date
Yuan
103ece629f
feat: display unread count in sidebar (#147)
* udpate deps

* feat: display unread count in sidebar
2025-04-25 13:29:27 +08:00
Michael Lynch
df412f17d3
Recover after feed fetch failure with exponential backoff (#108)
* Recover after feed fetch failure with exponential backoff

The current implementation stops attempting to fetch a feed if fusion encounters any error fetching it. The only way to continue fetching the feed is if the user manually forces a refresh.

This allows fusion to recover from feed fetch errors by tracking the number of consecutive failures and slowing down requests for consistent failure. If a feed always fails, we eventually slow to only checking it once per week.

Fixes #67

* Add comment
2025-03-24 11:11:18 +08:00
rook1e
8beb858c40
feat(#5): create groups and import feeds into them, based on opml 2024-08-25 18:40:34 +08:00
rook1e
9133dc65c3
feat(#3): support fetching feed though the proxy 2024-04-21 22:24:59 +08:00
rook1e
8f08cbb22d
fix: item list order 2024-03-16 23:59:16 +08:00
rook1e
428210efa0
fix: error when creating idx_guid in items table 2024-03-13 13:45:59 +08:00
rook1e
340f3be641
refactor: combine guid, feed_id and deletedAt as unique identity 2024-03-13 00:29:24 +08:00
rook1e
b43a17767d
feat: add bookmark 2024-03-12 01:51:46 +08:00
rook1e
5dee1de132
feat: add support for suspending/resuming a feed 2024-03-12 01:00:35 +08:00
rook1e
e9b065e9fb
init 2024-03-06 16:54:13 +08:00