From 188bc10b8ce6306054c0e820d366be0134d81eb2 Mon Sep 17 00:00:00 2001 From: shawn Date: Sat, 11 May 2024 15:37:05 +0800 Subject: [PATCH] 4.2.2 --- README.md | 2 +- doc/en/patches.md | 7 +++++++ doc/zh/README.md | 2 +- doc/zh/patches.md | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da4cafd..39c6fc1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/en/patches.md b/doc/en/patches.md index 65eef0e..0072fc7 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -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 diff --git a/doc/zh/README.md b/doc/zh/README.md index 5500f97..e6fb39c 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -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 diff --git a/doc/zh/patches.md b/doc/zh/patches.md index 94a1938..fd776f6 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -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