mirror of https://github.com/seazon/FeedMe.git
update to 3.5.6
This commit is contained in:
parent
ed89dec6b2
commit
8505b347f6
11
README.md
11
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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
- [优化] 音频播放过程中如果有提示音,不再暂停播放,而是降低音量。
|
||||
|
|
Loading…
Reference in New Issue