From 61aa0e560e8ee7b7fa9d42c892cd3fa7133f65e5 Mon Sep 17 00:00:00 2001 From: shawn Date: Wed, 8 Jan 2025 08:19:04 +0800 Subject: [PATCH] 4.3.6 --- 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 e53a399..1ba9f41 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is the documentation of FeedMe. ## Version: - release: 4.3.5 -- beta: 4.3.5 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- beta: 4.3.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 1ef76b9..217c653 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,10 @@ +### 4.3.6 +###### 2025-1-8 +- [optimize] New font: Atkinson Hyperlegible. https://github.com/seazon/FeedMe/issues/779 +- [optimize] Play audio in FeedMe while tap audio icon in article page. https://github.com/seazon/FeedMe/issues/653 +- [fix] Fix JSON Parse Error when syncing with Commafeed/Fever API. https://github.com/seazon/FeedMe/issues/695 +- [fix] Fix crash issue. + ### 4.3.5 ###### 2024-12-2 - [fix] Fix `Settings`, `Explore` and `Subscriptions` isn't working on large screen. https://github.com/seazon/FeedMe/issues/772 diff --git a/doc/zh/README.md b/doc/zh/README.md index 1c2551d..48d39d6 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -12,7 +12,7 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: ## 版本: - 正式: 4.3.5 -- 测试: 4.3.5 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 测试: 4.3.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 b592f04..fc35f6a 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,10 @@ +### 4.3.6 +###### 2025-1-8 +- [优化] 新字体:Atkinson Hyperlegible。 https://github.com/seazon/FeedMe/issues/779 +- [优化] 点击文章页面音频图标时在FeedMe中播放音频。 https://github.com/seazon/FeedMe/issues/653 +- [修复] 修复与 Commafeed/Fever API 同步时的 JSON 解析错误。 https://github.com/seazon/FeedMe/issues/695 +- [修复] 修复崩溃问题。 + ### 4.3.5 ###### 2024-12-2 - [修复] 在大屏设备上点击`设置`、`探索`和`订阅`不能跳转的问题。https://github.com/seazon/FeedMe/issues/772