diff --git a/README.md b/README.md index 02aaf66..a05b261 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.1.4 -- beta: 4.1.5 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.1.5 +- beta: 4.1.6 (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 e89da3e..cc02a2c 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,7 @@ +### 4.1.6 +###### 2023-12-31 +- [fix] Fix the problem of exiting abnormally after video full screen. https://github.com/seazon/FeedMe/issues/665 + ### 4.1.5 ###### 2023-12-07 - [optimize] Improve style for HTML code tag. diff --git a/doc/zh/README.md b/doc/zh/README.md index 13b721b..3971213 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.1.4 -- 测试: 4.1.5 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.1.5 +- 测试: 4.1.6 (加入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 72b381d..25569a2 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,7 @@ +### 4.1.6 +###### 2023-12-31 +- [修复] 修复视频全屏后异常退出的问题。 https://github.com/seazon/FeedMe/issues/665 + ### 4.1.5 ###### 2023-12-07 - [优化] 优化 HTML code 标签的样式。