beta release build 0.7.3
This commit is contained in:
parent
c1c7d2a097
commit
f2d848d335
|
@ -25,7 +25,7 @@ If you are using Linux or an older version of Windows, you can [get Fluent Reade
|
|||
</p>
|
||||
|
||||
- A modern UI inspired by Fluent Design System with full dark mode support.
|
||||
- Read locally or sync with self-hosted services through Fever API.
|
||||
- Read locally, or sync with Feedbin or self-hosted services compatible with Fever API.
|
||||
- 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.
|
||||
|
@ -34,7 +34,7 @@ If you are using Linux or an older version of Windows, you can [get Fluent Reade
|
|||
- Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
|
||||
- Fetch articles in the background and send push notifications.
|
||||
|
||||
Support for other RSS services including Inoreader and Feedly are being fundraised through [Open Collective](https://opencollective.com/fluent-reader).
|
||||
Support for other RSS services including Inoreader and Feedly are [under fundraising](https://github.com/yang991178/fluent-reader/issues/23).
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
<section class="elevate">
|
||||
<h2>Open & Organized.</h2>
|
||||
<p>
|
||||
Stay in sync with your self-hosted RSS service with Fever API or import
|
||||
your sources from an OPML file and resume reading locally right away.
|
||||
Stay in sync with Feedbin or your self-hosted RSS service compatible with
|
||||
Fever, or import your sources from an OPML file and start reading locally.
|
||||
Easily organize sources with groups. Move between computers with full
|
||||
data backups.
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fluent-reader",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fluent-reader",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Modern desktop RSS reader",
|
||||
"main": "./dist/electron.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue