beta release build 0.7.3

This commit is contained in:
刘浩远 2020-08-17 09:57:28 +08:00
parent c1c7d2a097
commit f2d848d335
4 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ If you are using Linux or an older version of Windows, you can [get Fluent Reade
</p> </p>
- A modern UI inspired by Fluent Design System with full dark mode support. - 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. - 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. - 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. - 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. - Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
- Fetch articles in the background and send push notifications. - 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 ## Development

View File

@ -22,8 +22,8 @@
<section class="elevate"> <section class="elevate">
<h2>Open & Organized.</h2> <h2>Open & Organized.</h2>
<p> <p>
Stay in sync with your self-hosted RSS service with Fever API or import Stay in sync with Feedbin or your self-hosted RSS service compatible with
your sources from an OPML file and resume reading locally right away. Fever, or import your sources from an OPML file and start reading locally.
Easily organize sources with groups. Move between computers with full Easily organize sources with groups. Move between computers with full
data backups. data backups.
</p> </p>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "fluent-reader", "name": "fluent-reader",
"version": "0.7.2", "version": "0.7.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "fluent-reader", "name": "fluent-reader",
"version": "0.7.2", "version": "0.7.3",
"description": "Modern desktop RSS reader", "description": "Modern desktop RSS reader",
"main": "./dist/electron.js", "main": "./dist/electron.js",
"scripts": { "scripts": {