diff --git a/README.md b/README.md index 25ac3e7..68c5e39 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.2.10 -- beta: 4.3.0 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.3.0 +- beta: 4.3.1 (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 4581e5d..07bf963 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,11 +1,10 @@ # 4.3.0 ###### 2024-9-27 -- [new] New widget: Article list. -- [optimize] Improve NAV panel on article detail page. https://github.com/seazon/FeedMe/issues/642 -- [fix] Fix images are downloaded on mobile data despite setting Wi-Fi only option. https://github.com/seazon/FeedMe/issues/740 -- [fix] Fix mark all read but still can see the items. https://github.com/seazon/FeedMe/issues/743 -- [fix] Fix some integration app always show in menu. https://github.com/seazon/FeedMe/issues/729 -- [fix] Fix E-Ink theme logic issue. +- [optimize] Article list widget count configurable. https://github.com/seazon/FeedMe/issues/600 +- [optimize] Display small image placeholder in article page. https://github.com/seazon/FeedMe/issues/740 +- [fix] Fix article deeplink issue. https://github.com/seazon/FeedMe/issues/755 +- [fix] Fix podcast time parse error in player show note. +- [fix] Fix crash issues. ### 4.2.10 ###### 2024-8-24 diff --git a/doc/zh/README.md b/doc/zh/README.md index 86294e4..0d568ce 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.2.10 -- 测试: 4.3.0 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.3.0 +- 测试: 4.3.1 (加入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 24b5c25..46e00a9 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,11 @@ +# 4.3.1 +###### 2024-10-20 +- [优化] 文章列表控件数量可配置。https://github.com/seazon/FeedMe/issues/600 +- [优化] 文章页面显示小图片占位符。https://github.com/seazon/FeedMe/issues/740 +- [修复] 修复文章deeplink问题。https://github.com/seazon/FeedMe/issues/755 +- [修复] 修复播放器节目 show note 时间解析错误。 +- [修复] 修复崩溃问题。 + # 4.3.0 ###### 2024-9-27 - [新增] 新小部件:文章列表。