update to 3.5.6

This commit is contained in:
zhangshunjie 2018-03-14 16:50:27 +08:00
parent ed89dec6b2
commit 8505b347f6
4 changed files with 38 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -1,3 +1,13 @@
### 3.5.6
###### 2018-3-14
- [优化] 不支持按源/类别同步的服务FeedbinFreshRSS现在无法修改`同步模式`,启用了`中国模式`也无法修改`同步模式``同步模式`固定为`所有`。
- [优化] Tiny Tiny RSS增加对auth_remote的支持。
- [修复] 修复开启`自动标记已读`时过多文章被标记已读的问题。
- [修复] 修复某些情况下FeedMe mobilizer解析网页乱码的问题。
- [修复] 关键字过滤现在会忽略大小写。
- [修复] 修复一些小问题。
- [其他] 多账户功能相关改动。
### 3.5.5
###### 2018-2-24
- [优化] 音频播放过程中如果有提示音,不再暂停播放,而是降低音量。