Fluent Reader Versions Save

Modern desktop RSS reader built with Electron, React, and Fluent UI

v0.6.0-beta

3 years ago

Features

  • Fetch articles automatically at intervals.
  • Send push notifications for articles when fetched in the background with rules.
  • Access and share articles easily from your phone with built-in QR codes.
  • Mark all below or above an article as read.

Fixed bugs

  • Fixed an XML parse error that results in database errors when fetching.

v0.5.1-beta

3 years ago

Features

  • Users can now edit the icons of sources. #29

Fixed bugs

  • Fixed a bug that shows XML parse errors as network errors. #30
  • Marking all articles as read now dismisses all articles when in "unread only" view. #31

v0.5.0-beta

3 years ago

Features

  • Context isolation is now enabled for all renderer processes. This should make the app extra secure.
  • Lazily load articles in card and list views to improve performance.

Fixed bugs

  • Resolved an error parsing non-standard <image> tags in RSS items. #27
  • The app now properly fetch articles after setting the system time to the future.

v0.4.1-alpha

3 years ago

Features

  • Mac-style title bar on macOS.
  • Spanish language support. #25

v0.4.0-alpha

3 years ago

Features

  • Hide, mark as read, or star articles automatically as they arrive with regular expression rules. #8
  • French language support. #20
  • Performance and experience enhancements. #16 #21

Fixed Bugs

  • Added an error prompt for OPML parse errors. #15

v0.3.3-alpha

3 years ago

Features

  • Add vibrancy to sidebar on macOS.

Fixed bugs

  • Context menus now work properly in article view.
  • Allow spaces in text fields in settings.
  • Minor experience enhancements.

v0.3.2-alpha

3 years ago

Features

Fixed bugs

  • Fixed a bug that prevents list view from being properly aligned.

Known bugs

  • The context menu may not properly open in article view from card view.

v0.3.1-alpha

3 years ago

Features

  • Use the Fetch API through Chromium instead of relying on Node. Improved the overall performance of the app. However, some users will have to reconfigure their PAC to return SOCKS5 instead of SOCKS to enable proxy-side DNS. See Chromium's guide to proxy.
  • Better favicon support.

Fixed bugs

  • macOS users can now copy and paste in the app.
  • Fixed an issue where system proxy settings are ignored when PAC is off (#3).

v0.3.0-alpha

3 years ago

Features

  • Set fetch frequency limits for each source.

Fixed bugs

  • Fixed a bug that causes OPML import failures in the form of "key constraint: {int}".
  • The search bar will now maintain its state after entering and exiting settings.
  • Disallowed opening multiple windows of the app.

v0.2.0-alpha

3 years ago

Features

  • A modern UI inspired by Fluent Design System with full dark mode support.
  • Importing or exporting OPML files, full application data backup & restoration.
  • Read the full content with the built-in article view or load webpages by default.
  • Search for articles with regular expressions or filter by read status.
  • Organize your subscriptions with folder-like groupings.

Known bugs

  • When importing OPML files, errors involving "key constraint: {int}" may occur. Adding the same URL later will solve the problem.
  • The search bar will lose its state after entering settings.
  • For sources with certificates signed by Sectigo AddTrust, adding the source will result in a "certificate has expired" error. This is an upstream issue from electron.