This commit is contained in:
shawn 2024-11-30 08:09:14 +08:00
parent 553d9e08c9
commit 6ab2e0bf0e
4 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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