From 170be82beda9e73d84a0ed1c35eea00bad928624 Mon Sep 17 00:00:00 2001 From: dataegg Date: Thu, 30 May 2019 22:30:39 +0800 Subject: [PATCH] 3.10 --- README.md | 4 ++-- doc/en/patches.md | 10 ++++++++++ doc/zh/README.md | 4 ++-- doc/zh/patches.md | 10 ++++++++++ 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63b272d..0645d9a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/en/patches.md b/doc/en/patches.md index d65920c..521d85a 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -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`. diff --git a/doc/zh/README.md b/doc/zh/README.md index cd0e355..e073087 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -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 diff --git a/doc/zh/patches.md b/doc/zh/patches.md index 3047109..341331a 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -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 - [新增]支持自定义分享模版,可以在新的设置类别`个性化`中找到。