mirror of https://github.com/seazon/FeedMe.git
3.18.3
This commit is contained in:
parent
0d6ec2a6e6
commit
e5450f7430
|
@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
|
||||||
This is the documentation of FeedMe.
|
This is the documentation of FeedMe.
|
||||||
|
|
||||||
## Version:
|
## Version:
|
||||||
- release: 3.18.1
|
- release: 3.18.2
|
||||||
- beta: 3.18.2 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
- beta: 3.18.3 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||||
|
|
||||||
## Download:
|
## Download:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 3.18.3
|
||||||
|
###### 2021-6-10
|
||||||
|
- [fix]Fix purchase refund issue.
|
||||||
|
|
||||||
# 3.18.2
|
# 3.18.2
|
||||||
###### 2021-6-6
|
###### 2021-6-6
|
||||||
- [fix]Fix small issues.
|
- [fix]Fix small issues.
|
||||||
|
|
|
@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
||||||
这是FeedMe的使用文档。
|
这是FeedMe的使用文档。
|
||||||
|
|
||||||
## 版本:
|
## 版本:
|
||||||
- 正式: 3.18.1
|
- 正式: 3.18.2
|
||||||
- 测试: 3.18.2 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
- 测试: 3.18.3 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||||
|
|
||||||
## 下载:
|
## 下载:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 3.18.3
|
||||||
|
###### 2021-6-10
|
||||||
|
- [修复]修复支付退款问题。
|
||||||
|
|
||||||
# 3.18.2
|
# 3.18.2
|
||||||
###### 2021-6-6
|
###### 2021-6-6
|
||||||
- [修复]修复一些小问题。
|
- [修复]修复一些小问题。
|
||||||
|
@ -62,7 +66,7 @@
|
||||||
###### 2020-6-21
|
###### 2020-6-21
|
||||||
- [新增]新的自定义字体,不再依赖字体包。老的字体包不再兼容。
|
- [新增]新的自定义字体,不再依赖字体包。老的字体包不再兼容。
|
||||||
- [修复]探索中搜索播客节目和单集时,由于第三方接口限制,不能直接订阅,所以现在会打开浏览器获取订阅地址。
|
- [修复]探索中搜索播客节目和单集时,由于第三方接口限制,不能直接订阅,所以现在会打开浏览器获取订阅地址。
|
||||||
- [修复]https://github.com/seazon/FeedMe/issues/209
|
- [修复]https://github.com/seazon/FeedMe/issues/209
|
||||||
- [修复]https://github.com/seazon/FeedMe/issues/202
|
- [修复]https://github.com/seazon/FeedMe/issues/202
|
||||||
- [其他]支持外部控制播放器。
|
- [其他]支持外部控制播放器。
|
||||||
``` java
|
``` java
|
||||||
|
|
Loading…
Reference in New Issue