mirror of https://github.com/seazon/FeedMe.git
4.2.7
This commit is contained in:
parent
48bb0ad8ca
commit
d691b3f463
|
@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
|
|||
This is the documentation of FeedMe.
|
||||
|
||||
## Version:
|
||||
- release: 4.2.3
|
||||
- beta: 4.2.6 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
- release: 4.2.6
|
||||
- beta: 4.2.7 (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.7
|
||||
###### 2024-7-11
|
||||
- [optimize] Add `Anti-Accidental Touch` option in `Lab`. https://github.com/seazon/FeedMe/issues/720
|
||||
- [fix] Fix not moves to the next feed/category while mark all read. https://github.com/seazon/FeedMe/issues/713
|
||||
- [fix] Fix favicons not display issue. https://github.com/seazon/FeedMe/issues/714
|
||||
- [fix] Remove Google Web Light mobilizer. https://github.com/seazon/FeedMe/issues/719
|
||||
- [fix] Fix some tiny issues.
|
||||
|
||||
### 4.2.6
|
||||
###### 2024-7-7
|
||||
- [fix] Reduces the probability of crash. https://github.com/seazon/FeedMe/issues/718
|
||||
|
|
|
@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
|||
这是FeedMe的使用文档。
|
||||
|
||||
## 版本:
|
||||
- 正式: 4.2.3
|
||||
- 测试: 4.2.6 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
- 正式: 4.2.6
|
||||
- 测试: 4.2.7 (加入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.7
|
||||
###### 2024-7-11
|
||||
- [优化] 在`实验室`中添加`防误触`选项。 https://github.com/seazon/FeedMe/issues/720
|
||||
- [修复] 修复标记全部已读时不会移动到下一个订阅源/类别的问题。 https://github.com/seazon/FeedMe/issues/713
|
||||
- [修复] 修复订阅源图标不显示的问题。 https://github.com/seazon/FeedMe/issues/714
|
||||
- [修复] 删除 Google Web Light mobilizer。 https://github.com/seazon/FeedMe/issues/719
|
||||
- [修复] 修复一些小问题。
|
||||
|
||||
### 4.2.6
|
||||
###### 2024-7-7
|
||||
- [修复] 降低了崩溃概率。https://github.com/seazon/FeedMe/issues/718
|
||||
|
|
Loading…
Reference in New Issue