Fusion
Lightweight, self-hosted RSS and Atom feed reader
Alternative to: feedly, inoreader, feedbin

About
Versions (58)
v0.9.2
2025-03-25What’s Changed
- Remove feed ID from ParseGoFeedItems by @mtlynch in https://github.com/0x2E/fusion/pull/95
- Move RSS parsing code from pull to a dedicated package by @mtlynch in https://github.com/0x2E/fusion/pull/96
- Add FeedClient.FetchDeclaredLink method by @mtlynch in https://github.com/0x2E/fusion/pull/98
- Unexport httpx.NewClient and httpx.transportOptionFunct by @mtlynch in https://github.com/0x2E/fusion/pull/105
- Change FusionRequest to use a non-pointer type parameter by @mtlynch in https://github.com/0x2E/fusion/pull/106
- Refactor Puller to create a separate SingleFeedPuller by @mtlynch in https://github.com/0x2E/fusion/pull/102
- refactor: switch to single bundle strategy by @0x2E in https://github.com/0x2E/fusion/pull/100
- Convert httpErrMsg to httpErr by @mtlynch in https://github.com/0x2E/fusion/pull/103
- Switch to more obviously invalid XML by @mtlynch in https://github.com/0x2E/fusion/pull/104
- feat: add i18n by @0x2E in https://github.com/0x2E/fusion/pull/99
- feat: store some shareable data in a global state by @0x2E in https://github.com/0x2E/fusion/pull/101
- Refactor the httpx package to facilitate testing by @mtlynch in https://github.com/0x2E/fusion/pull/107
- Recover after feed fetch failure with exponential backoff by @mtlynch in https://github.com/0x2E/fusion/pull/108
- refactor: add some minor optimizations to the ui by @0x2E in https://github.com/0x2E/fusion/pull/109
- feat: add search page by @0x2E in https://github.com/0x2E/fusion/pull/110
- refactor: replace invalidateAll with invalidate for more granular cache control by @0x2E in https://github.com/0x2E/fusion/pull/111
- fix: add some minor optimizations to the ui by @0x2E in https://github.com/0x2E/fusion/pull/112
- refactor: use a prefetched items queue for item switcher by @0x2E in https://github.com/0x2E/fusion/pull/114
Full Changelog: https://github.com/0x2E/fusion/compare/v0.9.1…v0.9.2