diff --git a/README.md b/README.md index 6c2920c..e3043bd 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-6 (only available on Github) +- canary: 4.0.0-Canary-7 (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 f854b59..98155dd 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,10 @@ +### 4.0.0-Canary-7 +###### 2023-7-14 +- [optimize] Remember article position. https://github.com/seazon/FeedMe/issues/526 +- [optimize] Better support for navigation bar if it show at left or right of screen. +- [fix] Fix crash issue while share in built-in browser. https://github.com/seazon/FeedMe/issues/522#issuecomment-1605891128 +- [fix] Fix can't load second page for article list. https://github.com/seazon/FeedMe/issues/542 + ### 4.0.0-Canary-6 ###### 2023-6-22 - [fix] Fix large blank on article list. https://github.com/seazon/FeedMe/issues/532 diff --git a/doc/zh/README.md b/doc/zh/README.md index 0006c19..8ce10f8 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-6 (仅在Github下载) +- canary: 4.0.0-Canary-7 (仅在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 3abbe15..90f5460 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,10 @@ +### 4.0.0-Canary-7 +###### 2023-7-14 +- [优化]记住文章阅读位置。 https://github.com/seazon/FeedMe/issues/526 +- [优化]更好的处理界面和导航栏的关系当导航栏位于屏幕左侧或右侧时。 +- [修复]修复内置浏览器分享时崩溃的问题。 https://github.com/seazon/FeedMe/issues/522#issuecomment-1605891128 +- [修复]修复无法加载文章列表第二页的问题。 https://github.com/seazon/FeedMe/issues/542 + ### 4.0.0-Canary-6 ###### 2023-6-22 - [修复]修复文章列表中出现大空白的问题。 https://github.com/seazon/FeedMe/issues/532