This commit is contained in:
seazon 2024-11-13 19:49:52 +08:00
parent 077fadc480
commit 553d9e08c9
4 changed files with 28 additions and 7 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.0
- beta: 4.3.1 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- release: 4.3.1
- beta: 4.3.2 (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,11 +1,26 @@
# 4.3.0
###### 2024-9-27
### 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
- [optimize] Support for HTTP basic authentication. https://github.com/seazon/FeedMe/issues/345
- [fix] Fix crash issues.
### 4.3.1
###### 2024-10-20
- [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.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.
### 4.2.10
###### 2024-8-24
- [optimize] Add transparent touch area on article detail page to scroll up and down, only work for E-ink theme. https://github.com/seazon/FeedMe/issues/642

View File

@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器支持以下RSS服务
这是FeedMe的使用文档。
## 版本:
- 正式: 4.3.0
- 测试: 4.3.1 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 正式: 4.3.1
- 测试: 4.3.2 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,4 +1,10 @@
# 4.3.1
### 4.3.2
###### 2024-11-13
- [优化] 订阅源设置中的新选项可显示/隐藏文章的附件图像。 https://github.com/seazon/FeedMe/issues/170
- [优化] 支持HTTP基本认证。 https://github.com/seazon/FeedMe/issues/345
- [修复] 修复崩溃问题。
### 4.3.1
###### 2024-10-20
- [优化] 文章列表控件数量可配置。https://github.com/seazon/FeedMe/issues/600
- [优化] 文章页面显示小图片占位符。https://github.com/seazon/FeedMe/issues/740