mirror of https://github.com/seazon/FeedMe.git
4.2.10
This commit is contained in:
parent
1ccdd8b294
commit
38ef2c4851
|
@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
|
|||
This is the documentation of FeedMe.
|
||||
|
||||
## Version:
|
||||
- release: 4.2.8
|
||||
- beta: 4.2.9 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
- release: 4.2.9
|
||||
- beta: 4.2.10 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
|
||||
## Download:
|
||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
### 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
|
||||
- [optimize] Share Template support author and date. https://github.com/seazon/FeedMe/issues/732
|
||||
- [fix] Thumbnails switch should not display for `Modern` view. https://github.com/seazon/FeedMe/issues/728
|
||||
- [fix] Optimize the lag when switching fragment on NAV side bar.
|
||||
- [fix] Fix crash issues.
|
||||
|
||||
### 4.2.9
|
||||
###### 2024-7-19
|
||||
- [optimize] Optimize image loading logic to solve some issues:
|
||||
|
|
|
@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
|||
这是FeedMe的使用文档。
|
||||
|
||||
## 版本:
|
||||
- 正式: 4.2.8
|
||||
- 测试: 4.2.9 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
- 正式: 4.2.9
|
||||
- 测试: 4.2.10 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
|
||||
## 下载:
|
||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
### 4.2.10
|
||||
###### 2024-8-24
|
||||
- [优化] 文章详情页增加透明触摸区域可上下滚动,仅作用于电子墨水主题。 https://github.com/seazon/FeedMe/issues/642
|
||||
- [优化] 分享模板支持作者和日期。 https://github.com/seazon/FeedMe/issues/732
|
||||
- [修复] `Modern`视图中不应显示缩略图开关。 https://github.com/seazon/FeedMe/issues/728
|
||||
- [修复] 优化NAV侧栏切换片段时的延迟。
|
||||
- [修复] 修复崩溃问题。
|
||||
|
||||
### 4.2.9
|
||||
###### 2024-7-19
|
||||
- [优化] 优化图片加载逻辑,解决部分问题:
|
||||
|
|
Loading…
Reference in New Issue