mirror of
https://github.com/yang991178/fluent-reader.git
synced 2025-02-05 20:03:42 +01:00
alpha release build 0.3.2
This commit is contained in:
parent
d4acdfb59c
commit
e8085b62e0
@ -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.
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
<img class="elevate" src="imgs/opml.png" />
|
||||
</section>
|
||||
<section class="elevate">
|
||||
<h2>Read comfortably.</h2>
|
||||
<h2>Read fluently.</h2>
|
||||
<p>
|
||||
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 @@
|
||||
<h3>No personal information collected, ever.</h3>
|
||||
<h3>Behavior tracking limited.</h3>
|
||||
<h3>Strict Content Security Policy enforced.</h3>
|
||||
<h3>Sandboxed webview.</h3>
|
||||
<h3>Proxy support with PAC.</h3>
|
||||
<br />
|
||||
<h3><span>■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■</span></h3>
|
||||
<h3><span>■ ■ ■ ■ ■ ■</span></h3>
|
||||
@ -74,7 +74,8 @@
|
||||
<div><a href="https://github.com/yang991178/fluent-reader/releases">Download for macOS or older Windows</a></div>
|
||||
<div class="links">
|
||||
<a href="https://github.com/yang991178/fluent-reader/">GitHub</a>
|
||||
<a href="https://github.com/yang991178/fluent-reader/blob/master/PRIVACY.md">Privacy</a>
|
||||
<a href="https://github.com/yang991178/fluent-reader/wiki/Privacy">Privacy</a>
|
||||
<a href="https://github.com/yang991178/fluent-reader/wiki/Support">Help</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -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": {
|
||||
|
@ -13,6 +13,7 @@ class AboutTab extends React.Component {
|
||||
<small>{intl.get("settings.version")} {remote.app.getVersion()}</small>
|
||||
<p className="settings-hint">Copyright © 2020 Haoyuan Liu. All rights reserved.</p>
|
||||
<Stack horizontal horizontalAlign="center" tokens={{childrenGap: 12}}>
|
||||
<small><Link onClick={() => openExternal("https://github.com/yang991178/fluent-reader/wiki/Support#keyboard-shortcuts")}>{intl.get("settings.shortcuts")}</Link></small>
|
||||
<small><Link onClick={() => openExternal("https://github.com/yang991178/fluent-reader")}>{intl.get("settings.openSource")}</Link></small>
|
||||
<small><Link onClick={() => openExternal("https://github.com/yang991178/fluent-reader/issues")}>{intl.get("settings.feedback")}</Link></small>
|
||||
</Stack>
|
||||
|
@ -77,6 +77,7 @@
|
||||
"app": "Preferences",
|
||||
"about": "About",
|
||||
"version": "Version",
|
||||
"shortcuts": "Shortcuts",
|
||||
"openSource": "Open source",
|
||||
"feedback": "Feedback"
|
||||
},
|
||||
|
@ -77,6 +77,7 @@
|
||||
"app": "应用偏好",
|
||||
"about": "关于",
|
||||
"version": "版本",
|
||||
"shortcuts": "快捷键",
|
||||
"openSource": "开源项目",
|
||||
"feedback": "反馈"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user