This commit is contained in:
dataegg 2021-11-01 18:50:04 +08:00
parent e265cd8c01
commit d5b79d8af4
4 changed files with 36 additions and 16 deletions

View File

@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
This is the documentation of FeedMe.
## Version:
- release: 3.19.2
- beta: 3.19.3 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- release: 3.19.3
- beta: 3.20.0 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
## Download:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,4 +1,14 @@
# 3.19.3
# 3.20.0
###### 2021-11-1
- [new]Support dark mode for Android 10+.
- [new]Support OPML import and export.
- [optimize]Remove `Manual Refresh` in settings, update manual refresh logic.
- Refresh list if list never scroll when sync done.
- Otherwise, if new items fetched for current list, show manual refresh tips.
- [optimize]Hide `New` button in `Add tag` dialog for Tiny Tiny RSS, and fix https://github.com/seazon/FeedMe/issues/369
- [optimize]Clear feed when logout.
### 3.19.3
###### 2021-10-19
- [fix]Fix scroll bar disappear in article page.
- [fix]Fix RSS link and date parse issue.
@ -6,12 +16,12 @@
- [fix]https://github.com/seazon/FeedMe/issues/366
- [fix]Fix save blank favicon in some cases.
# 3.19.2
### 3.19.2
###### 2021-9-15
- [optimize]Favicon supports SVG.
- [fix]https://github.com/seazon/FeedMe/issues/330
# 3.19.1
### 3.19.1
###### 2021-9-11
- [fix]Fix images cannot be displayed.
@ -23,15 +33,15 @@
- [fix]Fix https://github.com/seazon/FeedMe/issues/342
- [fix]Fix https://github.com/seazon/FeedMe/issues/354
# 3.18.3
### 3.18.3
###### 2021-6-10
- [fix]Fix purchase refund issue.
# 3.18.2
### 3.18.2
###### 2021-6-6
- [fix]Fix small issues.
# 3.18.1
### 3.18.1
###### 2021-5-3
- [optimize]New Language: Hebrew. Update French, Spanish, German, Czech, Hungarian, Dutch.
- [fix]Fix https://github.com/seazon/FeedMe/issues/301

View File

@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器支持以下RSS服务
这是FeedMe的使用文档。
## 版本:
- 正式: 3.19.2
- 测试: 3.19.3 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 正式: 3.19.3
- 测试: 3.20.0 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,4 +1,14 @@
# 3.19.3
# 3.20.0
###### 2021-11-1
- [新增]Android 10+ 支持深色模式。
- [新增]支持导入导出 OPML。
- [优化]移除`手动刷新`的设置,更新手动刷新逻辑。
- 如果同步完成时列表停留在顶部,直接刷新列表。
- 如果列表已滑动,且当前列表有新的文章,就显示刷新提示。
- [优化]对 Tiny Tiny RSS 隐藏`添加标签`对话框中的`新增`按钮,并修复 https://github.com/seazon/FeedMe/issues/369
- [优化]退出登录时清除订阅数据。
### 3.19.3
###### 2021-10-19
- [修复]修复文章页滚动条消失的问题。
- [修复]修复RSS链接和时间解析问题。
@ -6,11 +16,11 @@
- [修复]https://github.com/seazon/FeedMe/issues/366
- [修复]修复某些情况下保存空白图片的问题。
# 3.19.2
### 3.19.2
###### 2021-9-15
- [修复]修复图片无法显示的问题。
# 3.19.1
### 3.19.1
###### 2021-9-11
- [修复]修复图片无法显示的问题。
@ -22,15 +32,15 @@
- [修复]修复 https://github.com/seazon/FeedMe/issues/342
- [修复]修复 https://github.com/seazon/FeedMe/issues/354
# 3.18.3
### 3.18.3
###### 2021-6-10
- [修复]修复支付退款问题。
# 3.18.2
### 3.18.2
###### 2021-6-6
- [修复]修复一些小问题。
# 3.18.1
### 3.18.1
###### 2021-5-3
- [修复]修复 https://github.com/seazon/FeedMe/issues/301
- [修复]修复 https://github.com/seazon/FeedMe/issues/308