This commit is contained in:
shawn 2023-09-02 10:02:21 +08:00
parent 5f92f43706
commit 78b9165e2c
4 changed files with 18 additions and 4 deletions

View File

@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
This is the documentation of FeedMe.
## Version:
- release: 3.20.14
- beta: 4.0.0 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- release: 4.0.0
- beta: 4.0.1 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
## Download:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,3 +1,10 @@
### 4.0.1
###### 2023-9-2
- [optimize] Adjust the minimum value of article page margin.
- [fix] Fix the problem that the page margin of the article is too large.
- [fix] Fix the problem of automatically scrolling to the last reading position when opening the app. https://github.com/seazon/FeedMe/issues/591
- [others] Remove AD.
### 4.0.0
###### 2023-8-30
- [fix] Fix failed to import/export OPML issue.

View File

@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器支持以下RSS服务
这是FeedMe的使用文档。
## 版本:
- 正式: 3.20.14
- 测试: 4.0.0 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 正式: 4.0.0
- 测试: 4.0.1 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,3 +1,10 @@
### 4.0.1
###### 2023-9-2
- [优化] 文章页边距最小值调整。
- [修复] 修复文章页边距过大的问题。
- [修复] 修复当打开app时自动滚动到上次阅读位置的问题。 https://github.com/seazon/FeedMe/issues/591
- [其他] 移除广告。
### 4.0.0
###### 2023-8-30
- [修复] 修复导入导出 OPML 失败的问题。