From 7f7ecf990f90fa2dfd470adca0e3ee47f7f07d8b Mon Sep 17 00:00:00 2001 From: "Shawn, Zhang" Date: Tue, 1 Aug 2023 20:41:16 +0800 Subject: [PATCH] 4.0.0-Canary-9 --- README.md | 2 +- doc/en/patches.md | 8 ++++++++ doc/zh/README.md | 2 +- doc/zh/patches.md | 8 ++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dc48eb..4ec9c33 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-8 (only available on Github) +- canary: 4.0.0-Canary-9 (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 759983a..bf3d15d 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,11 @@ +### 4.0.0-Canary-9 +###### 2023-8-1 +- [new] Add compact layout option. https://github.com/seazon/FeedMe/issues/556 +- [fix] Fix crash issue when update sync interval. If you upgrade from Canary 8, need update `Settings` - `Cache` - `Reading List` to avoid crash again. https://github.com/seazon/FeedMe/issues/561 +- [fix] Fix images are showed in music format. https://github.com/seazon/FeedMe/issues/364 +- [fix] Fix menu bar disappears after switching from "Starred items" to "All items". https://github.com/seazon/FeedMe/issues/560 +- [fix] Fix sidebar not clickable after exiting from fullscreen video. https://github.com/seazon/FeedMe/issues/554 + ### 4.0.0-Canary-8 ###### 2023-7-29 - [optimize] Add option for flip percent. diff --git a/doc/zh/README.md b/doc/zh/README.md index 36f6244..32b6f47 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-8 (仅在Github下载) +- canary: 4.0.0-Canary-9 (仅在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 e695a11..b34ce6e 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,11 @@ +### 4.0.0-Canary-9 +###### 2023-8-1 +- [新增] 添加紧凑布局选项。 https://github.com/seazon/FeedMe/issues/556 +- [修复] 修复更新同步间隔时崩溃的问题。如果您从 Canary 8 升级,需要更新`设置` - `缓存` - `阅读列表`以避免再次崩溃。 https://github.com/seazon/FeedMe/issues/561 +- [修复] 修复图像显示为音乐icon的问题。 https://github.com/seazon/FeedMe/issues/364 +- [修复] 修复从`加星条目”切换到“所有条目”后菜单栏消失的问题。 https://github.com/seazon/FeedMe/issues/560 +- [修复] 修复退出全屏视频后侧边栏不可点击的问题。 https://github.com/seazon/FeedMe/issues/554 + ### 4.0.0-Canary-8 ###### 2023-7-29 - [优化] 添加翻页百分比选项。