mirror of https://github.com/seazon/FeedMe.git
3.12.2
This commit is contained in:
parent
b049f9aeb0
commit
8b4de6a56a
|
@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
|
||||||
This is the documentation of FeedMe.
|
This is the documentation of FeedMe.
|
||||||
|
|
||||||
## Version:
|
## Version:
|
||||||
- release: 3.11
|
- release: 3.12.1
|
||||||
- beta: 3.12.1 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
- beta: 3.12.2 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||||
|
|
||||||
## Download:
|
## Download:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
### 3.12.2
|
||||||
|
###### 2019-11-19
|
||||||
|
- [new]Support Feedbin parser for mobilizer.
|
||||||
|
- [fix]Fix backup failed issue.
|
||||||
|
- [fix]Fix article date issue of Fever.
|
||||||
|
|
||||||
### 3.12.1
|
### 3.12.1
|
||||||
###### 2019-10-15
|
###### 2019-10-15
|
||||||
- [optimize]The article's image can now be aligned with the article. This setting can be found in the `View` menu of the article screen.
|
- [optimize]The article's image can now be aligned with the article. This setting can be found in the `View` menu of the article screen.
|
||||||
|
|
|
@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
||||||
这是FeedMe的使用文档。
|
这是FeedMe的使用文档。
|
||||||
|
|
||||||
## 版本:
|
## 版本:
|
||||||
- 正式: 3.11
|
- 正式: 3.12.1
|
||||||
- 测试: 3.12.1 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
- 测试: 3.12.2 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||||
|
|
||||||
## 下载:
|
## 下载:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
### 3.12.2
|
||||||
|
###### 2019-11-19
|
||||||
|
- [新增]新增Mobilizer:Feedbin Parser。
|
||||||
|
- [修复]修复备份无法恢复的问题。
|
||||||
|
- [修复]修复Fever的文章时间问题。
|
||||||
|
|
||||||
### 3.12.1
|
### 3.12.1
|
||||||
###### 2019-10-15
|
###### 2019-10-15
|
||||||
- [优化]文章图片现在可以和文章对齐了。可在文章界面的`查看`菜单中找到这个设置。
|
- [优化]文章图片现在可以和文章对齐了。可在文章界面的`查看`菜单中找到这个设置。
|
||||||
|
|
Loading…
Reference in New Issue