diff --git a/README.md b/README.md index 8fc440a..65025ff 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service: This is the documentation of FeedMe. ## Version: -- release: 3.12.1 -- beta: 3.12.2 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 3.12.2 +- beta: 3.12.3 (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 599dc58..6e34f9a 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,11 @@ +### 3.12.3 +###### 2019-12-30 +- [optimize]Support add feed url directly. +- [optimize]Optimize HTML pre tag style. +- [optimize]Add `Decode HTML` open in feed settings dialog, for some encoded HTML page. Default is off. +- [optimize]`Auto sync on Wi-Fi only` in `Traffic` enable now when disable `Auto Sync` but enable `Sync on app launch`. +- [fix]Fix the problem of new articles not displaying after synchronization. + ### 3.12.2 ###### 2019-11-19 - [new]Support Feedbin parser for mobilizer. diff --git a/doc/zh/README.md b/doc/zh/README.md index 974e7e8..ce62673 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 3.12.1 -- 测试: 3.12.2 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 3.12.2 +- 测试: 3.12.3 (加入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 a19dbc9..ce0e2c6 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,11 @@ +### 3.12.3 +###### 2019-12-30 +- [优化]添加订阅源现在可以直接添加url了。 +- [优化]优化HTML pre标签样式。 +- [优化]订阅源设置页添加HTML转码选项,满足某些源显示特殊字符的问题。默认关闭。 +- [优化]禁用`自动同步`但开启`打开应用时自动同步`时,`移动数据`中`仅Wi-Fi时自动同步`不再会被禁用了。 +- [修复]修复同步后新文章不显示的问题。 + ### 3.12.2 ###### 2019-11-19 - [新增]新增Mobilizer:Feedbin Parser。