This commit is contained in:
shawn 2024-05-11 15:37:05 +08:00
parent 631bca7b90
commit 188bc10b8c
4 changed files with 16 additions and 2 deletions

View File

@ -12,7 +12,7 @@ This is the documentation of FeedMe.
## Version:
- release: 4.1.8
- beta: 4.2.1 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- beta: 4.2.2 (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.2.2
###### 2024-5-11
- [fix] Fix the issue of playing the article list content when using talkback tools on the article page.
- [fix] Fix image block not work issue. https://github.com/seazon/FeedMe/issues/701
- [fix] Fix WebView not support adjust layout in full screen mode when soft keyboard is visible .
- [fix] fix duplicate items in login screen. https://github.com/seazon/FeedMe/issues/688#issuecomment-2020040906
### 4.2.1
###### 2024-3-9
- [new] Add new option to disable auto marking as read. https://github.com/seazon/FeedMe/issues/531

View File

@ -12,7 +12,7 @@ FeedMe是一个RSS阅读器支持以下RSS服务
## 版本:
- 正式: 4.1.8
- 测试: 4.2.1 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 测试: 4.2.2 (加入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.2.2
###### 2024年5月11日
- [修复] 修复文章页面使用对讲工具时播放文章列表内容的问题。
- [修复] 修复图像块不起作用的问题。 https://github.com/seazon/FeedMe/issues/701
- [修复] 修复WebView在全屏模式下软键盘可见时不支持调整布局的问题。
- [修复] 修复登录屏幕中的重复项目。 https://github.com/seazon/FeedMe/issues/688#issuecomment-2020040906
### 4.2.1
###### 2024年3月9日
- [新增] 添加新选项以禁用阅读后自动标记为已读。 https://github.com/seazon/FeedMe/issues/531