Skip to content

Releases: 0x2E/fusion

v1.1.1

23 Feb 05:55
950b379

Choose a tag to compare

What's Changed

  • Improved frontend accessibility and interaction semantics.
  • Added support for legacy OIDC callback path.
  • Accepted Kubernetes-style FUSION_PORT values.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Feb 08:09
31d4bee

Choose a tag to compare

What's changed

  • Added Fever API support

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Feb 13:33
add5db2

Choose a tag to compare

What's Changed

Notes: Back up your database files before use!

v1.0.0 is a massive overhaul. Redesigning the UI and refactoring the codebase makes the project easier to use and maintain.

Hope you all enjoy it.

🎇🧧 新春快乐 Happy Chinese New Year!

article_list_light article_detail_light

New Contributors

Full Changelog: v0.9.8...v1.0.0

v1.0.0-beta.3

14 Feb 07:53
add5db2

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

What's changed

  • Refactored feed pull runtime state into a dedicated fetch_state model with unified scheduling and capped backoff
  • Hardened external URL handling and added baseline frontend security headers
  • Kept toggled articles visible in filtered lists until refresh to prevent accidental context loss
  • Added quick navigation from article details to the related feed
  • Aligned content headers with the sidebar using a shared header component
  • Restored expected scroll behavior in feed views
  • Updated docs and API/frontend types to match the new pull-state architecture

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

12 Feb 14:36
0919a68

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

What's changed

  • Built-in i18n: English, Chinese, German, French, Spanish, Russian, Portuguese, Swedish
  • Google Reader-style keyboard shortcuts
  • Temporary fix for docker container permissions

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

11 Feb 17:15
565ac5c

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

⚠️ Notes

  • Please back up your database files before use!
  • If you are going to use the Docker image, please use the main tag instead of v1.0.0-beta.1, as there's a quick fix for the Docker image that will be released in beta.2.

✨ What's changed

This release is a major full-stack refactor focused on UX, maintainability, and reliability.

  • Frontend rebuilt from Svelte to React with a redesigned UI.
  • Backend restructured and moved to cleaner raw SQL data access.
  • Added optional OIDC auth (PKCE S256) for self-hosted SSO.
  • Added RSS/Atom feed discovery and improved feed/group management.
  • Added robust legacy SQLite migration to preserve existing data.
  • Improved search, responsiveness, networking reliability, tests, and release/CI pipelines.
article_list_light article_detail_light

Full Changelog: v0.9.8...v1.0.0-beta.1

v0.9.8

30 Apr 13:51
74b4d0d

Choose a tag to compare

What's Changed

  • fix: use update time if item does not have a publish time by @0x2E in #159
  • fix: trigger load re-run when item filter updates by @0x2E in #161

Full Changelog: v0.9.7...v0.9.8

v0.9.7

28 Apr 04:30
e0938da

Choose a tag to compare

What's Changed

Full Changelog: v0.9.6...v0.9.7

v0.9.6

25 Apr 09:24
bc8109f

Choose a tag to compare

What's Changed

  • Fix http proxy by @0x2E in #144
  • feat: display unread count in sidebar by @0x2E in #147
  • feat: display items by group by @0x2E in #149
  • refactor: replace zap log with slog by @0x2E in #150

Full Changelog: v0.9.5...v0.9.6

v0.9.5

17 Apr 04:09
fe792df

Choose a tag to compare

What's Changed

  • ci: Publish container image to GitHub Container Registry by @onedr0p in #137
  • Refactor mark_all_as_read to handle "all" and "current page" options separately by @0x2E in #138

New Contributors

Full Changelog: v0.9.4...v0.9.5