diff --git a/README.md b/README.md index e3043bd..3dc48eb 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-7 (only available on Github) +- canary: 4.0.0-Canary-8 (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 008e417..759983a 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,15 @@ +### 4.0.0-Canary-8 +###### 2023-7-29 +- [optimize] Add option for flip percent. +- [optimize] New color picker for accent color and highlighter color. +- [optimize] Alert dialog button list vertically. +- [optimize] Show url in url dialog. https://github.com/seazon/FeedMe/issues/517#issuecomment-1629953259 +- [optimize] Nav can close by swipe now. https://github.com/seazon/FeedMe/issues/546 +- [optimize] Optimize the color of selected item. https://github.com/seazon/FeedMe/issues/538 +- [fix] Fix can't mark read for double panel case. https://github.com/seazon/FeedMe/issues/543 +- [fix] Always show tool bars when immersive off. +- [fix] Add bottom space for navigation bar. https://github.com/seazon/FeedMe/issues/553 + ### 4.0.0-Canary-7 ###### 2023-7-14 - [optimize] Remember article position. https://github.com/seazon/FeedMe/issues/526 diff --git a/doc/zh/README.md b/doc/zh/README.md index 8ce10f8..36f6244 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-7 (仅在Github下载) +- canary: 4.0.0-Canary-8 (仅在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 90f5460..e695a11 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,15 @@ +### 4.0.0-Canary-8 +###### 2023-7-29 +- [优化] 添加翻页百分比选项。 +- [优化] 用于强调色和荧光标签颜色的新颜色选择器。 +- [优化] 确认框按钮垂直摆放。 +- [优化] 在 url 对话框中显示 url。 https://github.com/seazon/FeedMe/issues/517#issuecomment-1629953259 +- [优化] 导航现在可以通过滑动关闭。 https://github.com/seazon/FeedMe/issues/546 +- [优化] 优化选中条目的颜色。 https://github.com/seazon/FeedMe/issues/538 +- [修复] 修复双面板情况下无法标记已读的问题。 https://github.com/seazon/FeedMe/issues/543 +- [修复] 关闭沉浸模式时始终显示工具栏。 +- [修复] 增加导航栏底部空间。 https://github.com/seazon/FeedMe/issues/553 + ### 4.0.0-Canary-7 ###### 2023-7-14 - [优化]记住文章阅读位置。 https://github.com/seazon/FeedMe/issues/526