From 6ab2e0bf0ef3df4f9768b27456d3a16944a817b7 Mon Sep 17 00:00:00 2001 From: shawn Date: Sat, 30 Nov 2024 08:09:14 +0800 Subject: [PATCH] 4.3.3 --- README.md | 4 ++-- doc/en/patches.md | 8 ++++++++ doc/zh/README.md | 4 ++-- doc/zh/patches.md | 8 ++++++++ 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 429ea7e..b6d59b9 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.3.1 -- beta: 4.3.2 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme) +- release: 4.3.2 +- beta: 4.3.3 (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 04bdee3..87feee8 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,3 +1,11 @@ +### 4.3.3 +###### 2024-11-30 +- [optimize] Support Http proxy. https://github.com/seazon/FeedMe/issues/749#issuecomment-2439908378 +- [optimize] Improve feed title color in dark theme. https://github.com/seazon/FeedMe/issues/767 +- [optimize] Support customize Listen Note API token(for podcast search in `Explore` page) in `Settings` -> `Integrations`. +- [fix] Fix incorrect reading time issue. https://github.com/seazon/FeedMe/issues/761 / https://github.com/seazon/FeedMe/issues/764 +- [fix] Fix Nav side count not update issue. https://github.com/seazon/FeedMe/issues/768 + ### 4.3.2 ###### 2024-11-13 - [optimize] New option in feed settings to show/hide enclosure images of article. https://github.com/seazon/FeedMe/issues/170 diff --git a/doc/zh/README.md b/doc/zh/README.md index 4fef4d2..dcc74d3 100644 --- a/doc/zh/README.md +++ b/doc/zh/README.md @@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务: 这是FeedMe的使用文档。 ## 版本: -- 正式: 4.3.1 -- 测试: 4.3.2 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme) +- 正式: 4.3.2 +- 测试: 4.3.3 (加入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 9022d73..c5351e4 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,3 +1,11 @@ +### 4.3.3 +###### 2024-11-30 +- [优化] 支持 Http 代理。https://github.com/seazon/FeedMe/issues/749#issuecomment-2439908378 +- [优化] 改进深色主题中 feed 标题的颜色。https://github.com/seazon/FeedMe/issues/767 +- [优化] 支持在 `设置`->`服务` 中自定义 Listen Note API token(用于在探索页面中`搜索`播客)。 +- [修复] 修复阅读时间不正确的问题。https://github.com/seazon/FeedMe/issues/761 / https://github.com/seazon/FeedMe/issues/764 +- [修复] 修复导航栏计数不更新的问题。https://github.com/seazon/FeedMe/issues/768 + ### 4.3.2 ###### 2024-11-13 - [优化] 订阅源设置中的新选项可显示/隐藏文章的附件图像。 https://github.com/seazon/FeedMe/issues/170