From e8085b62e075931c2057b6186ab62cb5c47218f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E8=BF=9C?= Date: Sat, 20 Jun 2020 15:55:10 +0800 Subject: [PATCH] alpha release build 0.3.2 --- README.md | 3 ++- docs/index.html | 7 ++++--- package.json | 2 +- src/components/settings/about.tsx | 1 + src/scripts/i18n/en-US.json | 1 + src/scripts/i18n/zh-CN.json | 1 + 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index defb1ae..9fc88aa 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If you are using macOS or an older version of Windows, you can also [get Fluent - 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. +- Single-key [keyboard shortcuts](https://github.com/yang991178/fluent-reader/wiki/Support#keyboard-shortcuts). ## Development @@ -31,7 +32,7 @@ If you are using macOS or an older version of Windows, you can also [get Fluent Make Fluent Reader better by reporting bugs or opening feature requests through [GitHub issues](https://github.com/yang991178/fluent-reader/issues). You can also help internationalize the app by providing [translations into additional languages](https://github.com/yang991178/fluent-reader/tree/master/src/scripts/i18n). -Refer to the repo of [react-intl-universal](https://github.com/alibaba/react-intl-universal) for internationalization references. +Refer to the repo of [react-intl-universal](https://github.com/alibaba/react-intl-universal) to get started on internationalization. If you enjoyed using the app, consider supporting its development by [donating through Paypal](https://www.paypal.me/yang991178) or buying the app from Microsoft Store. diff --git a/docs/index.html b/docs/index.html index cfab57f..b70126c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@
-

Read comfortably.

+

Read fluently.

Enjoy your contents like never before with the built-in article view for RSS full text tailored to maximize focus. Source only comes with @@ -56,7 +56,7 @@

No personal information collected, ever.

Behavior tracking limited.

Strict Content Security Policy enforced.

-

Sandboxed webview.

+

Proxy support with PAC.


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

■ ■ ■ ■ ■ ■

@@ -74,7 +74,8 @@
Download for macOS or older Windows
diff --git a/package.json b/package.json index 3b8cbd1..52678d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-reader", - "version": "0.3.1", + "version": "0.3.2", "description": "A simplistic, modern desktop RSS reader", "main": "./dist/electron.js", "scripts": { diff --git a/src/components/settings/about.tsx b/src/components/settings/about.tsx index 4908d07..4baa065 100644 --- a/src/components/settings/about.tsx +++ b/src/components/settings/about.tsx @@ -13,6 +13,7 @@ class AboutTab extends React.Component { {intl.get("settings.version")} {remote.app.getVersion()}

Copyright © 2020 Haoyuan Liu. All rights reserved.

+ openExternal("https://github.com/yang991178/fluent-reader/wiki/Support#keyboard-shortcuts")}>{intl.get("settings.shortcuts")} openExternal("https://github.com/yang991178/fluent-reader")}>{intl.get("settings.openSource")} openExternal("https://github.com/yang991178/fluent-reader/issues")}>{intl.get("settings.feedback")} diff --git a/src/scripts/i18n/en-US.json b/src/scripts/i18n/en-US.json index 290c536..c4ab21d 100644 --- a/src/scripts/i18n/en-US.json +++ b/src/scripts/i18n/en-US.json @@ -77,6 +77,7 @@ "app": "Preferences", "about": "About", "version": "Version", + "shortcuts": "Shortcuts", "openSource": "Open source", "feedback": "Feedback" }, diff --git a/src/scripts/i18n/zh-CN.json b/src/scripts/i18n/zh-CN.json index 874c9f8..7ab0844 100644 --- a/src/scripts/i18n/zh-CN.json +++ b/src/scripts/i18n/zh-CN.json @@ -77,6 +77,7 @@ "app": "应用偏好", "about": "关于", "version": "版本", + "shortcuts": "快捷键", "openSource": "开源项目", "feedback": "反馈" },