Skip to content

Commit

Permalink
add beta download links
Browse files Browse the repository at this point in the history
  • Loading branch information
yang991178 committed Jan 20, 2021
1 parent b66ca27 commit c87a419
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: ["yang991178"] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # "fluent-reader"
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ["https://www.paypal.me/yang991178", "https://hyliu.me/fluent-reader/imgs/alipay.jpg"]
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Platform (please complete the following information):**
- OS: [e.g. Windows 10 2004]
- Version [e.g. 0.6.1]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
<p align="center">
<img width="120" height="120" src="https://github.com/yang991178/rss-reader/raw/master/build/icon.png">
<img width="120" height="120" src="https://github.com/yang991178/fluent-reader/raw/master/build/icon.png">
</p>
<h3 align="center">Fluent Reader Lite</h3>
<p align="center">A simplistic mobile RSS client</p>
<hr />

## Download

Fluent Reader Lite will first be available through TestFlight on iOS and as an APK download through GitHub Releases on Android.
Eventually, the app will be released on App Store and Google Play Store.
### Stable Version

The stable version of the app will be released on App Store and Google Play Store when it is ready.

### Beta Version

- iOS: [Download from TestFlight](https://testflight.apple.com/join/9fwRtH8C)
- Android: [Download from GitHub Releases](https://github.com/yang991178/fluent-reader-lite/releases)

### Desktop App

The repo of the full-featured desktop app [can be found here](https://github.com/yang991178/fluent-reader).

## Features

<p align="center">
<img src="https://github.com/yang991178/fluent-reader-lite/raw/master/assets/demo/demo.png">
</p>

Fluent Reader Lite is a simplistic, cross-platform, and open-source RSS client.

The following self-hosted or commercial RSS services are supported.
Expand Down
Binary file added assets/demo/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c87a419

Please sign in to comment.