From 3c99892ff13efdf8cd578594103ac4ae5c7684cd Mon Sep 17 00:00:00 2001 From: shawn Date: Thu, 7 Dec 2023 22:11:50 +0800 Subject: [PATCH] 4.1.5 --- README.md | 4 ++-- doc/en/patches.md | 7 +++++++ doc/zh/README.md | 4 ++-- doc/zh/patches.md | 7 +++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a315463..02aaf66 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.3 -- beta: 4.1.4 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.1.4 +- beta: 4.1.5 (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 169526d..e89da3e 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,10 @@ +### 4.1.5 +###### 2023-12-07 +- [optimize] Improve style for HTML code tag. +- [optimize] New option in `setting` - `control` to disable open image in article page. +- [fix] Fix wrong parsing in code tag. https://github.com/seazon/FeedMe/issues/659 +- [fix] Fix some crash issues. + ### 4.1.4 ###### 2023-11-27 - [fix] Fix crash while play audio on Android 14. diff --git a/doc/zh/README.md b/doc/zh/README.md index 078e4c8..13b721b 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.1.3 -- 测试: 4.1.4 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.1.4 +- 测试: 4.1.5 (加入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 979c531..72b381d 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,10 @@ +### 4.1.5 +###### 2023-12-07 +- [优化] 优化 HTML code 标签的样式。 +- [优化] `设置`-`操纵`中新增选项:禁止在文章页面打开图片。 +- [修复] 修复 HTML code 标签中的解析错误。 https://github.com/seazon/FeedMe/issues/659 +- [修复] 修复一些崩溃问题。 + ### 4.1.4 ###### 2023-11-27 - [修复] 修复在 Android 14 上播放音频时崩溃的问题。