mirror of https://github.com/seazon/FeedMe.git
3.18.1
This commit is contained in:
parent
8d83894015
commit
cd16bbeaa9
|
@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
|
|||
This is the documentation of FeedMe.
|
||||
|
||||
## Version:
|
||||
- release: 3.17.4
|
||||
- beta: 3.18.0 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
- release: 3.18.0
|
||||
- beta: 3.18.1 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
|
||||
## Download:
|
||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- 凌光伟
|
||||
- 淡空醉花
|
||||
|
||||
## Translators (last updated: 21 Feb 2021)
|
||||
## Translators (last updated: 3 May 2021)
|
||||
|Language |Locale |Translator|
|
||||
|--- |--- |---|
|
||||
|عربي |ar |faleh-a, osso333|
|
||||
|
@ -13,6 +13,7 @@
|
|||
|Español |es |**Francisco Gomez**, Alfredo Heredero|
|
||||
|فارسی |fa |Hashem Abadian|
|
||||
|Français |fr |**Matth78**, OOlyt, Julien Stephan, Renaud Boyer|
|
||||
|עִברִית |he |**grebulon**, grebulon|
|
||||
|magyar |hu |**KONTRA**, **Gergely**, szelk|
|
||||
|bahasa Indonesia |id |Annisa, Nochka|
|
||||
|Italiano |it |Gabriele Lauricella, Carlo Campinoti|
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
# 3.18.1
|
||||
###### 2021-5-3
|
||||
- [optimize]New Language: Hebrew. Update French, Spanish, German, Czech, Hungarian, Dutch.
|
||||
- [fix]Fix https://github.com/seazon/FeedMe/issues/301
|
||||
- [fix]Fix https://github.com/seazon/FeedMe/issues/308
|
||||
- [fix]Fix https://github.com/seazon/FeedMe/issues/311
|
||||
- [fix]Fix other issues.
|
||||
|
||||
# 3.18.0
|
||||
###### 2021-3-19
|
||||
- [optimize]Improve load favicon logic and support reload favicon and move the `unsubscribe` button place in feed manager dialog. https://github.com/seazon/FeedMe/issues/286
|
||||
|
|
|
@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
|||
这是FeedMe的使用文档。
|
||||
|
||||
## 版本:
|
||||
- 正式: 3.17.4
|
||||
- 测试: 3.18.0 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
- 正式: 3.18.0
|
||||
- 测试: 3.18.1 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
|
||||
|
||||
## 下载:
|
||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# 3.18.1
|
||||
###### 2021-5-3
|
||||
- [修复]修复 https://github.com/seazon/FeedMe/issues/301
|
||||
- [修复]修复 https://github.com/seazon/FeedMe/issues/308
|
||||
- [修复]修复 https://github.com/seazon/FeedMe/issues/311
|
||||
- [修复]修复其他问题。
|
||||
|
||||
# 3.18.0
|
||||
###### 2021-3-19
|
||||
- [优化]优化favicon选取逻辑,订阅源设置对话框支持刷新。移动`退订`按钮位置。https://github.com/seazon/FeedMe/issues/286
|
||||
|
|
Loading…
Reference in New Issue