Skip to content

Commit

Permalink
3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seazon committed Mar 19, 2021
1 parent 2efce41 commit 865c289
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the documentation of FeedMe.

## Version:
- release: 3.17.4
- beta: 3.17.4 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- beta: 3.18.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
Expand Down
29 changes: 15 additions & 14 deletions doc/en/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@
- 凌光伟
- 淡空醉花

## Translators (Order by Update Date, last updated: 28 Aug 2020)
## Translators (last updated: 21 Feb 2021)
|Language |Locale |Translator|
|--- |--- |---|
|Español |es |**Francisco Gomez**, Alfredo Heredero|
|عربي |ar |faleh-a, osso333|
|čeština   |cs       |Vojta Vilímec|
|Deutsch |de |**Ingo Laubach**, Florian Edelmann, Jan Fehlauer, Felix Edelmann|
|日本語 |jp |**naritaka.5309**, Toshiharu Takamatsu|
|Nederlands |nl |**Meindert van der Kolk**|
|Polski |pl |Paweł Nowakowski, Przemek Erwiński, Paweł Myrczek|
|Español |es |**Francisco Gomez**, Alfredo Heredero|
|فارسی |fa |Hashem Abadian|
|Français |fr |**Matth78**, OOlyt, Julien Stephan, Renaud Boyer|
|magyar |hu |**KONTRA**, **Gergely**, szelk|
|bahasa Indonesia |id |Annisa, Nochka|
|Italiano |it |Gabriele Lauricella, Carlo Campinoti|
|日本語 |jp |**naritaka.5309**, Toshiharu Takamatsu|
|한국어 |ko |김형록|
|Nederlands |nl |**Meindert van der Kolk**|
|norsk språk|no |**Tormod**|
|čeština   |cs       |Vojta Vilímec|
|bahasa Indonesia |id |Annisa|
|magyar |hu |**KONTRA**, **Gergely**, szelk|
|Українська |uk |**Evgeny Shepelyuk**|
|繁体中文 |zh-TW |**matif.tw**, jamesng3141|
|Polski |pl |Paweł Nowakowski, Przemek Erwiński, Paweł Myrczek|
|Português (Brasil) |pt-BR |**Diego Apolinario**, **Marcio de Andrade**, edus.nogueira, Geofilho Ferreira Moraes, Marcelo Lipas|
|Română     |ro       |Grigore Frisan|
|Pусский   |ru       |**firestarter**, remezn, Юрий Лужинский, Александр|
|Français |fr |**Matth78**, OOlyt, Julien Stephan, Renaud Boyer|
|한국어 |ko |김형록|
|bahasa Indonesia |id |**Nochka**|
|فارسی |fa |Hashem Abadian|
|Slovák |sk |foreteller22, kralcak|
|Українська |uk |**Evgeny Shepelyuk**|
|繁体中文 |zh-TW |**matif.tw**, jamesng3141|

*Now FeedMe uses OneSky to manager translation, if you like FeedMe and want to localized it, please visit <a href="https://oszvg1n.oneskyapp.com/collaboration/project/32907">oneskyapp</a> and join us. If language is not listed, please contact me. Mail : dxdroid@gmail.com*
13 changes: 13 additions & 0 deletions doc/en/patches.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 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
- [optimize]`Open in browser` can apply to category or feed.
- [optimize]`Show image alt` apply to global
- [optimize]New Language: Slovak, Arabic, improve R2L layout. Update Japanese, German, Spanish, Italian, Dutch, Ukrainian.
- [optimize]Built-in browser support dark mode which require `Android System WebView` as WebView implementation. Improve the top and bottom padding issue.
- [optimize]Merge rss url and keyword in explore, improve rss parser.
- [optimize]Add more playback speed.
- [fix]Fix synchronization interruption issue. https://github.com/seazon/FeedMe/issues/297
- [fix]Fix stop sync if 0 unread at server side. https://github.com/seazon/FeedMe/issues/284
- [fix]Fix scroll jump down issue when use 2 fingers.

### 3.17.4
###### 2021-2-8
- [fix]Fix TTRSS can't sync issue.
Expand Down
2 changes: 1 addition & 1 deletion doc/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:

## 版本:
- 正式: 3.17.4
- 测试: 3.17.4 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 测试: 3.18.0 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)

## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme
Expand Down
12 changes: 12 additions & 0 deletions doc/zh/patches.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 3.18.0
###### 2021-3-19
- [优化]优化favicon选取逻辑,订阅源设置对话框支持刷新。移动`退订`按钮位置。https://github.com/seazon/FeedMe/issues/286
- [优化]`在浏览器打开`可以对类别或者订阅源设置。
- [优化]`显示图片标题`可以全局设置。
- [优化]内置浏览器支持深色模式,需要WebView实现为`Android System WebView`。优化动作条遮挡问题。
- [优化]探索搜索方式合并RSS url和关键字,优化RSS解析。
- [优化]增加更多播放速度。
- [修复]修复同步中断问题。https://github.com/seazon/FeedMe/issues/297
- [修复]修复当服务器未读数为0时同步中断问题。https://github.com/seazon/FeedMe/issues/284
- [修复]修复文章页双指交替划动操作时的页面显示问题。

### 3.17.4
###### 2021-2-8
- [修复]修复 TTRSS 无法同步问题。
Expand Down

0 comments on commit 865c289

Please sign in to comment.