mirror of https://github.com/seazon/FeedMe.git
4.0.0-Canary-10
This commit is contained in:
parent
7f7ecf990f
commit
414184cffc
|
@ -13,7 +13,7 @@ This is the documentation of FeedMe.
|
||||||
## Version:
|
## Version:
|
||||||
- release: 3.20.14
|
- release: 3.20.14
|
||||||
- beta: 3.20.14 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
- beta: 3.20.14 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||||
- canary: 4.0.0-Canary-9 (only available on Github)
|
- canary: 4.0.0-Canary-10 (only available on Github)
|
||||||
|
|
||||||
## Download:
|
## Download:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
### 4.0.0-Canary-10
|
||||||
|
###### 2023-8-2
|
||||||
|
- [fix] Fix mobilizer not work issue. https://github.com/seazon/FeedMe/issues/567
|
||||||
|
|
||||||
### 4.0.0-Canary-9
|
### 4.0.0-Canary-9
|
||||||
###### 2023-8-1
|
###### 2023-8-1
|
||||||
- [new] Add compact layout option. https://github.com/seazon/FeedMe/issues/556
|
- [new] Add compact layout option. https://github.com/seazon/FeedMe/issues/556
|
||||||
|
@ -28,7 +32,7 @@
|
||||||
### 4.0.0-Canary-6
|
### 4.0.0-Canary-6
|
||||||
###### 2023-6-22
|
###### 2023-6-22
|
||||||
- [fix] Fix large blank on article list. https://github.com/seazon/FeedMe/issues/532
|
- [fix] Fix large blank on article list. https://github.com/seazon/FeedMe/issues/532
|
||||||
-
|
|
||||||
### 4.0.0-Canary-5
|
### 4.0.0-Canary-5
|
||||||
###### 2023-6-21
|
###### 2023-6-21
|
||||||
- [fix] Fix action bar menus not show correctly. https://github.com/seazon/FeedMe/issues/517#issuecomment-1594359875
|
- [fix] Fix action bar menus not show correctly. https://github.com/seazon/FeedMe/issues/517#issuecomment-1594359875
|
||||||
|
|
|
@ -13,7 +13,7 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
||||||
## 版本:
|
## 版本:
|
||||||
- 正式: 3.20.14
|
- 正式: 3.20.14
|
||||||
- 测试: 3.20.14 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
- 测试: 3.20.14 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||||
- canary: 4.0.0-Canary-9 (仅在Github下载)
|
- canary: 4.0.0-Canary-10 (仅在Github下载)
|
||||||
|
|
||||||
## 下载:
|
## 下载:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
### 4.0.0-Canary-10
|
||||||
|
###### 2023-8-2
|
||||||
|
- [fix] Fix mobilizer not work issue. https://github.com/seazon/FeedMe/issues/567
|
||||||
|
|
||||||
### 4.0.0-Canary-9
|
### 4.0.0-Canary-9
|
||||||
###### 2023-8-1
|
###### 2023-8-1
|
||||||
- [新增] 添加紧凑布局选项。 https://github.com/seazon/FeedMe/issues/556
|
- [新增] 添加紧凑布局选项。 https://github.com/seazon/FeedMe/issues/556
|
||||||
|
@ -28,7 +32,7 @@
|
||||||
### 4.0.0-Canary-6
|
### 4.0.0-Canary-6
|
||||||
###### 2023-6-22
|
###### 2023-6-22
|
||||||
- [修复]修复文章列表中出现大空白的问题。 https://github.com/seazon/FeedMe/issues/532
|
- [修复]修复文章列表中出现大空白的问题。 https://github.com/seazon/FeedMe/issues/532
|
||||||
-
|
|
||||||
### 4.0.0-Canary-5
|
### 4.0.0-Canary-5
|
||||||
###### 2023-6-21
|
###### 2023-6-21
|
||||||
- [修复] 修复操作栏菜单显示不正确的问题。 https://github.com/seazon/FeedMe/issues/517#issuecomment-1594359875
|
- [修复] 修复操作栏菜单显示不正确的问题。 https://github.com/seazon/FeedMe/issues/517#issuecomment-1594359875
|
||||||
|
|
Loading…
Reference in New Issue