From 670908f142020b9cecd914eddd992787407d6f38 Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 15 Sep 2023 20:27:55 +0800 Subject: [PATCH] 4.0.2 --- 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 93fb723..574ec78 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.0.0 -- beta: 4.0.1 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.0.1 +- beta: 4.0.2 (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 6ff60ff..cc7bd05 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,10 @@ +### 4.0.2 +###### 2023-9-15 +- [optimize] Support set article list margin. +- [fix] Fix show side nav not working when launch. https://github.com/seazon/FeedMe/issues/612 +- [fix] Fix sync on app start is not working issue. https://github.com/seazon/FeedMe/issues/607 +- [fix] Fix back action wrong logic. + ### 4.0.1 ###### 2023-9-2 - [optimize] Adjust the minimum value of article page margin. diff --git a/doc/zh/README.md b/doc/zh/README.md index 38b977d..5bbdc02 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.0.0 -- 测试: 4.0.1 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.0.1 +- 测试: 4.0.2 (加入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 998b324..a4ee3e3 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,10 @@ +### 4.0.2 +###### 2023-9-15 +- [优化] 支持设置文章列表卡片的边距。 +- [修复] 修复启动时没有显示侧栏的问题。 https://github.com/seazon/FeedMe/issues/612 +- [修复] 修复启动时同步不起作用的问题。 https://github.com/seazon/FeedMe/issues/607 +- [修复] 修复后退动作错误逻辑。 + ### 4.0.1 ###### 2023-9-2 - [优化] 文章页边距最小值调整。