diff --git a/README.md b/README.md index 97653df..0c2263a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -FeedMe is an unofficial Reader client application for Feedly, InoReader, Bazqux, The Older Reader, Feedbin and Tiny Tiny RSS. +FeedMe is an reader client application for RSS service: +- Feedly +- InoReader +- Bazqux +- The Older Reader +- Feedbin +- Tiny Tiny RSS +- FreshRSS This is the documentation of FeedMe. ## Version: -3.5.5 +3.5.6 ## 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 6c8aaee..d1c8665 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,13 @@ +### 3.5.6 +###### 2018-3-14 +- [optimize] Services(Feedbin, FreshRSS) that do not support feeds/categories synchronization can't modify `Sync Mode` now. `Chinese Mode` is also the same. `Sync Mode` is fixed to `All`. +- [optimize] Tiny Tiny RSS now support auth_remote. +- [fix] Fixed too many articles marked as read when enable `Auto mark read` +- [fix] Fixed FeedMe mobilizer parsing webpage garbled. +- [fix] Keyword filtering now ignores case. +- [fix] Fixed other issues. +- [other] Changes related to multiple account features. + ### 3.5.5 ###### 2018-2-24 - [optimize] If there is a notification during audio playback, the playback will not be paused, but the volume will be reduced. diff --git a/doc/zh/README.md b/doc/zh/README.md index 075cabe..bab19d9 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -1,9 +1,16 @@ -FeedMe是一个RSS阅读器,支持Feedly、InoReader、Bazqux、The Older Reader、Feedbin和Tiny Tiny RSS。 +FeedMe是一个RSS阅读器,支持以下RSS服务: +- Feedly +- InoReader +- Bazqux +- The Older Reader +- Feedbin +- Tiny Tiny RSS +- FreshRSS 这是FeedMe的使用文档。 ## 版本: -3.5.5 +3.5.6 ## 下载: - https://play.google.com/store/apps/details?id=com.seazon.feedme diff --git a/doc/zh/patches.md b/doc/zh/patches.md index cfd4304..759bca6 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,13 @@ +### 3.5.6 +###### 2018-3-14 +- [优化] 不支持按源/类别同步的服务(Feedbin,FreshRSS)现在无法修改`同步模式`,启用了`中国模式`也无法修改`同步模式`,`同步模式`固定为`所有`。 +- [优化] Tiny Tiny RSS增加对auth_remote的支持。 +- [修复] 修复开启`自动标记已读`时过多文章被标记已读的问题。 +- [修复] 修复某些情况下FeedMe mobilizer解析网页乱码的问题。 +- [修复] 关键字过滤现在会忽略大小写。 +- [修复] 修复一些小问题。 +- [其他] 多账户功能相关改动。 + ### 3.5.5 ###### 2018-2-24 - [优化] 音频播放过程中如果有提示音,不再暂停播放,而是降低音量。