update to 3.5.6

This commit is contained in:
zhangshunjie 2018-03-14 16:57:16 +08:00
parent 8505b347f6
commit 5266b11be1
2 changed files with 3 additions and 1 deletions

View File

@ -1,12 +1,13 @@
### 3.5.6
###### 2018-3-14
- [ATTENTION] Due to changes in the multi-account feature, downloaded images will not be visible after updating to the new version. If need, clear the cache and download it again.
- [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.
- [other] Changes related to multi-account feature.
### 3.5.5
###### 2018-2-24

View File

@ -1,5 +1,6 @@
### 3.5.6
###### 2018-3-14
- [特别注意] 由于多账户功能的改动,更新到新版后,已下载的文章的图片将不可见。如有必要,请清除缓存后重新下载。
- [优化] 不支持按源/类别同步的服务FeedbinFreshRSS现在无法修改`同步模式`,启用了`中国模式`也无法修改`同步模式``同步模式`固定为`所有`。
- [优化] Tiny Tiny RSS增加对auth_remote的支持。
- [修复] 修复开启`自动标记已读`时过多文章被标记已读的问题。