Skip to content

Commit

Permalink
Releasing 2.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jun 16, 2024
1 parent 451b6b6 commit e89aa72
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 3 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# 2.6.28
Agnieszka C (1):
* [9fbe413d7] Updated Polish translation using Weblate

Jonas Kalderstam (4):
* [0c2dfbcca] Fixed order of modifiers
* [98f3fa8a4] Fixed crash with table spans
* [d4a96558a] Fixed full text parsing sporadically showing error message
* [eabf243fc] Added support for RTL tables

Matth78 (1):
* [825b37ea2] Updated French translation using Weblate

Oğuz Ersen (1):
* [4c1323277] Updated Turkish translation using Weblate

Scrambled777 (1):
* [57b2eedca] Updated Hindi translation using Weblate

Sven Jacobs (1):
* [c04fdcba4] Fixed unread count in title for tags (#308)

VfBFan (1):
* [6712f8c4b] Updated German translation using Weblate

bittin1ddc447d824349b2 (1):
* [ca8d841c8] Updated Swedish translation using Weblate

bowornsin (1):
* [257138d4e] Updated Thai translation using Weblate

gallegonovato (1):
* [46f301b81] Updated Spanish translation using Weblate

josé m (1):
* [e96270d63] Updated Galician translation using Weblate

pchelium (1):
* [939960bba] Updated Czech translation using Weblate

trunars (1):
* [0194e5452] Updated Bulgarian translation using Weblate

محمد (1):
* [451b6b6e9] Updated Arabic translation using Weblate

大王叫我来巡山 (1):
* [e8ddc8ea7] Updated Chinese (Simplified) translation using Weblate

# 2.6.27
Jonas Kalderstam (3):
* [f23390ed0] Fixed nested content inside blockquotes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 312
versionName = "2.6.27"
versionCode = 313
versionName = "2.6.28"
minSdk = 23
targetSdk = 34

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="gl"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/>
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="gl"/> <locale android:name="hi"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/>
</locale-config>
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/313.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 2.6.28
Agnieszka C (1):
* [9fbe413d7] Updated Polish translation using Weblate

Jonas Kalderstam (4):
* [0c2dfbcca] Fixed order of modifiers
* [98f3fa8a4] Fixed crash with table spans
* [d4a96558a] Fixed full text parsing sporadically showing error message
* [eabf243fc] Added support for RTL tables

Matth78 (1):
* [825b37ea2] Updated French translation using Weblate

Oğuz Ersen (1):
* [4c1323277] Updated Turkish translation using Weblate

Scrambled777 (1):
* [57b2eedca] Update

0 comments on commit e89aa72

Please sign in to comment.