From df44111826b166d1fa286443b5dbe5d363100299 Mon Sep 17 00:00:00 2001 From: "Shawn, Zhang" Date: Wed, 21 Jun 2023 06:20:36 +0800 Subject: [PATCH] 4.0.0-Canary-5 --- README.md | 2 +- doc/en/patches.md | 5 +++++ doc/zh/README.md | 2 +- doc/zh/patches.md | 5 +++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bf42b5..fb15d3d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is the documentation of FeedMe. ## Version: - release: 3.20.14 - beta: 3.20.14 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) -- canary: 4.0.0-Canary-4 (only available on Github) +- canary: 4.0.0-Canary-5 (only available on Github) ## 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 6bad34f..945e7c4 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,8 @@ +### 4.0.0-Canary-5 +###### 2023-6-21 +- [fix] Fix action bar menus not show correctly. https://github.com/seazon/FeedMe/issues/517#issuecomment-1594359875 +- [fix] Fix article list scroll automatically when back from other screen. https://github.com/seazon/FeedMe/issues/528 + ### 4.0.0-Canary-4 ###### 2023-6-17 - [new] Click the feed title in article page to goto this feed's article list page. https://github.com/seazon/FeedMe/issues/523 diff --git a/doc/zh/README.md b/doc/zh/README.md index 7a69a98..31e4bb4 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -13,7 +13,7 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: ## 版本: - 正式: 3.20.14 - 测试: 3.20.14 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) -- canary: 4.0.0-Canary-4 (仅在Github下载) +- canary: 4.0.0-Canary-5 (仅在Github下载) ## 下载: - https://play.google.com/store/apps/details?id=com.seazon.feedme diff --git a/doc/zh/patches.md b/doc/zh/patches.md index cd171da..9dca2d0 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,8 @@ +### 4.0.0-Canary-5 +###### 2023-6-21 +- [修复] 修复操作栏菜单显示不正确的问题。 https://github.com/seazon/FeedMe/issues/517#issuecomment-1594359875 +- [修复] 修复文章列表从其他屏幕返回时自动滚动的问题。 https://github.com/seazon/FeedMe/issues/528 + ### 4.0.0-Canary-4 ###### 2023-6-17 - [新增] 点击文章页面的feed标题可以进入该feed的文章列表页面。 https://github.com/seazon/FeedMe/issues/523