From 38ef2c48519a59dace2fb716d4f780bdd9d63ae5 Mon Sep 17 00:00:00 2001 From: shawn Date: Sat, 24 Aug 2024 09:51:01 +0800 Subject: [PATCH] 4.2.10 --- README.md | 4 ++-- doc/en/patches.md | 8 ++++++++ doc/zh/README.md | 4 ++-- doc/zh/patches.md | 8 ++++++++ 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acd617d..83be44d 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.8 -- beta: 4.2.9 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.2.9 +- beta: 4.2.10 (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 7e0ded8..379520b 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,11 @@ +### 4.2.10 +###### 2024-8-24 +- [optimize] Add transparent touch area on article detail page to scroll up and down, only work for E-ink theme. https://github.com/seazon/FeedMe/issues/642 +- [optimize] Share Template support author and date. https://github.com/seazon/FeedMe/issues/732 +- [fix] Thumbnails switch should not display for `Modern` view. https://github.com/seazon/FeedMe/issues/728 +- [fix] Optimize the lag when switching fragment on NAV side bar. +- [fix] Fix crash issues. + ### 4.2.9 ###### 2024-7-19 - [optimize] Optimize image loading logic to solve some issues: diff --git a/doc/zh/README.md b/doc/zh/README.md index 03bb3cd..b20cf32 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.2.8 -- 测试: 4.2.9 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.2.9 +- 测试: 4.2.10 (加入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 4a198ca..77c11f3 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,11 @@ +### 4.2.10 +###### 2024-8-24 +- [优化] 文章详情页增加透明触摸区域可上下滚动,仅作用于电子墨水主题。 https://github.com/seazon/FeedMe/issues/642 +- [优化] 分享模板支持作者和日期。 https://github.com/seazon/FeedMe/issues/732 +- [修复] `Modern`视图中不应显示缩略图开关。 https://github.com/seazon/FeedMe/issues/728 +- [修复] 优化NAV侧栏切换片段时的延迟。 +- [修复] 修复崩溃问题。 + ### 4.2.9 ###### 2024-7-19 - [优化] 优化图片加载逻辑,解决部分问题: