This commit is contained in:
dataegg 2019-05-30 22:30:39 +08:00
parent c4039baff2
commit 170be82bed
4 changed files with 24 additions and 4 deletions

View File

@ -10,8 +10,8 @@ FeedMe is an reader client application for RSS service:
This is the documentation of FeedMe.
## Version:
- release: 3.9.3
- beta: 3.9.3 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- release: 3.9.4
- beta: 3.10 (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,3 +1,13 @@
# 3.10
###### 2019-5-30
- [optimize]Optimize automatic synchronization.
- [optimize]If disable downloading full text and image of all feeds, skip the relevant synchronization process.
- [optimize]Optimize the article list feed name display, now it will display as much as possible.
- [fix]Now built-in image browser is the default.
- [fix]Fixed TTS issue when web page has been downloaded.
- [fix]Clearing the cache no longer clears the feed sorting data.
- [fix]Fixed failed to get modified tag name on Feedly.
### 3.9.4
###### 2019-4-27
- [new]Support custom share template, find it in new setting category `Individuation`.

View File

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

View File

@ -1,3 +1,13 @@
# 3.10
###### 2019-5-30
- [优化]改善自动同步
- [优化]如果所有订阅源都禁止下载全文和图片,则跳过相关同步流程,减少同步时间。
- [优化]优化文章列表订阅源名称显示,现在会尽可能多的显示。
- [修复]图片查看默认改为内置图片浏览器。修复图片无法查看的问题。
- [修复]修复播放TTS时偏好web page且web page已下载时没有播放web page的内容。
- [修复]清除缓存不再清除订阅源排序信息。
- [修复]修复Feedly下服务端修改tag名称后无法同步到app端的问题。
### 3.9.4
###### 2019-4-27
- [新增]支持自定义分享模版,可以在新的设置类别`个性化`中找到。