diff --git a/README.md b/README.md index 506aeda..644ab93 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: 4.2.3 -- beta: 4.2.6 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.2.6 +- beta: 4.2.7 (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 14bdb4c..e4c31a2 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,11 @@ +### 4.2.7 +###### 2024-7-11 +- [optimize] Add `Anti-Accidental Touch` option in `Lab`. https://github.com/seazon/FeedMe/issues/720 +- [fix] Fix not moves to the next feed/category while mark all read. https://github.com/seazon/FeedMe/issues/713 +- [fix] Fix favicons not display issue. https://github.com/seazon/FeedMe/issues/714 +- [fix] Remove Google Web Light mobilizer. https://github.com/seazon/FeedMe/issues/719 +- [fix] Fix some tiny issues. + ### 4.2.6 ###### 2024-7-7 - [fix] Reduces the probability of crash. https://github.com/seazon/FeedMe/issues/718 diff --git a/doc/zh/README.md b/doc/zh/README.md index a9d6c36..1164779 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.2.3 -- 测试: 4.2.6 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.2.6 +- 测试: 4.2.7 (加入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 dc792b9..b24388d 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,11 @@ +### 4.2.7 +###### 2024-7-11 +- [优化] 在`实验室`中添加`防误触`选项。 https://github.com/seazon/FeedMe/issues/720 +- [修复] 修复标记全部已读时不会移动到下一个订阅源/类别的问题。 https://github.com/seazon/FeedMe/issues/713 +- [修复] 修复订阅源图标不显示的问题。 https://github.com/seazon/FeedMe/issues/714 +- [修复] 删除 Google Web Light mobilizer。 https://github.com/seazon/FeedMe/issues/719 +- [修复] 修复一些小问题。 + ### 4.2.6 ###### 2024-7-7 - [修复] 降低了崩溃概率。https://github.com/seazon/FeedMe/issues/718