This commit is contained in:
shawn 2024-09-27 06:18:23 +08:00
parent 38ef2c4851
commit c93adc0ff1
4 changed files with 22 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.2.9
- beta: 4.2.10 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- release: 4.2.10
- beta: 4.3.0 (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,12 @@
# 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.2.9
- 测试: 4.2.10 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 正式: 4.2.10
- 测试: 4.3.0 (加入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,12 @@
# 4.3.0
###### 2024-9-27
- [新增] 新小部件:文章列表。
- [优化] 改进文章页的NAV面板。 https://github.com/seazon/FeedMe/issues/642
- [修复] 修复了尽管设置仅 Wi-Fi 选项,图像仍会通过移动数据下载的问题。 https://github.com/seazon/FeedMe/issues/740
- [修复] 修复标记为全部已读但仍然可以已读文章的问题。 https://github.com/seazon/FeedMe/issues/743
- [修复] 修复某些集成的应用菜单始终显示在菜单中的问题。 https://github.com/seazon/FeedMe/issues/729
- [修复] 修复电子墨水主题逻辑问题。
### 4.2.10
###### 2024-8-24
- [优化] 文章详情页增加透明触摸区域可上下滚动,仅作用于电子墨水主题。 https://github.com/seazon/FeedMe/issues/642