Skip to content

Commit c87a419

Browse files
committed
add beta download links
1 parent b66ca27 commit c87a419

File tree

5 files changed

+80
-3
lines changed

5 files changed

+80
-3
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: ["yang991178"] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # "fluent-reader"
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: ["https://www.paypal.me/yang991178", "https://hyliu.me/fluent-reader/imgs/alipay.jpg"]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Platform (please complete the following information):**
27+
- OS: [e.g. Windows 10 2004]
28+
- Version [e.g. 0.6.1]
29+
30+
**Additional context**
31+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
11
<p align="center">
2-
<img width="120" height="120" src="https://github.com/yang991178/rss-reader/raw/master/build/icon.png">
2+
<img width="120" height="120" src="https://github.com/yang991178/fluent-reader/raw/master/build/icon.png">
33
</p>
44
<h3 align="center">Fluent Reader Lite</h3>
55
<p align="center">A simplistic mobile RSS client</p>
66
<hr />
77

88
## Download
99

10-
Fluent Reader Lite will first be available through TestFlight on iOS and as an APK download through GitHub Releases on Android.
11-
Eventually, the app will be released on App Store and Google Play Store.
10+
### Stable Version
11+
12+
The stable version of the app will be released on App Store and Google Play Store when it is ready.
13+
14+
### Beta Version
15+
16+
- iOS: [Download from TestFlight](https://testflight.apple.com/join/9fwRtH8C)
17+
- Android: [Download from GitHub Releases](https://github.com/yang991178/fluent-reader-lite/releases)
18+
19+
### Desktop App
20+
21+
The repo of the full-featured desktop app [can be found here](https://github.com/yang991178/fluent-reader).
1222

1323
## Features
1424

25+
<p align="center">
26+
<img src="https://github.com/yang991178/fluent-reader-lite/raw/master/assets/demo/demo.png">
27+
</p>
28+
1529
Fluent Reader Lite is a simplistic, cross-platform, and open-source RSS client.
1630

1731
The following self-hosted or commercial RSS services are supported.

assets/demo/demo.png

177 KB
Loading

0 commit comments

Comments
 (0)